DBA Data[Home] [Help]

APPS.GML_MOLINE_DATA_FIX_PKG dependencies on IC_TRAN_PND

Line 22: ic_tran_pnd itp

18: NVL( (-1) * sum(itp.trans_qty2), 0) trans_qty2
19: FROM ic_txn_request_lines mo,
20: oe_order_headers_all h,
21: oe_order_lines_all d,
22: ic_tran_pnd itp
23: WHERE itp.line_id(+) = mo.txn_source_line_id
24: AND mo.txn_source_line_id = d.line_id
25: AND d.header_id = h.header_id
26: AND itp.doc_type(+) = 'OMSO'