DBA Data[Home] [Help]

APPS.GML_BATCH_WORKFLOW_PKG dependencies on OE_ORDER_HEADERS_ALL

Line 62: FROM oe_order_headers_all oh

58: CURSOR Get_order_info(p_so_line_id IN NUMBER) IS
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