DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_VALIDATE_LINE_ADJ

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

1265: -- Attribute level validation.
1266:
1267: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
1268:
1269: adj_debug('Before OE_Validate_Line_Adj.Attributes . ' ||
1270: ' adj_id = '|| To_char(l_line_adj_rec.price_adjustment_id), 2);
1271:
1272: OE_Validate_Line_Adj.Attributes
1273: ( x_return_status => l_return_status

Line 1272: OE_Validate_Line_Adj.Attributes

1268:
1269: adj_debug('Before OE_Validate_Line_Adj.Attributes . ' ||
1270: ' adj_id = '|| To_char(l_line_adj_rec.price_adjustment_id), 2);
1271:
1272: OE_Validate_Line_Adj.Attributes
1273: ( x_return_status => l_return_status
1274: , p_Line_Adj_rec => l_Line_Adj_rec
1275: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1276: );

Line 1362: OE_Validate_Line_Adj.Entity_Delete

1358: IF l_control_rec.validate_entity THEN
1359:
1360: IF l_Line_Adj_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
1361:
1362: OE_Validate_Line_Adj.Entity_Delete
1363: ( x_return_status => l_return_status
1364: , p_Line_Adj_rec => l_Line_Adj_rec
1365: );
1366:

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

1363: ( x_return_status => l_return_status
1364: , p_Line_Adj_rec => l_Line_Adj_rec
1365: );
1366:
1367: adj_debug('After OE_Validate_Line_Adj.delete ',2);
1368: ELSE
1369:
1370: -- logs maximum percentage request check also
1371: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);

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

1367: adj_debug('After OE_Validate_Line_Adj.delete ',2);
1368: ELSE
1369:
1370: -- logs maximum percentage request check also
1371: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);
1372: OE_Validate_Line_Adj.Entity
1373: ( x_return_status => l_return_status
1374: , p_Line_Adj_rec => l_Line_Adj_rec
1375: , p_old_Line_Adj_rec => l_old_Line_Adj_rec

Line 1372: OE_Validate_Line_Adj.Entity

1368: ELSE
1369:
1370: -- logs maximum percentage request check also
1371: adj_debug('Before OE_Validate_Line_Adj.Entity ',2);
1372: OE_Validate_Line_Adj.Entity
1373: ( x_return_status => l_return_status
1374: , p_Line_Adj_rec => l_Line_Adj_rec
1375: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1376: );

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

1373: ( x_return_status => l_return_status
1374: , p_Line_Adj_rec => l_Line_Adj_rec
1375: , p_old_Line_Adj_rec => l_old_Line_Adj_rec
1376: );
1377: adj_debug('After OE_Validate_Line_Adj.Entity ',2);
1378:
1379: END IF;
1380:
1381: adj_debug('Stt '||l_return_status,3);