Search Results freight_terms
Overview
APPS.SO_FREIGHT_TERMS_ACTIVE_V is a reporting view in the Oracle E-Business Suite Order Management (ONT) schema. It exposes the set of currently active freight terms lookup values that are available for assignment to sales orders, order lines, and related order management transactions. Freight terms (also referred to by the seeded lookup type FREIGHT_TERMS) determine which party bears the cost and responsibility of shipping goods, and the view provides a filtered, denormalized, read-only presentation of those lookup values.
The view is intended for reporting, validation, list-of-values, and integration scenarios where only enabled and date-effective freight terms should be presented. Because it resolves directly from the SO_LOOKUPS synonym, it does not introduce additional persistence; it is a lightweight, runtime-filtered projection of lookup metadata. The view carries Oracle's proprietary and confidential classification per ETRM documentation.
Underlying Base Objects
The documented view is defined over the following base objects:
- SO_LOOKUPS (SYNONYM) — the synonym resolving to the Order Management lookup table that stores lookup types, lookup codes, meanings, descriptions, enabled flags, and effective date ranges.
- FND_GLOBAL (PACKAGE) — referenced as an object dependency, typically supplying session context such as user ID, responsibility, and application for security and profile resolution during query execution.
The view filters SO_LOOKUPS by the seeded lookup type FREIGHT_TERMS, restricting rows to those marked ENABLED_FLAG = 'Y'. It further constrains rows using effective dating: TRUNC(SYSDATE) must fall between NVL(START_DATE_ACTIVE, TRUNC(SYSDATE)) and NVL(END_DATE_ACTIVE, TRUNC(SYSDATE)), allowing null start or end dates to be treated as open-ended.
Key Columns
- FREIGHT_TERMS — the display meaning of the freight term (aliased from MEANING); this is the user-facing text shown in lists of values and reports.
- FREIGHT_TERMS_CODE — the lookup code (aliased from LOOKUP_CODE) that is stored on order and transaction records; it is the persistent value used in the underlying data model.
- DESCRIPTION — the descriptive text associated with the lookup entry, providing additional context for the freight term.
Filtering columns from SO_LOOKUPS (LOOKUP_TYPE, ENABLED_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE) are applied in the view definition and are not exposed as output columns.
Common Use Cases and Queries
The view is commonly used in reports and integrations that require a validated list of freight terms. Typical example:
- Populating a list of values for a custom freight-terms parameter in a concurrent program or OAF page.
- Joining to order headers or lines to translate a stored FREIGHT_TERMS_CODE into its descriptive meaning for reporting.
- Validating inbound interface data before insert into order management tables.
Sample query:
SELECT freight_terms_code, freight_terms, description FROM apps.so_freight_terms_active_v ORDER BY freight_terms;
A join to resolve codes on order lines:
SELECT l.order_number, l.freight_terms_code, f.freight_terms FROM oe_order_lines_all l, apps.so_freight_terms_active_v f WHERE l.freight_terms_code = f.freight_terms_code (+);
Because rows are date-effective, any application or report consuming the view automatically reflects only freight terms active as of the query execution date, which supports consistent, current-state reporting.
-
Lookup Type: FREIGHT_TERMS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : FREIGHT_TERMS , description: Freight Terms ,
-
Lookup Type: FREIGHT_TERMS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : FREIGHT_TERMS , description: Freight Terms ,
-
Lookup Type: FREIGHT_TERMS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : FREIGHT_TERMS , description: Freight Terms ,
-
Lookup Type: FREIGHT_TERMS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : FREIGHT_TERMS , description: Freight Terms ,
-
VIEW: APPS.SO_FREIGHT_TERMS_ACTIVE_V
12.2.2
-
VIEW: APPS.OE_FRGHT_TERMS_ACTIVE_V
12.1.1
-
VIEW: APPS.SO_FREIGHT_TERMS_ACTIVE_V
12.1.1
-
VIEW: APPS.OE_FRGHT_TERMS_ACTIVE_V
12.2.2
-
View: OE_FRGHT_TERMS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FRGHT_TERMS_ACTIVE_V, object_name:OE_FRGHT_TERMS_ACTIVE_V, status:VALID, product: ONT - Order Management , description: This view is used for freight terms. , implementation_dba_data: APPS.OE_FRGHT_TERMS_ACTIVE_V ,
-
View: SO_FREIGHT_TERMS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FREIGHT_TERMS_ACTIVE_V, object_name:SO_FREIGHT_TERMS_ACTIVE_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_FREIGHT_TERMS_ACTIVE_V ,
-
View: SO_FREIGHT_TERMS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FREIGHT_TERMS_ACTIVE_V, object_name:SO_FREIGHT_TERMS_ACTIVE_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_FREIGHT_TERMS_ACTIVE_V ,
-
View: OE_FRGHT_TERMS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FRGHT_TERMS_ACTIVE_V, object_name:OE_FRGHT_TERMS_ACTIVE_V, status:VALID, product: ONT - Order Management , description: This view is used for freight terms. , implementation_dba_data: APPS.OE_FRGHT_TERMS_ACTIVE_V ,
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.1.1
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.2.2
-
VIEW: PON.PON_BID_HEADERS_ARCH#
12.2.2
-
VIEW: ICX.POS_ASN_SHOP_CART_HEADERS#
12.2.2
-
View: ICX_EDM_SALES_ORDER_V
12.1.1
product: ICX - Oracle iProcurement , description: Project Related Sales Order View , implementation_dba_data: Not implemented in this database ,
-
VIEW: QP.QP_INTERFACE_LIST_HEADERS#
12.2.2
-
View: POS_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
View: ICX_EDM_SALES_ORDER_V
12.2.2
product: ICX - Oracle iProcurement , description: Project Related Sales Order View , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_PRICE_LISTS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_PRICE_LISTS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: POS_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V POS.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
View: OE_BLKTPRT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to print the blanket lines information from the blanket sales agreement , implementation_dba_data: APPS.OE_BLKTPRT_LINES_V ,
-
VIEW: APPS.SO_FREIGHT_TERMS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FREIGHT_TERMS_ACTIVE_V, object_name:SO_FREIGHT_TERMS_ACTIVE_V, status:VALID,
-
View: OE_BLKTPRT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to print the blanket lines information from the blanket sales agreement , implementation_dba_data: APPS.OE_BLKTPRT_LINES_V ,
-
VIEW: PO.RCV_SHIPMENT_HEADERS#
12.2.2
-
VIEW: APPS.POS_HEADERS_V
12.2.2
-
View: POS_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V POS.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: POS - iSupplier Portal , description: used to select the header info for Advance Shipment Notice created , implementation_dba_data: APPS.POS_HEADERS_V ,
-
VIEW: APPS.POS_HEADERS_V
12.1.1
-
VIEW: APPS.SO_FREIGHT_TERMS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FREIGHT_TERMS_ACTIVE_V, object_name:SO_FREIGHT_TERMS_ACTIVE_V, status:VALID,
-
VIEW: PO.RCV_HEADERS_INTERFACE#
12.2.2
-
VIEW: PO.PO_LINE_LOCATIONS_INTERFACE#
12.2.2
-
View: PJM_PROJECT_SO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SO_V, object_name:PJM_PROJECT_SO_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related sales order information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_SO_V ,
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
-
View: IBE_OE_ORDER_HEADERS_V
12.1.1
product: IBE - iStore , description: This view is used to show the Order Summary and Order Header Detail in Post Sales Interaction with Customer. This view is based in aso_i_oe_order_headers_v to get the Order Header Details. , implementation_dba_data: Not implemented in this database ,
-
View: IBE_OE_ORDER_HEADERS_V
12.2.2
product: IBE - iStore , description: This view is used to show the Order Summary and Order Header Detail in Post Sales Interaction with Customer. This view is based in aso_i_oe_order_headers_v to get the Order Header Details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WMS_WP_LINES_GTMP_V
12.2.2
-
View: PJM_PROJECT_SO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_SO_V, object_name:PJM_PROJECT_SO_V, status:VALID, product: PJM - Project Manufacturing , description: Project-related sales order information for the Web Inquiry. , implementation_dba_data: APPS.PJM_PROJECT_SO_V ,
-
VIEW: APPS.IBE_SHIP_DLVY_V
12.2.2
-
VIEW: APPS.OE_FRGHT_TERMS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FRGHT_TERMS_ACTIVE_V, object_name:OE_FRGHT_TERMS_ACTIVE_V, status:VALID,
-
View: ICX_SO_HEADERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Order Entry Header View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OE_FRGHT_TERMS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FRGHT_TERMS_ACTIVE_V, object_name:OE_FRGHT_TERMS_ACTIVE_V, status:VALID,
-
View: RCV_SHIPMENT_HEADERS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_MRC_V, object_name:RCV_SHIPMENT_HEADERS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_MRC_V ,
-
View: ICX_SO_HEADERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Order Entry Header View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PJM_PROJECT_SO_V
12.1.1
-
VIEW: APPS.IBE_SHIP_DLVY_V
12.1.1
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID,
-
View: FTE_LOAD_SCHEDULES_V
12.2.2
product: FTE - Transportation Execution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKC_RULES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OKC_RULES_B_DFV, status:VALID,