DBA Data[Home] [Help]

APPS.PER_PER_RKI dependencies on PER_PER_RKI

Line 1: package body PER_PER_RKI as

1: package body PER_PER_RKI as
2: /* $Header: peperrhi.pkb 120.20 2011/07/15 07:25:05 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2012/11/27 04:02:26 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_INSERT

Line 163: hr_utility.set_location('Entering: PER_PER_RKI.AFTER_INSERT', 10);

159: )is
160: l_commit_unit_number number;
161: l_legislation_code varchar2(30);
162: begin
163: hr_utility.set_location('Entering: PER_PER_RKI.AFTER_INSERT', 10);
164: l_commit_unit_number := hr_api.return_commit_unit;
165: if hr_api.call_leg_hooks then
166: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
167: if l_legislation_code = 'GB' then

Line 182: hr_utility.set_location(' Leaving: PER_PER_RKI.AFTER_INSERT', 20);

178: );
179: end if;
180: end if;
181: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_ALL_PEOPLE_F', 'AI');
182: hr_utility.set_location(' Leaving: PER_PER_RKI.AFTER_INSERT', 20);
183: end AFTER_INSERT;
184: end PER_PER_RKI;

Line 184: end PER_PER_RKI;

180: end if;
181: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_ALL_PEOPLE_F', 'AI');
182: hr_utility.set_location(' Leaving: PER_PER_RKI.AFTER_INSERT', 20);
183: end AFTER_INSERT;
184: end PER_PER_RKI;