DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PJI_UTILS

Line 10361: -- Bug 8261905 : Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME

10357: END LOOP;
10358:
10359: -- Manually seed the statistics for the temporary table.
10360: -- Need to do it before populating the table otherwise the table will be emptied.
10361: -- Bug 8261905 : Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
10362: PA_TASK_ASSIGNMENT_UTILS.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_RES_ASGMTS_TEMP', l_num_of_asgmts, l_num_blocks, 75);
10363:
10364: -- Populate the temporary table with the parameters passed in.
10365: DELETE pa_res_asgmts_temp;

Line 10362: PA_TASK_ASSIGNMENT_UTILS.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_RES_ASGMTS_TEMP', l_num_of_asgmts, l_num_blocks, 75);

10358:
10359: -- Manually seed the statistics for the temporary table.
10360: -- Need to do it before populating the table otherwise the table will be emptied.
10361: -- Bug 8261905 : Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
10362: PA_TASK_ASSIGNMENT_UTILS.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_RES_ASGMTS_TEMP', l_num_of_asgmts, l_num_blocks, 75);
10363:
10364: -- Populate the temporary table with the parameters passed in.
10365: DELETE pa_res_asgmts_temp;
10366: FORALL j IN 1..p_task_assignment_tbl.COUNT