hr_period

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
name varchar 40 null
ad_org_id numeric 10 null
c_period_id numeric 10 null
c_period.c_period_id cperiod_hrperiod R
c_year_id numeric 10 null
c_year.c_year_id cyear_hrperiod R
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
dateacct timestamp 29,6 null
description varchar 255 null
enddate timestamp 29,6 null
hr_payroll_id numeric 10 null
hr_payroll.hr_payroll_id hrpayroll_hrperiod R
hr_period_id numeric 10 null
hr_process.hr_period_id hrperiod_hrprocess R
hr_year_id numeric 10 null
hr_year.hr_year_id hryear_hrperiod R
isactive bpchar 1 null
periodaction varchar 1 null
periodno numeric 10 null
periodstatus varchar 1 null
processed bpchar 1 null
processing varchar 1 null
startdate timestamp 29,6 null
updated timestamp 29,6 statement_timestamp()
ad_client_id numeric 10 null
updatedby numeric 10 null
hr_period_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
hr_period_key Primary key Asc hr_period_id
hr_period_uu_idx Must be unique Asc hr_period_uu

Check Constraints

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

Relationships