DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PVT dependencies on OE_VALIDATE_PRICE_BREAK

Line 1453: OE_Validate_Price_Break.Attributes

1449: THEN
1450:
1451: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
1452:
1453: OE_Validate_Price_Break.Attributes
1454: ( x_return_status => l_return_status
1455: , p_Price_Break_rec => l_Price_Break_rec
1456: , p_old_Price_Break_rec => l_old_Price_Break_rec
1457: );

Line 1521: OE_Validate_Price_Break.Entity_Delete

1517: IF l_control_rec.validate_entity THEN
1518:
1519: IF l_Price_Break_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
1520: /*
1521: OE_Validate_Price_Break.Entity_Delete
1522: ( x_return_status => l_return_status
1523: , p_Price_Break_rec => l_Price_Break_rec
1524: );
1525: */

Line 1531: OE_Validate_Price_Break.Entity

1527:
1528: ELSE
1529: NULL;
1530: /*
1531: OE_Validate_Price_Break.Entity
1532: ( x_return_status => l_return_status
1533: , p_Price_Break_rec => l_Price_Break_rec
1534: , p_old_Price_Break_rec => l_old_Price_Break_rec
1535: );