DBA Data[Home] [Help]

APPS.PER_CPN_RKD dependencies on PER_CPN_RKD

Line 1: package body PER_CPN_RKD as

1: package body PER_CPN_RKD as
2: /* $Header: pecpnrhi.pkb 120.0 2005/05/31 07:14:07 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2007/01/03 23:23:57 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_DELETE

Line 79: hr_utility.set_location('Entering: PER_CPN_RKD.AFTER_DELETE', 10);

75: )is
76: l_commit_unit_number number;
77: l_legislation_code varchar2(30);
78: begin
79: hr_utility.set_location('Entering: PER_CPN_RKD.AFTER_DELETE', 10);
80: l_commit_unit_number := hr_api.return_commit_unit;
81: if hr_api.call_app_hooks then
82: ota_extra_competence_chk.chk_competence
83: (P_COMPETENCE_ID => P_COMPETENCE_ID

Line 87: hr_utility.set_location(' Leaving: PER_CPN_RKD.AFTER_DELETE', 20);

83: (P_COMPETENCE_ID => P_COMPETENCE_ID
84: );
85: end if;
86: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_COMPETENCES', 'AD');
87: hr_utility.set_location(' Leaving: PER_CPN_RKD.AFTER_DELETE', 20);
88: end AFTER_DELETE;
89: end PER_CPN_RKD;

Line 89: end PER_CPN_RKD;

85: end if;
86: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_COMPETENCES', 'AD');
87: hr_utility.set_location(' Leaving: PER_CPN_RKD.AFTER_DELETE', 20);
88: end AFTER_DELETE;
89: end PER_CPN_RKD;