DBA Data[Home] [Help]

APPS.GML_PO_SYNCH dependencies on IC_ITEM_CNV

Line 424: FROM ic_item_cnv

420: WHERE um_code = v_um;
421:
422: CURSOR tf_cur(v_um_type VARCHAR2) IS
423: SELECT type_factor
424: FROM ic_item_cnv
425: WHERE item_id = v_item_id
426: AND um_type = v_um_type;
427:
428: CURSOR item_cur IS