DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on ASO_SHIPMENTS

Line 659: FROM aso_shipments where quote_header_id = l_quote_id;

655:
656: x_return_status := FND_API.G_RET_STS_SUCCESS;
657:
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: