DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_PVT dependencies on ASO_QUOTE_LINES_ALL

Line 35: FROM Aso_quote_lines_all

31:
32: Cursor c_quote_detail (p_quote_id NUMBER) IS
33: SELECT Inventory_item_id, Organization_id, Quantity,
34: Line_quote_price,currency_code
35: FROM Aso_quote_lines_all
36: WHERE quote_header_id = p_quote_id
37: ORDER BY line_number;
38:
39: g_quote_line_rec c_quote_detail%ROWTYPE;