DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 1549: ,pa_cost_distribution_lines_all pcd

1545: from pa_expenditure_items_all pai
1546: /* Bug#3461661 : removed join with pa_tasks
1547: * ,pa_tasks t
1548: */
1549: ,pa_cost_distribution_lines_all pcd
1550: where
1551: /* Bug#3461661 : removed join condition
1552: * pai.task_id = t.task_id
1553: * and