[Home] [Help]
393: OPEN x_ship_method_cur FOR SELECT SHIP_METHOD_CODE
394: FROM aso_shipments where quote_header_id = l_quote_id;
395:
396: OPEN x_payment_method_cur FOR SELECT payment_type_code, credit_card_code
397: FROM aso_payments where quote_header_id = l_quote_id;
398:
399: OPEN x_quote_detail_cur FOR SELECT currency_code, user_name,
400: total_quote_price
401: FROM aso_quote_headers_all A, fnd_user F