DBA Data[Home] [Help]

APPS.GML_BATCH_WORKFLOW_PKG dependencies on OE_ORDER_LINES_ALL

Line 63: ,oe_order_lines_all ol

59: SELECT ol.line_number, mtl.segment1,
60: ot.transaction_type_code,
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