DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on ASO_QUOTE_HEADERS_ALL

Line 18: FROM aso_quote_headers_all

14: cust_account_id,invoice_to_party_id, invoice_to_party_site_id, quote_header_id,
15: ordered_date, order_id, total_list_price,total_shipping_charge,total_tax,
16: total_quote_price,invoice_to_cust_account_id,total_adjusted_amount,
17: currency_code,resource_id,quote_status_id,minisite_id
18: FROM aso_quote_headers_all
19: WHERE quote_header_id = p_quote_id;
20: g_quote_header_rec c_quote_header%ROWTYPE;
21:
22: