Search Results freight_term
Overview
APPS.OE_AK_SOLD_TO_SITE_USES_V is a reporting view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that exposes the "SOLD_TO" usage context of customer site records held in the Trading Community Architecture (TCA) model. Physically, the view is a filtered projection of the HZ_CUST_SITE_USES table, restricted to rows where the SITE_USE_CODE column equals 'SOLD_TO'. This restriction aligns the view with the Order Management / Advanced Pricing "AK" (Attribute / Knowledge) layer, which supplies key flexfield and descriptive attributes used to drive pricing, order entry defaults, and freight and shipping determinations.
In practical terms, the view provides a single, curated row per SOLD_TO site use, combining commercial attributes such as price list, freight term, ship via, payment terms, salesperson, order type and shipment tolerances. Because these values are commonly referenced by name in reporting contexts — for example when a user searches on "freight_term" — this view is a frequent entry point for queries that need sold-to-level commercial defaults without exposing the full, multi-purpose HZ_CUST_SITE_USES table. It is documented under ETRM metadata for 12.2.2 with owner APPS and a single referenced base object, the synonym HZ_CUST_SITE_USES.
Underlying Base Objects
The only documented base object referenced by this view is HZ_CUST_SITE_USES (accessed via a synonym). HZ_CUST_SITE_USES is the child of HZ_CUST_ACCT_SITES_ALL and stores the various use types that a customer site may serve — for example SOLD_TO, SHIP_TO, BILL_TO, and others — distinguished by SITE_USE_CODE. The view does not join to additional tables; it simply selects a fixed list of columns from that base table and applies the SITE_USE_CODE = 'SOLD_TO' predicate.
Because the underlying storage is TCA-based, any query against the view inherits TCA semantics: a SOLD_TO site use is associated with an account site (via SITE_USE_ID and the parent custody chain) and may be designated as primary. Changes made through customer maintenance or through the Order Management customer screens are reflected immediately in the view, as no materialization or aggregation occurs.
Key Columns
- SITE_USE_ID — The unique identifier of the sold-to site use record; the primary join key to TCA site use data.
- PRICE_LIST_ID — The default price list applied to orders for this sold-to customer site.
- FOB_POINT — The free-on-board point governing transfer of title and risk for shipments, directly relevant to freight and delivery terms.
- FREIGHT_TERM — The freight/carrier term code (e.g., prepaid, collect) used to derive shipping charges and responsibilities on the order.
- SHIP_VIA — The default shipping method or carrier for the sold-to customer.
- CONTACT_ID — The primary contact associated with the sold-to site use.
- PAYMENT_TERM_ID — The default payment terms for the customer site.
- PRIMARY_SALESREP_ID — The salesperson normally credited for orders placed against this site.
- ORDER_TYPE_ID — The default order type for transactions originating from this sold-to site.
- OVER_SHIPMENT_TOLERANCE / UNDER_SHIPMENT_TOLERANCE — The percentages by which shipments may exceed or fall short of the ordered quantity.
Common Use Cases and Queries
The view is typically used to retrieve and validate the commercial defaults — freight terms, FOB point, ship via, price list, and payment terms — that Order Management and Advanced Pricing apply when a sold-to customer is selected. A frequent reporting scenario is verifying that a specific customer site carries the expected freight term before order entry or during data-cleansing exercises.
- Identify sold-to sites with a particular freight term for audit or setup review.
- Report the price list, payment terms, and salesperson assignments across sold-to sites.
- Join to HZ_CUST_SITE_USES and HZ_CUST_ACCT_SITES_ALL to resolve the customer name and account for a given SITE_USE_ID.
Sample query:
SELECT site_use_id,
price_list_id,
fob_point,
freight_term,
ship_via,
payment_term_id,
primary_salesrep_id,
order_type_id
FROM apps.oe_ak_sold_to_site_uses_v
WHERE freight_term = :p_freight_term;
Because the view contains no joins and no aggregation, it performs efficiently as a lookup source and can be safely embedded in larger queries that join SITE_USE_ID back to the TCA customer model.
-
VIEW: APPS.OE_AK_SOLD_TO_SITE_USES_V
12.1.1
-
VIEW: APPS.OE_AK_SOLD_TO_SITE_USES_V
12.2.2
-
VIEW: AR.RA_SITE_USES_ALL#
12.2.2
-
VIEW: AR.HZ_CUST_SITE_USES_ALL#
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIP_DISP_HEADERS_V, object_name:POR_RCV_SHIP_DISP_HEADERS_V, status:VALID,
-
View: ICX_PANEL_CUSTOMER_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PANEL_CUSTOMER_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CSM_HZ_CUST_SITE_USES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSM_HZ_CUST_SITE_USES_ALL_V, status:VALID,
-
VIEW: AR.RA_CUSTOMERS#
12.2.2
-
VIEW: AR.HZ_CUST_SITE_USES_ALL_M#
12.2.2
-
VIEW: APPS.CSM_HZ_CUST_SITE_USES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSM_HZ_CUST_SITE_USES_ALL_V, status:VALID,
-
View: AST_CUST_SITE_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_SITE_USES_V, object_name:AST_CUST_SITE_USES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_SITE_USES_V ,
-
View: AST_CUST_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_SITE_USES_V, object_name:AST_CUST_SITE_USES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_SITE_USES_V ,
-
VIEW: APPS.ASO_I_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CUST_ACCOUNTS_V, object_name:ASO_I_CUST_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.1.1
-
View: ICX_RA_CUSTOMERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ASO_I_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CUST_ACCOUNTS_V, object_name:ASO_I_CUST_ACCOUNTS_V, status:VALID,
-
VIEW: AR.HZ_CUST_ACCOUNTS_M#
12.2.2
-
VIEW: AR.HZ_CUST_ACCOUNTS#
12.2.2
-
VIEW: APPS.POR_RCV_SHIP_DISP_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_SHIP_DISP_HEADERS_V, object_name:POR_RCV_SHIP_DISP_HEADERS_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.2.2
-
View: AR_CUSTOMERS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ACTIVE_V, object_name:AR_CUSTOMERS_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ACTIVE_V ,
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
View: OPM_SITE_USES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_SITE_USES_ALL, object_name:OPM_SITE_USES_ALL, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM site uses view , implementation_dba_data: APPS.OPM_SITE_USES_ALL ,
-
View: RA_SITE_USES_MORG
12.2.2
product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: Not implemented in this database ,
-
View: ASO_I_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CUST_ACCOUNTS_V, object_name:ASO_I_CUST_ACCOUNTS_V, status:VALID, product: ASO - Order Capture , description: view gives information regarding customer accounts , implementation_dba_data: APPS.ASO_I_CUST_ACCOUNTS_V ,
-
View: RA_SITE_USES
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.1.1
-
View: RA_SITE_USES
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ALL_V ,
-
View: OE_AK_SOLD_TO_SITE_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_SITE_USES_V, object_name:OE_AK_SOLD_TO_SITE_USES_V, status:VALID, product: ONT - Order Management , description: Selects defaultable attributes from customer location; , implementation_dba_data: APPS.OE_AK_SOLD_TO_SITE_USES_V ,
-
View: AR_CUSTOMERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ALL_V, object_name:AR_CUSTOMERS_ALL_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ALL_V ,
-
View: AR_CUSTOMERS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMERS_ACTIVE_V, object_name:AR_CUSTOMERS_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMERS_ACTIVE_V ,
-
VIEW: APPS.AST_CUST_SITE_USES_V
12.2.2
-
VIEW: APPS.POS_ASN_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.2.2
-
View: OE_AK_SOLD_TO_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_SITE_USES_V, object_name:OE_AK_SOLD_TO_SITE_USES_V, status:VALID, product: ONT - Order Management , description: Selects defaultable attributes from customer location; , implementation_dba_data: APPS.OE_AK_SOLD_TO_SITE_USES_V ,
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
VIEW: APPS.AST_CUST_SITE_USES_V
12.1.1
-
View: JTF_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_V ,
-
View: OPM_SITE_USES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_SITE_USES_ALL, object_name:OPM_SITE_USES_ALL, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM site uses view , implementation_dba_data: APPS.OPM_SITE_USES_ALL ,
-
View: ASO_I_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CUST_ACCOUNTS_V, object_name:ASO_I_CUST_ACCOUNTS_V, status:VALID, product: ASO - Order Capture , description: view gives information regarding customer accounts , implementation_dba_data: APPS.ASO_I_CUST_ACCOUNTS_V ,
-
View: RA_SITE_USES_MORG
12.1.1
product: AR - Receivables , description: Business purpose of a customer address , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POS_ASN_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID,
-
VIEW: APPS.AR_CUSTOMERS_ALL_V
12.1.1
-
View: JTF_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_V ,
-
VIEW: APPS.AR_CUSTOMERS_ACTIVE_V
12.2.2