DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_VALIDATE_LINE_ADJ

Line 1234: adj_debug('Before OE_Validate_Line_Adj.Attributes . ' ||

1230: -- Attribute level validation.
1231:
1232: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
1233:
1234: adj_debug('Before OE_Validate_Line_Adj.Attributes . ' ||
1235: ' adj_id = '|| To_char(l_line_adj_rec.price_adjustment_id), 2);
1236:
1237: OE_Validate_Line_Adj.Attributes
1238: ( x_return_status => l_return_status

Line 1237: OE_Validate_Line_Adj.Attributes

1233:
1234: adj_debug('Before OE_Validate_Line_Adj.Attributes . ' ||
1235: ' adj_id = '|| To_char(l_line_adj_rec.price_adjustment_id), 2);
1236:
1237: OE_Validate_Line_Adj.Attributes
1238: ( x_return_status => l_return_status
1239: , p_Line_Adj_rec => l_Line_Adj_rec
1240: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1241: );

Line 1327: OE_Validate_Line_Adj.Entity_Delete

1323: IF l_control_rec.validate_entity THEN
1324:
1325: IF l_Line_Adj_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
1326:
1327: OE_Validate_Line_Adj.Entity_Delete
1328: ( x_return_status => l_return_status
1329: , p_Line_Adj_rec => l_Line_Adj_rec
1330: );
1331:

Line 1332: adj_debug('After OE_Validate_Line_Adj.delete ',2);

1328: ( x_return_status => l_return_status
1329: , p_Line_Adj_rec => l_Line_Adj_rec
1330: );
1331:
1332: adj_debug('After OE_Validate_Line_Adj.delete ',2);
1333: ELSE
1334:
1335: -- logs maximum percentage request check also
1336: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);

Line 1336: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);

1332: adj_debug('After OE_Validate_Line_Adj.delete ',2);
1333: ELSE
1334:
1335: -- logs maximum percentage request check also
1336: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);
1337: OE_Validate_Line_Adj.Entity
1338: ( x_return_status => l_return_status
1339: , p_Line_Adj_rec => l_Line_Adj_rec
1340: , p_old_Line_Adj_rec => l_old_Line_Adj_rec

Line 1337: OE_Validate_Line_Adj.Entity

1333: ELSE
1334:
1335: -- logs maximum percentage request check also
1336: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);
1337: OE_Validate_Line_Adj.Entity
1338: ( x_return_status => l_return_status
1339: , p_Line_Adj_rec => l_Line_Adj_rec
1340: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1341: );

Line 1342: adj_debug('After OE_Validate_Line_Adj.Entity ',2);

1338: ( x_return_status => l_return_status
1339: , p_Line_Adj_rec => l_Line_Adj_rec
1340: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1341: );
1342: adj_debug('After OE_Validate_Line_Adj.Entity ',2);
1343:
1344: END IF;
1345:
1346: adj_debug('Stt '||l_return_status,3);