DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on OE_TRANSACTION_TYPES_ALL

Line 73: ,oe_transaction_types_all ot

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
77: and oh.order_type_id = ot.transaction_type_id