DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PJI_UTILS

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

2694:
2695: l_num_blocks := 1.25 * (l_num_of_tasks * 75) / l_db_block_size;
2696:
2697: -- Manually seed the statistics for the temporary table.
2698: -- Bug 8261905, Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
2699: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',
2700: l_num_of_tasks, l_num_blocks, 75);
2701:
2702: -- delete content from temp table before inserting

Line 2699: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',

2695: l_num_blocks := 1.25 * (l_num_of_tasks * 75) / l_db_block_size;
2696:
2697: -- Manually seed the statistics for the temporary table.
2698: -- Bug 8261905, Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
2699: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',
2700: l_num_of_tasks, l_num_blocks, 75);
2701:
2702: -- delete content from temp table before inserting
2703: DELETE pa_copy_asgmts_temp;

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

6127:
6128: l_num_blocks := 1.25 * (l_num_of_tasks * 75) / l_db_block_size;
6129:
6130: -- Manually seed the statistics for the temporary table.
6131: -- Bug 8261905, Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
6132: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',
6133: l_num_of_tasks, l_num_blocks, 75);
6134:
6135: -- delete content from temp table before inserting

Line 6132: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',

6128: l_num_blocks := 1.25 * (l_num_of_tasks * 75) / l_db_block_size;
6129:
6130: -- Manually seed the statistics for the temporary table.
6131: -- Bug 8261905, Replaced 'PA' by PJI_UTILS.GET_PA_SCHEMA_NAME
6132: pa_task_assignment_utils.set_table_stats(PJI_UTILS.GET_PA_SCHEMA_NAME,'PA_COPY_ASGMTS_TEMP',
6133: l_num_of_tasks, l_num_blocks, 75);
6134:
6135: -- delete content from temp table before inserting
6136: DELETE pa_copy_asgmts_temp;