DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRA_INFO_BK2 dependencies on HR_API

Line 125: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 126: if hr_api.call_leg_hooks then

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

Line 192: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ELEMENT_EXTRA_INFO', 'BP');

188: ,P_EEI_INFORMATION30 => P_EEI_INFORMATION30
189: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
190: );
191: end if;
192: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_ELEMENT_EXTRA_INFO', 'BP');
193: hr_utility.set_location(' Leaving: PAY_ELEMENT_EXTRA_INFO_BK2.UPDATE_ELEMENT_EXTRA_INFO_B', 20);
194: end UPDATE_ELEMENT_EXTRA_INFO_B;
195: end PAY_ELEMENT_EXTRA_INFO_BK2;