DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on ASO_SHIPMENTS

Line 394: FROM aso_shipments where quote_header_id = l_quote_id;

390:
391: x_return_status := FND_API.G_RET_STS_SUCCESS;
392:
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: