DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on MRP_PROJECT_PARAMETERS

Line 82: mrp_project_parameters mrp,

78: )
79: UNION ALL
80: SELECT NVL ( ccicv.item_cost, 0 )
81: FROM mtl_item_locations mil,
82: mrp_project_parameters mrp,
83: cst_cg_item_costs_view ccicv,
84: mtl_parameters mp
85: WHERE l_locator_id IS NOT NULL
86: AND mil.organization_id = p_organization_id