hr_job

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
name varchar 60 null
ad_org_id numeric 10 null
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
description varchar 255 null
hr_department_id numeric 10 null
hr_department.hr_department_id hrdepartment_hrjob R
hr_job_id numeric 10 null
hr_attribute.hr_job_id hrjob_hrattribute R
hr_concept.hr_job_id hrjob_hrconcept R
hr_employee.hr_job_id hrjob_hremployee R
hr_job.next_job_id nextjob_hrjob R
hr_movement.hr_job_id hrjob_hrmovement R
hr_process.hr_job_id hrjob_hrprocess R
isactive bpchar 1 null
isparent bpchar 1 null
jobcant numeric 10 null
next_job_id numeric 10 null
hr_job.hr_job_id nextjob_hrjob R
supervisor_id numeric 10 null
ad_user.ad_user_id supervisor_hrjob R
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
ad_client_id numeric 10 null
value varchar 40 null
hr_job_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
hr_job_key Primary key Asc hr_job_id
hr_job_uu_idx Must be unique Asc hr_job_uu
hr_job_value Must be unique Asc/Asc ad_client_id + value

Check Constraints

Constraint Name Constraint
hr_job_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
hr_job_isparent_check ((isparent = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships