DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on MTL_SYSTEM_ITEMS

Line 373: mtl_system_items msi,

369: ra_customer_trx_lines_all rctl,
370: ra_customer_trx_all rct,
371: oe_order_lines_all sl_child,
372: oe_order_lines_all sl_parent,
373: mtl_system_items msi,
374: oe_order_headers_all sh,
375: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
376: WHERE
377: cr.build_id = l_build_id

Line 520: mtl_system_items msi,

516: ra_customer_trx_lines_all rctl,
517: oe_order_headers_all sh,
518: oe_order_lines_all sl_parent,
519: oe_order_lines_all sl_child,
520: mtl_system_items msi,
521: ra_customer_trx_all rct,
522: mtl_material_transactions mmt, -- dropship
523: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
524: WHERE

Line 679: mtl_system_items msi,

675: ra_customer_trx_lines_all rctl,
676: ra_customer_trx_all rct,
677: oe_order_headers_all rma,
678: oe_order_lines_all rma_line,
679: mtl_system_items msi,
680: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
681: WHERE cr.build_id = l_build_id
682: AND rctl.org_id = l_ou_id
683: AND rctl.line_type = 'LINE'