DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_REPORT dependencies on IC_TRAN_CMP

Line 423: ic_tran_cmp

419: UNION ALL
420: SELECT
421: reason_code
422: FROM
423: ic_tran_cmp
424: WHERE
425: doc_type = v_doc_type
426: AND doc_id = v_doc_id
427: AND line_id = v_line_id;

Line 470: ic_tran_cmp t,

466: i.item_desc1,
467: sum(t.trans_qty) trans_qty,
468: t.trans_um
469: FROM
470: ic_tran_cmp t,
471: ic_item_mst i
472: WHERE
473: t.doc_type = v_doc_type
474: AND t.doc_id = v_doc_id