DBA Data[Home] [Help]

APPS.ASO_CONTRACT_TERMS_INT dependencies on ASO_SHIPMENTS

Line 81: FROM aso_quote_headers_all quote, aso_shipments shipments

77:
78: CURSOR c_qte_shipments_variables
79: IS
80: SELECT shipments.freight_terms_code, shipments.ship_method_code
81: FROM aso_quote_headers_all quote, aso_shipments shipments
82: WHERE quote.quote_header_id = shipments.quote_header_id
83: AND shipments.quote_line_id IS NULL
84: AND quote.quote_header_id = p_doc_id;
85: