DBA Data[Home] [Help]

APPS.HR_ORI_RKU dependencies on HR_UTILITY

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;