hr_process

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
hr_job_id numeric 10 null
hr_job.hr_job_id hrjob_hrprocess R
c_doctype_id numeric 10 null
c_doctype.c_doctype_id cdoctype_hrprocess R
c_payselection_id numeric 10 null
c_payselection.c_payselection_id cpayselection_hrprocess R
hr_process_id numeric 10 (- (1)::numeric)
hr_movement.hr_process_id hrprocess_hrmovement R
hr_process.reversal_id reversal_hrprocess R
i_hr_movement.hr_process_id hrprocess_ihrmovement R
hr_employee_id numeric 10 null
hr_employee.hr_employee_id hremployee_hrprocess R
name varchar 60 null
c_doctypetarget_id numeric 10 null
c_doctype.c_doctype_id cdoctypetarget_hrprocess R
columnsql varchar 255 null
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
dateacct timestamp 29,6 null
docaction bpchar 2 'CO'::bpchar
docstatus varchar 2 'DR'::character varying
documentno varchar 90 null
hr_department_id numeric 10 null
hr_department.hr_department_id hrdepartment_hrprocess R
hr_payroll_id numeric 10 null
hr_payroll.hr_payroll_id hrpayroll_hrprocess R
hr_period_id numeric 10 null
hr_period.hr_period_id hrperiod_hrprocess R
isactive bpchar 1 null
posted bpchar 1 'N'::bpchar
processed bpchar 1 null
processing bpchar 1 null
updated timestamp 29,6 statement_timestamp()
ad_client_id numeric 10 null
updatedby numeric 10 null
ad_org_id numeric 10 null
ad_printformat_id numeric 10 null
ad_printformat.ad_printformat_id adprintformat_hrprocess R
ad_workflow_id numeric 10 null
ad_workflow.ad_workflow_id adworkflow_hrprocess R
c_bpartner_id numeric 10 null
c_bpartner.c_bpartner_id cbpartner_hrprocess R
c_charge_id numeric 10 null
c_charge.c_charge_id ccharge_hrprocess R
reversal_id numeric 10 null
hr_process.hr_process_id reversal_hrprocess R
processedon numeric 0 null
hr_process_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
hr_process_key Primary key Asc hr_process_id
hr_process_uu_idx Must be unique Asc hr_process_uu
idxhr_process_proc_on Performance Asc/Asc/Asc/Asc posted + processed + processedon + ad_client_id

Check Constraints

Constraint Name Constraint
hr_process_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
hr_process_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships