DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on ASO_PAYMENTS

Line 662: FROM aso_payments where quote_header_id = l_quote_id;

658: OPEN x_ship_method_cur FOR SELECT SHIP_METHOD_CODE
659: FROM aso_shipments where quote_header_id = l_quote_id;
660:
661: OPEN x_payment_method_cur FOR SELECT payment_type_code, credit_card_code
662: FROM aso_payments where quote_header_id = l_quote_id;
663:
664: OPEN x_quote_detail_cur FOR SELECT currency_code, user_name,
665: total_quote_price
666: FROM aso_quote_headers_all A, fnd_user F