DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_LINE_SECURITY

Line 2519: OE_Line_Security.Attributes

2515: l_old_change_comments := l_line_rec.change_comments;
2516: l_line_rec.change_reason := 'SYSTEM';
2517: l_line_rec.change_comments := 'REPRICING';
2518: --end bug 3554060
2519: OE_Line_Security.Attributes
2520: (p_line_rec => l_line_rec
2521: , p_old_line_rec => l_old_line_rec
2522: , x_result => l_sec_result
2523: , x_return_status => l_return_status