DBA Data[Home] [Help]

APPS.OE_VALIDATE_LOT_SERIAL dependencies on OE_GLOBALS

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

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

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

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

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

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

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

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

Line 307: and OE_GLOBALS.G_UI_FLAG = FALSE

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

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

737: END IF; -- IF l_secondary_default_ind in ('N','D') invconv IF l_dualum_ind in (2,3) then
738:
739: -- END IF; -- IF oe_line_util.Process_Characteristics (l_inventory_item_id,l_ship_from_org_id,l_item_rec) INVCONV
740:
741: end if; -- If OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' and OE_GLOBALS.G_UI_FLAG = FALSE Then
742: -- OPM 3494420 end
743:
744: -- Done validating entity
745: