Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hr_job_id | numeric | 10 | √ | null |
|
|
|||||||||||
| c_doctype_id | numeric | 10 | √ | null |
|
|
|||||||||||
| c_payselection_id | numeric | 10 | √ | null |
|
|
|||||||||||
| hr_process_id | numeric | 10 | (- (1)::numeric) |
|
|
||||||||||||
| hr_employee_id | numeric | 10 | √ | null |
|
|
|||||||||||
| name | varchar | 60 | null |
|
|
||||||||||||
| c_doctypetarget_id | numeric | 10 | null |
|
|
||||||||||||
| 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_payroll_id | numeric | 10 | null |
|
|
||||||||||||
| hr_period_id | numeric | 10 | √ | null |
|
|
|||||||||||
| 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_workflow_id | numeric | 10 | √ | null |
|
|
|||||||||||
| c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||||||||
| c_charge_id | numeric | 10 | √ | null |
|
|
|||||||||||
| reversal_id | numeric | 10 | √ | null |
|
|
|||||||||||
| 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]))) |