DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_VALIDATE_LOT_SERIAL

Line 5219: OE_Validate_Lot_Serial.Attributes

5215: -- Attribute level validation.
5216:
5217: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
5218:
5219: OE_Validate_Lot_Serial.Attributes
5220: ( x_return_status => l_return_status
5221: , p_Lot_Serial_rec => l_Lot_Serial_rec
5222: , p_old_Lot_Serial_rec => l_old_Lot_Serial_rec
5223: );

Line 5273: OE_Validate_Lot_Serial.Entity_Delete

5269: IF l_control_rec.validate_entity THEN
5270:
5271: IF l_Lot_Serial_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
5272:
5273: OE_Validate_Lot_Serial.Entity_Delete
5274: ( x_return_status => l_return_status
5275: , p_Lot_Serial_rec => l_Lot_Serial_rec
5276: );
5277:

Line 5280: OE_Validate_Lot_Serial.Entity

5276: );
5277:
5278: ELSE
5279:
5280: OE_Validate_Lot_Serial.Entity
5281: ( x_return_status => l_return_status
5282: , p_Lot_Serial_rec => l_Lot_Serial_rec
5283: , p_old_Lot_Serial_rec => l_old_Lot_Serial_rec
5284: );