DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on MTL_SALES_ORDERS

Line 489: mtl_sales_orders MSO,

485: i_prg_id,
486: SYSDATE
487: FROM oe_order_lines_all OOLA, /*BUG 5768680 Changes introduced to improve performance*/
488: oe_order_headers_all OOHA, /* of the layer cost worker*/
489: mtl_sales_orders MSO,
490: mtl_material_transactions MMT,
491: mtl_cst_actual_cost_details MCACD
492: WHERE OOLA.line_id = l_so_line_id
493: AND OOHA.header_id = OOLA.header_id