DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_DEFAULT_LINE_ADJ

Line 1305: OE_Default_Line_Adj.Attributes

1301:
1302: IF l_control_rec.default_attributes
1303: THEN
1304:
1305: OE_Default_Line_Adj.Attributes
1306: ( p_x_Line_Adj_rec => l_Line_Adj_rec
1307: , p_old_line_adj_rec => l_old_line_adj_rec
1308: --, x_Line_Adj_rec => l_Line_Adj_rec
1309: );

Line 1311: /* adj_debug('After OE_Default_Line_Adj.Attributes . ' ||

1307: , p_old_line_adj_rec => l_old_line_adj_rec
1308: --, x_Line_Adj_rec => l_Line_Adj_rec
1309: );
1310:
1311: /* adj_debug('After OE_Default_Line_Adj.Attributes . ' ||
1312: 'discount_id = ' || To_char(l_line_adj_rec.discount_id)
1313: || ' discount_line_id = '||
1314: To_char(l_line_adj_rec.discount_line_id)
1315: || ' percent = '|| To_char(l_line_adj_rec.percent), 2);

Line 3893: OE_DEfault_Line_Adj_Assocs.Attributes

3889: IF l_control_rec.default_attributes
3890: THEN
3891:
3892: adj_debug('defaulting line adj attributes',2);
3893: OE_DEfault_Line_Adj_Assocs.Attributes
3894: ( p_x_Line_Adj_Assoc_rec => l_Line_Adj_Assoc_rec
3895: -- , x_Line_Adj_Assoc_rec => l_Line_Adj_Assoc_rec
3896: );
3897: