DBA Data[Home] [Help]

APPS.HR_ORI_RKU dependencies on HR_ORI_RKU

Line 1: package body HR_ORI_RKU as

1: package body HR_ORI_RKU as
2: /* $Header: hrorirhi.pkb 120.5 2008/03/24 11:09:24 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2012/11/27 04:02:33 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_UPDATE

Line 104: hr_utility.set_location('Entering: HR_ORI_RKU.AFTER_UPDATE', 10);

100: )is
101: l_commit_unit_number number;
102: l_legislation_code varchar2(30);
103: begin
104: hr_utility.set_location('Entering: HR_ORI_RKU.AFTER_UPDATE', 10);
105: l_commit_unit_number := hr_api.return_commit_unit;
106: if hr_api.call_leg_hooks then
107: -- Note: All legislation hook calls will be executed regardless of the
108: -- legislation code because the data for this API module is not held within

Line 159: hr_utility.set_location(' Leaving: HR_ORI_RKU.AFTER_UPDATE', 20);

155: ,P_ORG_INFORMATION1 => P_ORG_INFORMATION1
156: );
157: end if;
158: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AU');
159: hr_utility.set_location(' Leaving: HR_ORI_RKU.AFTER_UPDATE', 20);
160: end AFTER_UPDATE;
161: end HR_ORI_RKU;

Line 161: end HR_ORI_RKU;

157: end if;
158: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AU');
159: hr_utility.set_location(' Leaving: HR_ORI_RKU.AFTER_UPDATE', 20);
160: end AFTER_UPDATE;
161: end HR_ORI_RKU;