Search Results oe_sold_to_orgs_v
Overview
OE_SOLD_TO_ORGS_V is a view owned by the APPS schema in Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It belongs to the Order Management (ONT) product family and is documented in ETRM under the title "View: OE_SOLD_TO_ORGS_V" with a status of VALID. The view presents a consolidated list of customers, exposing sold-to organization information that originates from the Oracle Receivables and Trading Community customer model. In practical terms, it provides a simplified, denormalized projection of customer account and party data that reporting, integration, and Order Management processing components can query without joining the underlying customer tables directly.
Although the view is associated with the ONT module, the underlying data belongs to the HZ (Trading Community) customer schema. This design is intentional: Order Management processes, including order entry and order import, reference sold-to organizations to identify the customer placing an order. The view materializes a widely used subset of customer attributes under a stable set of column names, insulating callers from changes in the physical customer model.
Underlying Base Objects
The view is defined over two base objects, both accessed through APPS synonyms:
- HZ_CUST_ACCOUNTS (synonym) — the customer account record. Its alias CUST_ACCT supplies the account identifier, account number, status, price list, and order defaulting attributes.
- HZ_PARTIES (synonym) — the party record. Its alias PARTY supplies the party name used as the customer name.
The join condition is CUST_ACCT.PARTY_ID = PARTY.PARTY_ID. Each row returned therefore represents a customer account joined to its owning party. No outer join is used, so an account is only surfaced when a matching party exists.
Key Columns
The column list includes several pass-through attributes from HZ_CUST_ACCOUNTS plus a large set of legacy organization columns that this view hard-codes to NULL for compatibility with prior organization-based APIs.
- ORGANIZATION_ID — populated from CUST_ACCT.CUST_ACCOUNT_ID; the effective customer account identifier used as the sold-to organization key.
- NAME — the customer name, taken from PARTY.PARTY_NAME.
- ACCOUNT_NUMBER — the customer account number from HZ_CUST_ACCOUNTS.
- STATUS — the account status flag.
- PRICE_LIST_ID — the default price list associated with the account.
- FOB_POINT_CODE, FREIGHT_TERMS_CODE, SHIP_PARTIAL_ALLOWED, SHIPPING_METHOD_CODE — order defaulting attributes derived from FOB_POINT, FREIGHT_TERM, SHIP_PARTIAL, and SHIP_VIA.
- ORDER_TYPE_ID — the default order type for the account.
Columns such as BUSINESS_GROUP_ID, LOCATION_ID, TYPE, REQUEST_ID, ATTRIBUTE1 through ATTRIBUTE20, and the audit columns (LAST_UPDATE_DATE, CREATED_BY, and so on) are all returned as NULL, reflecting the legacy organization interface that this view emulates.
Common Use Cases and Queries
The view is typically used to resolve sold-to customer names for order lines, to drive order entry defaults, and to support custom reports and interfaces that reference sold-to organizations.
A representative query listing active customers:
SELECT organization_id, account_number, name, status FROM oe_sold_to_orgs_v WHERE status = 'A' ORDER BY name;
Joining to order headers to resolve the sold-to name:
SELECT h.order_number, v.name FROM oe_order_headers_all h, oe_sold_to_orgs_v v WHERE h.sold_to_org_id = v.organization_id;
Retrieving default order attributes for a given account:
SELECT organization_id, price_list_id, fob_point_code, freight_terms_code, order_type_id FROM oe_sold_to_orgs_v WHERE organization_id = :sold_to_org_id;
Because the view hard-codes many columns to NULL, it should be used only for the populated attributes listed above; callers requiring full organization attributes must query HZ_CUST_ACCOUNTS and HZ_PARTIES directly.
-
View: OE_SOLD_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SOLD_TO_ORGS_V, object_name:OE_SOLD_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: List of customers. , implementation_dba_data: APPS.OE_SOLD_TO_ORGS_V ,
-
View: OE_SOLD_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SOLD_TO_ORGS_V, object_name:OE_SOLD_TO_ORGS_V, status:VALID, product: ONT - Order Management , description: List of customers. , implementation_dba_data: APPS.OE_SOLD_TO_ORGS_V ,
-
VIEW: APPS.OE_TAX_EXEMPTIONS_QP_V
12.1.1
-
VIEW: APPS.OE_TAX_EXEMPTIONS_QP_V
12.2.2
-
VIEW: APPS.OE_SOLD_TO_CUSTOMERS_V
12.2.2
-
VIEW: APPS.OE_ACCRUALS_V
12.2.2
-
VIEW: APPS.OE_ACCRUALS_V
12.1.1
-
VIEW: APPS.OE_SOLD_TO_CUSTOMERS_V
12.1.1
-
View: OE_TAX_EXEMPTIONS_QP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_TAX_EXEMPTIONS_QP_V, object_name:OE_TAX_EXEMPTIONS_QP_V, status:VALID, product: ONT - Order Management , description: This view is used in deriving the Tax Exemption details defined for Customer/Customer Sites. , implementation_dba_data: APPS.OE_TAX_EXEMPTIONS_QP_V ,
-
View: OE_TAX_EXEMPTIONS_QP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_TAX_EXEMPTIONS_QP_V, object_name:OE_TAX_EXEMPTIONS_QP_V, status:VALID, product: ONT - Order Management , description: This view is used in deriving the Tax Exemption details defined for Customer/Customer Sites. , implementation_dba_data: APPS.OE_TAX_EXEMPTIONS_QP_V ,
-
View: OE_ACCRUALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ACCRUALS_V, object_name:OE_ACCRUALS_V, status:VALID, product: ONT - Order Management , description: This view shows accrued price adjustments in Order Management System. , implementation_dba_data: APPS.OE_ACCRUALS_V ,
-
View: OE_ACCRUALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ACCRUALS_V, object_name:OE_ACCRUALS_V, status:VALID, product: ONT - Order Management , description: This view shows accrued price adjustments in Order Management System. , implementation_dba_data: APPS.OE_ACCRUALS_V ,
-
VIEW: APPS.PJM_PROJECT_SO_V
12.2.2
-
VIEW: APPS.PJM_PROJECT_SO_V
12.1.1
-
View: OE_SOLD_TO_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SOLD_TO_CUSTOMERS_V, object_name:OE_SOLD_TO_CUSTOMERS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_SOLD_TO_CUSTOMERS_V ,
-
VIEW: APPS.OE_PROCESSING_MSGS_VL
12.1.1
-
View: OE_SOLD_TO_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SOLD_TO_CUSTOMERS_V, object_name:OE_SOLD_TO_CUSTOMERS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_SOLD_TO_CUSTOMERS_V ,
-
VIEW: APPS.OE_PROCESSING_MSGS_VL
12.2.2
-
PACKAGE BODY: APPS.OE_HOLD_SOURCES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_HOLD_SOURCES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_CREATE_ACCOUNT_INFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CREATE_ACCOUNT_INFO, status:VALID,
-
PACKAGE BODY: APPS.OE_CNCL_VALUE_TO_ID
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_VALUE_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.OE_CREATE_ACCOUNT_INFO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CREATE_ACCOUNT_INFO, status:VALID,
-
PACKAGE BODY: APPS.OE_CNCL_VALUE_TO_ID
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_VALUE_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.GMPMPACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMPACT, status:VALID,
-
PACKAGE BODY: APPS.OE_CNCL_VALIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.OE_HOLD_SOURCES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_HOLD_SOURCES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_VALIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.OE_VALUE_TO_ID
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VALUE_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.GMPMRACT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRACT, status:VALID,
-
PACKAGE BODY: APPS.GMPMPACT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMPACT, status:VALID,
-
PACKAGE BODY: APPS.OE_CNCL_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CNCL_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_CACHE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_CACHE, status:VALID,
-
PACKAGE BODY: APPS.GMPMRACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRACT, status:VALID,
-
PACKAGE BODY: APPS.OE_VALIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.OE_CREDIT_CHECK_LINES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CREDIT_CHECK_LINES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_BULK_PROCESS_HEADER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_PROCESS_HEADER, status:VALID,
-
PACKAGE BODY: APPS.INV_RCV_STD_INSPECT_APIS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_RCV_STD_INSPECT_APIS, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_CACHE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_CACHE, status:VALID,
-
PACKAGE BODY: APPS.OE_VALUE_TO_ID
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VALUE_TO_ID, status:VALID,
-
PACKAGE BODY: APPS.OE_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VALIDATE, status:VALID,
-
PACKAGE BODY: APPS.OE_HOLDS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_HOLDS_PVT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.OE_ID_TO_VALUE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ID_TO_VALUE, status:VALID,
-
PACKAGE BODY: APPS.OE_ID_TO_VALUE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ID_TO_VALUE, status:VALID,
-
PACKAGE BODY: APPS.INV_UI_RCV_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_RCV_LOVS, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.OE_BULK_PROCESS_HEADER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_BULK_PROCESS_HEADER, status:VALID,
-
PACKAGE BODY: APPS.AHL_OSP_SHIPMENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_OSP_SHIPMENT_PUB, status:VALID,
-
PACKAGE BODY: APPS.OE_HOLDS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_HOLDS_PVT, status:VALID,