DBA Data[Home] [Help]

APPS.PAY_ELEMENT_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: PAY_ELEMENT_EXTRA_INFO_BK1.CREATE_ELEMENT_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: PAY_ELEMENT_EXTRA_INFO_BK1.CREATE_ELEMENT_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: pay_in_ele_extra_info_leg_hook.check_tds_fields

Line 194: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_ELEMENT_EXTRA_INFO', 'BP');

190: ,P_EEI_INFORMATION29 => P_EEI_INFORMATION29
191: ,P_EEI_INFORMATION30 => P_EEI_INFORMATION30
192: );
193: end if;
194: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_ELEMENT_EXTRA_INFO', 'BP');
195: hr_utility.set_location(' Leaving: PAY_ELEMENT_EXTRA_INFO_BK1.CREATE_ELEMENT_EXTRA_INFO_B', 20);
196: end CREATE_ELEMENT_EXTRA_INFO_B;
197: end PAY_ELEMENT_EXTRA_INFO_BK1;