DBA Data[Home] [Help]

APPS.OE_ORDER_UTIL dependencies on OE_LOT_SERIAL_UTIL

Line 761: OE_LOT_SERIAL_UTIL.Query_Row(p_lot_serial_id =>p_lot_serial_id,

757: IF l_debug_level > 0 THEN
758: oe_debug_pub.add( 'JPN: OLD LOT SERIAL GLOBAL PIC UPDATED' ) ;
759: END IF;
760: ELSE
761: OE_LOT_SERIAL_UTIL.Query_Row(p_lot_serial_id =>p_lot_serial_id,
762: x_lot_serial_rec =>l_old_lot_serial_rec);
763: g_old_lot_serial_tbl(l_ind):= l_old_lot_serial_rec;
764: END IF;
765: ELSE