DBA Data[Home] [Help]

APPS.HR_LOC_RKD dependencies on HR_UTILITY

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;