DBA Data[Home] [Help]

APPS.MRP_REPORT_INV_TURNS dependencies on MRP_WIP_COMPONENTS

Line 135: mrp_wip_components wip

131: * NVL(cst.item_cost, 0)), 0)
132: / 1000
133: INTO issued_inv
134: FROM cst_item_costs cst,
135: mrp_wip_components wip
136: WHERE cst.organization_id = wip.organization_id
137: AND cst.inventory_item_id = wip.inventory_item_id
138: AND ( cst.cost_type_id = arg_cost_type
139: OR