DBA Data[Home] [Help]

APPS.GMIVILC dependencies on IC_TRAN_PND

Line 125: FROM ic_tran_pnd

121: lot_id = x_lot_id;
122:
123: CURSOR Cur_trans_pnd IS
124: SELECT count(*)
125: FROM ic_tran_pnd
126: WHERE item_id = p_ic_item_mst_row.item_id and
127: lot_id = x_lot_id;
128:
129: CURSOR Cur_journal IS