DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 1561: ,pa_cost_distribution_lines_all pcd

1557: from pa_expenditure_items_all pai
1558: /* Bug#3461661 : removed join with pa_tasks
1559: * ,pa_tasks t
1560: */
1561: ,pa_cost_distribution_lines_all pcd
1562: where
1563: /* Bug#3461661 : removed join condition
1564: * pai.task_id = t.task_id
1565: * and