DBA Data[Home] [Help]

APPS.HR_DATE_CHK dependencies on HR_CONTRACT_API

Line 91: 110.7 23-MAR-99 F.Duchene Added a call to hr_contract_api.maintain_contracts

87: with DATE_END for those applicants
88: who are hired as EMPLOYEE and not
89: EMPLOYEE and APPLICANT.
90:
91: 110.7 23-MAR-99 F.Duchene Added a call to hr_contract_api.maintain_contracts
92: in update_hire_records and update_appl_records
93: to keep CTR start-dates in synch with PER and ASG
94:
95: 110.8 29-FEB-2000 tclewis removed check to determine if payroll is installed.

Line 881: hr_contract_api.maintain_contracts

877: --
878: --
879: hr_utility.set_location('hr_date_chk.update_hire_records',12);
880: -- keep contracts in synch with PER and ASG :
881: hr_contract_api.maintain_contracts
882: (p_person_id
883: ,p_start_date
884: ,p_s_start_date);
885: --

Line 1121: hr_contract_api.maintain_contracts

1117: hr_utility.raise_error;
1118: end if;
1119: --
1120: -- keep contracts in synch with PER and ASG :
1121: hr_contract_api.maintain_contracts
1122: (p_person_id
1123: ,p_start_date
1124: ,p_s_start_date);
1125: --