DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on OE_ORDER_LINES_ALL

Line 72: ,oe_order_lines_all ol

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