DBA Data[Home] [Help]

APPS.GML_MOLINE_DATA_FIX_PKG dependencies on IC_TXN_REQUEST_HEADERS

Line 40: ic_txn_request_headers moh,

36: soh.order_number ,
37: sol.line_id order_line_id,
38: moh.request_number
39: FROM ic_txn_request_lines mol,
40: ic_txn_request_headers moh,
41: oe_order_headers_all soh,
42: oe_order_lines_all sol
43: WHERE moh.header_id = mol.header_id
44: AND soh.header_id = sol.header_id