DBA Data[Home] [Help]

APPS.OE_VALIDATE_LOT_SERIAL dependencies on OE_GLOBALS

Line 210: IF NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,

206: -- Removing the validation for bug 5155914.
207:
208: /*
209:
210: IF NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,
211: p_old_Lot_Serial_rec.quantity)
212: THEN
213: IF p_Lot_Serial_rec.line_set_id IS NOT NULL THEN
214: IF l_debug_level > 0 THEN

Line 267: (NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,

263: oe_debug_pub.add( 'TO IS '||P_LOT_SERIAL_REC.TO_SERIAL_NUMBER , 1 ) ;
264: END IF;
265: IF p_Lot_Serial_rec.quantity IS NOT NULL AND
266: p_Lot_Serial_rec.from_serial_number IS NOT NULL AND
267: (NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,
268: p_old_Lot_Serial_rec.quantity) OR
269: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.from_serial_number,
270: p_old_Lot_Serial_rec.from_serial_number) OR
271: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.to_serial_number,

Line 269: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.from_serial_number,

265: IF p_Lot_Serial_rec.quantity IS NOT NULL AND
266: p_Lot_Serial_rec.from_serial_number IS NOT NULL AND
267: (NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,
268: p_old_Lot_Serial_rec.quantity) OR
269: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.from_serial_number,
270: p_old_Lot_Serial_rec.from_serial_number) OR
271: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.to_serial_number,
272: p_old_Lot_Serial_rec.to_serial_number))
273: THEN

Line 271: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.to_serial_number,

267: (NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.quantity,
268: p_old_Lot_Serial_rec.quantity) OR
269: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.from_serial_number,
270: p_old_Lot_Serial_rec.from_serial_number) OR
271: NOT OE_GLOBALS.Equal(p_Lot_Serial_rec.to_serial_number,
272: p_old_Lot_Serial_rec.to_serial_number))
273: THEN
274: IF NOT MTL_SERIAL_CHECK.INV_SERIAL_INFO(
275: p_Lot_Serial_rec.from_serial_number,

Line 304: and OE_GLOBALS.G_UI_FLAG = FALSE

300: END IF;
301:
302: -- OPM 3494420 start
303: If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510'
304: and OE_GLOBALS.G_UI_FLAG = FALSE
305: Then
306:
307: IF l_debug_level > 0 THEN
308: oe_debug_pub.add( 'RMA lot serial QUERYING FOR LINE_ID' , 1 ) ; -- INVCONV

Line 735: end if; -- If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' and OE_GLOBALS.G_UI_FLAG = FALSE Then

731: END IF; -- IF l_secondary_default_ind in ('N','D') invconv IF l_dualum_ind in (2,3) then
732:
733: -- END IF; -- IF oe_line_util.Process_Characteristics (l_inventory_item_id,l_ship_from_org_id,l_item_rec) INVCONV
734:
735: end if; -- If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' and OE_GLOBALS.G_UI_FLAG = FALSE Then
736: -- OPM 3494420 end
737:
738: -- Done validating entity
739: