DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_LINE_SECURITY

Line 2512: OE_Line_Security.Attributes

2508: l_old_change_comments := l_line_rec.change_comments;
2509: l_line_rec.change_reason := 'SYSTEM';
2510: l_line_rec.change_comments := 'REPRICING';
2511: --end bug 3554060
2512: OE_Line_Security.Attributes
2513: (p_line_rec => l_line_rec
2514: , p_old_line_rec => l_old_line_rec
2515: , x_result => l_sec_result
2516: , x_return_status => l_return_status