DBA Data[Home] [Help]

APPS.GMI_OM_UTIL dependencies on IC_TRAN_PND

Line 59: FROM ic_tran_pnd itp, ic_lots_mst ilm

55:
56: CURSOR trans_dtl IS
57: SELECT itp.lot_id, ilm.lot_no, ilm.sublot_no, ABS(itp.trans_qty) trans_qty, itp.trans_um,
58: ABS(itp.trans_qty2) trans_qty2, itp.trans_um2
59: FROM ic_tran_pnd itp, ic_lots_mst ilm
60: WHERE itp.doc_type ='OMSO'
61: AND itp.line_id = p_original_line_rec.reference_line_id
62: AND itp.delete_mark = 0
63: AND itp.completed_ind = 1

Line 225: SELECT LOT_ID from ic_tran_pnd

221:
222: WDD_REC Get_wdd_rec%rowtype;
223:
224: CURSOR Get_lot_id IS
225: SELECT LOT_ID from ic_tran_pnd
226: where line_detail_id = p_delivery_detail_id and
227: line_id = l_line_id and
228: doc_type = 'OMSO' and
229: delete_mark = 0 and