DBA Data[Home] [Help]

APPS.PQH_COPY_ENTITY_RESULTS_BK1 dependencies on HR_UTILITY

Line 214: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_A', 10);

210: )is
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

Line 230: hr_utility.set_location(' Leaving: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_A', 20);

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
234: ,P_RESULT_TYPE_CD in VARCHAR2

Line 437: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 10);

433: ,P_LONG_ATTRIBUTE1 in LONG
434: ,P_EFFECTIVE_DATE in DATE
435: )is
436: begin
437: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 10);
438: hr_utility.set_location(' Leaving: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 20);
439: end CREATE_COPY_ENTITY_RESULT_B;
440: end PQH_COPY_ENTITY_RESULTS_BK1;

Line 438: hr_utility.set_location(' Leaving: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 20);

434: ,P_EFFECTIVE_DATE in DATE
435: )is
436: begin
437: hr_utility.set_location('Entering: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 10);
438: hr_utility.set_location(' Leaving: PQH_COPY_ENTITY_RESULTS_BK1.CREATE_COPY_ENTITY_RESULT_B', 20);
439: end CREATE_COPY_ENTITY_RESULT_B;
440: end PQH_COPY_ENTITY_RESULTS_BK1;