DBA Data[Home] [Help]

APPS.GML_BATCH_WORKFLOW_PKG dependencies on MTL_SYSTEM_ITEMS

Line 65: ,mtl_system_items mtl

61: oh.order_number
62: FROM oe_order_headers_all oh
63: ,oe_order_lines_all ol
64: ,oe_transaction_types_all ot
65: ,mtl_system_items mtl
66: WHERE ol.line_id = p_so_line_id
67: and ol.header_id = oh.header_id
68: and oh.order_type_id = ot.transaction_type_id
69: and mtl.inventory_item_id = ol.inventory_item_id;