DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on MTL_SYSTEM_ITEMS

Line 74: ,mtl_system_items mtl

70: oh.order_number
71: FROM oe_order_headers_all oh
72: ,oe_order_lines_all ol
73: ,oe_transaction_types_all ot
74: ,mtl_system_items mtl
75: WHERE ol.line_id = p_so_line_id
76: and ol.header_id = oh.header_id
77: and oh.order_type_id = ot.transaction_type_id
78: and mtl.inventory_item_id = ol.inventory_item_id;