DBA Data[Home] [Help]

APPS.ASO_WORKFLOW_PVT dependencies on ASO_QUOTE_HEADERS_ALL

Line 27: FROM aso_quote_headers_all

23: invoice_to_party_site_id,quote_header_id,ordered_date,
24: order_id, total_list_price,total_shipping_charge,total_tax,
25: total_quote_price,invoice_to_cust_account_id,
26: total_adjusted_amount,currency_code
27: FROM aso_quote_headers_all
28: WHERE quote_header_id = p_quote_id;
29:
30: g_quote_header_rec c_quote_header%ROWTYPE;
31: