DBA Data[Home] [Help]

APPS.GML_RCV_DB_COMMON dependencies on IC_ITEM_MST

Line 316: --Primary uom from the ic_item_mst.

312: Fetch Cr_lot_recv_qty Into l_lot_recv_qty, l_lot_recv_uom;
313: Close Cr_lot_recv_qty;
314:
315: --If this lot was never received then the receiving uom will be null then fetch
316: --Primary uom from the ic_item_mst.
317: IF l_lot_recv_uom IS NULL THEN
318: BEGIN
319: Select item_um
320: Into l_lot_recv_uom

Line 321: From ic_item_mst

317: IF l_lot_recv_uom IS NULL THEN
318: BEGIN
319: Select item_um
320: Into l_lot_recv_uom
321: From ic_item_mst
322: Where item_id = p_opm_item_id;
323:
324: EXCEPTION
325: WHEN OTHERS THEN