DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on HR_CONTRACT_API

Line 135: Added callto hr_contract_api.maintain_contracts

131: 115.9 23-JUL-99 Asahay 941591 Modified v_dummy definition to number(3)
132: 115.10 22-Nov-99 Rvydyana Added delete of per_checklist_items
133: 115.11 10-Mar-00 I Harding Added contracts_check and called it
134: from weak_predel and moderate_predel.
135: Added callto hr_contract_api.maintain_contracts
136: in delete_a_person to remove contracts.
137: 115.12 15-MAR-00 CDickinson Added a call to the Work Incident api and
138: Disability api to delete any child records
139: 115.13 26-JUL-00 CCarter Added a call to the Roles api to delete

Line 2736: hr_contract_api.maintain_contracts (

2732: end;
2733: --
2734: -- Now remove contracts
2735: --
2736: hr_contract_api.maintain_contracts (
2737: P_PERSON_ID,
2738: NULL,
2739: NULL);
2740: --