DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_RESULTS_BK1 dependencies on HR_API

Line 215: l_commit_unit_number := hr_api.return_commit_unit;

211: l_commit_unit_number number;
212: l_legislation_code varchar2(30);
213: begin
214: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_A', 10);
215: l_commit_unit_number := hr_api.return_commit_unit;
216: if hr_api.call_leg_hooks then
217: -- Note: All legislation hook calls will be executed regardless of the
218: -- legislation code because the data for this API module is not held within
219: -- the context of a business_group_id.

Line 216: if hr_api.call_leg_hooks then

212: l_legislation_code varchar2(30);
213: begin
214: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_A', 10);
215: l_commit_unit_number := hr_api.return_commit_unit;
216: if hr_api.call_leg_hooks then
217: -- Note: All legislation hook calls will be executed regardless of the
218: -- legislation code because the data for this API module is not held within
219: -- the context of a business_group_id.
220: PQH_FR_UTILITY.DELETE_DUPLICATE_ASG_RECORDS

Line 229: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_COPY_ENTITY_RESULT', 'AP');

225: ,P_INFORMATION67 => P_INFORMATION67
226: );
227: end if;
228: hr_multi_message.end_validation_set;
229: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_COPY_ENTITY_RESULT', 'AP');
230: hr_utility.set_location(' Leaving: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_A', 20);
231: end CREATE_COPY_ENTITY_RESULT_A;
232: procedure CREATE_COPY_ENTITY_RESULT_B
233: (P_COPY_ENTITY_TXN_ID in NUMBER