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 2665: hr_contract_api.maintain_contracts (

2661: end;
2662: --
2663: -- Now remove contracts
2664: --
2665: hr_contract_api.maintain_contracts (
2666: P_PERSON_ID,
2667: NULL,
2668: NULL);
2669: --