DBA Data[Home] [Help]

APPS.GMI_LOCT_INV_PVT dependencies on IC_ITEM_MST_B

Line 177: from ic_item_mst_b

173: GMA_GLOBAL_GRP.SY$MAX_DATE, p_tran_rec.trans_date + nvl(retest_interval,0))),
174: nvl(expaction_date, decode (grade_ctl + nvl(shelf_life,0), 0,
175: GMA_GLOBAL_GRP.SY$MAX_DATE, p_tran_rec.trans_date + nvl(shelf_life,0) +
176: nvl(expaction_interval,0)))
177: from ic_item_mst_b
178: where item_id = l_loct_inv.item_id)
179: Where item_id = l_loct_inv.item_id and
180: lot_id = l_loct_inv.lot_id and
181: lot_created is NULL;