DBA Data[Home] [Help]

APPS.HR_LOC_RKD dependencies on HR_LOC_RKD

Line 1: package body HR_LOC_RKD as

1: package body HR_LOC_RKD as
2: /* $Header: hrlocrhi.pkb 120.7 2006/05/15 13:34:54 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2009/03/30 04:53:45 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_DELETE

Line 91: hr_utility.set_location('Entering: HR_LOC_RKD.AFTER_DELETE', 10);

87: )is
88: l_commit_unit_number number;
89: l_legislation_code varchar2(30);
90: begin
91: hr_utility.set_location('Entering: HR_LOC_RKD.AFTER_DELETE', 10);
92: l_commit_unit_number := hr_api.return_commit_unit;
93: if hr_api.call_app_hooks then
94: ZX_HR_LOCATIONS_REPORTING_HOOK.DELETE_KR_BIZ_LOCATION
95: (P_LOCATION_CODE_O => P_LOCATION_CODE_O

Line 101: hr_utility.set_location(' Leaving: HR_LOC_RKD.AFTER_DELETE', 20);

97: ,P_COUNTRY_O => P_COUNTRY_O
98: );
99: end if;
100: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AD');
101: hr_utility.set_location(' Leaving: HR_LOC_RKD.AFTER_DELETE', 20);
102: end AFTER_DELETE;
103: end HR_LOC_RKD;

Line 103: end HR_LOC_RKD;

99: end if;
100: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AD');
101: hr_utility.set_location(' Leaving: HR_LOC_RKD.AFTER_DELETE', 20);
102: end AFTER_DELETE;
103: end HR_LOC_RKD;