DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on MTL_SALES_ORDERS

Line 425: mtl_sales_orders MSO,

421: i_prg_id,
422: SYSDATE
423: FROM oe_order_lines_all OOLA, /*BUG 5768680 Changes introduced to improve performance*/
424: oe_order_headers_all OOHA, /* of the layer cost worker*/
425: mtl_sales_orders MSO,
426: mtl_material_transactions MMT,
427: mtl_cst_actual_cost_details MCACD,
428: cst_cogs_events CCE /*Bug Fix 16766955*/
429: WHERE OOLA.line_id = l_so_line_id

Line 488: mtl_sales_orders MSO,

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