DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_DEFAULT_LINE_ADJ

Line 1270: OE_Default_Line_Adj.Attributes

1266:
1267: IF l_control_rec.default_attributes
1268: THEN
1269:
1270: OE_Default_Line_Adj.Attributes
1271: ( p_x_Line_Adj_rec => l_Line_Adj_rec
1272: , p_old_line_adj_rec => l_old_line_adj_rec
1273: --, x_Line_Adj_rec => l_Line_Adj_rec
1274: );

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

1272: , p_old_line_adj_rec => l_old_line_adj_rec
1273: --, x_Line_Adj_rec => l_Line_Adj_rec
1274: );
1275:
1276: /* adj_debug('After OE_Default_Line_Adj.Attributes . ' ||
1277: 'discount_id = ' || To_char(l_line_adj_rec.discount_id)
1278: || ' discount_line_id = '||
1279: To_char(l_line_adj_rec.discount_line_id)
1280: || ' percent = '|| To_char(l_line_adj_rec.percent), 2);

Line 3810: OE_DEfault_Line_Adj_Assocs.Attributes

3806: IF l_control_rec.default_attributes
3807: THEN
3808:
3809: adj_debug('defaulting line adj attributes',2);
3810: OE_DEfault_Line_Adj_Assocs.Attributes
3811: ( p_x_Line_Adj_Assoc_rec => l_Line_Adj_Assoc_rec
3812: -- , x_Line_Adj_Assoc_rec => l_Line_Adj_Assoc_rec
3813: );
3814: