DBA Data[Home] [Help]

APPS.HR_LOC_RKI dependencies on HR_LOC_RKI

Line 1: package body HR_LOC_RKI as

1: package body HR_LOC_RKI as
2: /* $Header: hrlocrhi.pkb 120.11 2010/12/21 10:09:43 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2012/11/27 04:02:24 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_INSERT

Line 93: hr_utility.set_location('Entering: HR_LOC_RKI.AFTER_INSERT', 10);

89: )is
90: l_commit_unit_number number;
91: l_legislation_code varchar2(30);
92: begin
93: hr_utility.set_location('Entering: HR_LOC_RKI.AFTER_INSERT', 10);
94: l_commit_unit_number := hr_api.return_commit_unit;
95: if hr_api.call_app_hooks then
96: ZX_HR_LOCATIONS_GNR_HOOK.CREATE_GNR
97: (P_LOCATION_ID => P_LOCATION_ID

Line 123: hr_utility.set_location(' Leaving: HR_LOC_RKI.AFTER_INSERT', 20);

119: );
120: end if;
121: end if;
122: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AI');
123: hr_utility.set_location(' Leaving: HR_LOC_RKI.AFTER_INSERT', 20);
124: end AFTER_INSERT;
125: end HR_LOC_RKI;

Line 125: end HR_LOC_RKI;

121: end if;
122: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AI');
123: hr_utility.set_location(' Leaving: HR_LOC_RKI.AFTER_INSERT', 20);
124: end AFTER_INSERT;
125: end HR_LOC_RKI;