DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PJM_PO_COMMITMENTS_V

Line 4136: from pjm_po_commitments_v pmppd, pa_proj_summ_tmp prj -- BUG 10107257 Addition of global temp table

4132: pmppd.inventory_item_name,
4133: pmppd.uom_code,
4134: pmppd.wip_resource_id,
4135: pmppd.wip_resource_name
4136: from pjm_po_commitments_v pmppd, pa_proj_summ_tmp prj -- BUG 10107257 Addition of global temp table
4137: where pmppd.project_id = prj.project_id; --BUG 10107257 Using global temp table instead of Bulk collect
4138: -- where pmppd.project_id = TmpProjectTab(i); -- bug 7491714
4139: -- commented for bug 6408874
4140: -- where pmppd.project_id = TmpProjectTab(i);