DBA Data[Home] [Help]

APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_ADW_COLLECT_MAIN

Line 125: IF ( pa_adw_collect_main.collect_lowest_tasks_flag = 'Y') THEN

121:
122: pa_debug.debug(x_err_stage);
123:
124: -- Check the profile option value for collecting lowest tasks
125: IF ( pa_adw_collect_main.collect_lowest_tasks_flag = 'Y') THEN
126:
127: -- Process all lowest level tasks first
128:
129: FOR lowest_tasks_r IN sel_lowest_tasks LOOP

Line 244: END IF; -- IF ( pa_adw_collect_main.collect_lowest_tasks_flag = 'Y')

240: TASK_ID = LOWEST_TASKS_R.TASK_ID;
241:
242: END LOOP; -- FOR lowest_tasks_r IN sel_lowest_tasks
243:
244: END IF; -- IF ( pa_adw_collect_main.collect_lowest_tasks_flag = 'Y')
245:
246: x_err_stage := 'Collecting Top Level Task Dimension Table';
247:
248: pa_debug.debug(x_err_stage);

Line 251: IF ( pa_adw_collect_main.collect_top_tasks_flag = 'Y') THEN

247:
248: pa_debug.debug(x_err_stage);
249:
250: -- Check the profile option value for collecting top tasks
251: IF ( pa_adw_collect_main.collect_top_tasks_flag = 'Y') THEN
252:
253: -- Now process the top level tasks
254:
255: FOR top_tasks_r IN sel_top_tasks LOOP

Line 368: END IF; -- IF ( pa_adw_collect_main.collect_top_tasks_flag = 'Y')

364: TOP_TASK_ID = TOP_TASKS_R.TOP_TASK_ID;
365:
366: END LOOP; -- FOR top_tasks_r IN sel_top_tasks
367:
368: END IF; -- IF ( pa_adw_collect_main.collect_top_tasks_flag = 'Y')
369:
370: -- Now update all remaining Low Level tasks as transferred to the
371: -- interface table
372: