hr_movement

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
isregistered bpchar 1 null
hr_concept_category_id numeric 10 null
hr_concept_category.hr_concept_category_id hrconceptcategory_hrmovement R
hr_process_id numeric 10 null
hr_process.hr_process_id hrprocess_hrmovement R
c_bpartner_id numeric 10 null
c_bpartner.c_bpartner_id cbpartner_hrmovement R
hr_concept_id numeric 10 null
hr_concept.hr_concept_id hrconcept_hrmovement R
columntype bpchar 1 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_hrmovement R
hr_job_id numeric 10 null
hr_job.hr_job_id hrjob_hrmovement R
hr_movement_id numeric 10 null
i_hr_movement.hr_movement_id hrmovement_ihrmovement R
isactive bpchar 1 null
isprinted bpchar 1 null
processed bpchar 1 null
qty numeric 0 null
servicedate timestamp 29,6 null
textmsg varchar 255 null
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
validfrom timestamp 29,6 null
ad_client_id numeric 10 null
validto timestamp 29,6 null
ad_org_id numeric 10 null
ad_rule_id numeric 10 null
ad_rule.ad_rule_id adrule_hrmovement R
amount numeric 0 null
c_activity_id numeric 10 null
c_activity.c_activity_id cactivity_hrmovement R
c_campaign_id numeric 10 null
c_campaign.c_campaign_id ccampaign_hrmovement R
ad_orgtrx_id numeric 10 null
ad_org.ad_org_id adorgtrx_hrmovement R
c_projectphase_id numeric 10 null
c_projectphase.c_projectphase_id cprojectphase_hrmovement R
c_projecttask_id numeric 10 null
c_projecttask.c_projecttask_id cprojecttask_hrmovement R
c_project_id numeric 10 null
c_project.c_project_id cproject_hrmovement R
user1_id numeric 10 null
c_elementvalue.c_elementvalue_id user1_hrmovement R
user2_id numeric 10 null
c_elementvalue.c_elementvalue_id user2_hrmovement R
pp_cost_collector_id numeric 10 null
pp_cost_collector.pp_cost_collector_id ppcostcollector_hrmovement R
c_bp_group_id numeric 10 NULL::numeric
c_bp_group.c_bp_group_id cbpgroup_hrmovement R
c_bp_bankaccount_id numeric 10 NULL::numeric
c_bp_bankaccount.c_bp_bankaccount_id cbpbankaccount_hrmovement R
accountsign bpchar 1 NULL::bpchar
hr_movement_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
hr_movement_key Primary key Asc hr_movement_id
hr_movement_uu_idx Must be unique Asc hr_movement_uu

Check Constraints

Constraint Name Constraint
hr_movement_isprinted_check ((isprinted = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
hr_movement_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
hr_movement_isregistered_check ((isregistered = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
hr_movement_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships