DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_VALIDATE_LOT_SERIAL

Line 5077: OE_Validate_Lot_Serial.Attributes

5073: -- Attribute level validation.
5074:
5075: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
5076:
5077: OE_Validate_Lot_Serial.Attributes
5078: ( x_return_status => l_return_status
5079: , p_Lot_Serial_rec => l_Lot_Serial_rec
5080: , p_old_Lot_Serial_rec => l_old_Lot_Serial_rec
5081: );

Line 5131: OE_Validate_Lot_Serial.Entity_Delete

5127: IF l_control_rec.validate_entity THEN
5128:
5129: IF l_Lot_Serial_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
5130:
5131: OE_Validate_Lot_Serial.Entity_Delete
5132: ( x_return_status => l_return_status
5133: , p_Lot_Serial_rec => l_Lot_Serial_rec
5134: );
5135:

Line 5138: OE_Validate_Lot_Serial.Entity

5134: );
5135:
5136: ELSE
5137:
5138: OE_Validate_Lot_Serial.Entity
5139: ( x_return_status => l_return_status
5140: , p_Lot_Serial_rec => l_Lot_Serial_rec
5141: , p_old_Lot_Serial_rec => l_old_Lot_Serial_rec
5142: );