DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on MTL_SALES_ORDERS

Line 492: mtl_sales_orders MSO,

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

Line 558: mtl_sales_orders MSO,

554: i_prg_id,
555: SYSDATE
556: FROM oe_order_lines_all OOLA, /*BUG 5768680 Changes introduced to improve performance*/
557: oe_order_headers_all OOHA, /* of the layer cost worker*/
558: mtl_sales_orders MSO,
559: mtl_material_transactions MMT,
560: mtl_cst_actual_cost_details MCACD
561: WHERE OOLA.line_id = l_so_line_id
562: AND OOHA.header_id = OOLA.header_id