DBA Data[Home] [Help]

APPS.HR_LOCATION_EXTRA_INFO_BK1 dependencies on HR_API

Line 127: l_commit_unit_number := hr_api.return_commit_unit;

123: l_commit_unit_number number;
124: l_legislation_code varchar2(30);
125: begin
126: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 10);
127: l_commit_unit_number := hr_api.return_commit_unit;
128: if hr_api.call_leg_hooks then
129: -- Note: All legislation hook calls will be executed regardless of the
130: -- legislation code because the data for this API module is not held within
131: -- the context of a business_group_id.

Line 128: if hr_api.call_leg_hooks then

124: l_legislation_code varchar2(30);
125: begin
126: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 10);
127: l_commit_unit_number := hr_api.return_commit_unit;
128: if hr_api.call_leg_hooks then
129: -- Note: All legislation hook calls will be executed regardless of the
130: -- legislation code because the data for this API module is not held within
131: -- the context of a business_group_id.
132: PER_PL_LEI_INFO.CREATE_PL_LEI_INFO

Line 167: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION_EXTRA_INFO', 'BP');

163: ,P_LEI_INFORMATION29 => P_LEI_INFORMATION29
164: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
165: );
166: end if;
167: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION_EXTRA_INFO', 'BP');
168: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 20);
169: end CREATE_LOCATION_EXTRA_INFO_B;
170: end HR_LOCATION_EXTRA_INFO_BK1;