DBA Data[Home] [Help]

APPS.HR_ORI_RKU dependencies on HR_API

Line 105: l_commit_unit_number := hr_api.return_commit_unit;

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
109: -- the context of a business_group_id.

Line 106: if hr_api.call_leg_hooks then

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
109: -- the context of a business_group_id.
110: PER_FR_ORG_DDF_VALIDATION.VALIDATE_FR_OPM_MAPPING

Line 158: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AU');

154: ,P_ORG_INFORMATION_CONTEXT => P_ORG_INFORMATION_CONTEXT
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;