Search Results okx_parties_v
Overview
OKX_PARTIES_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, shipped as part of the OKX – Contracts Integration product family. Its documented purpose is to present a flattened, denormalized list of "Parties" for consumption by contracts integration and downstream reporting processes. Rather than requiring callers to join or parse the full Oracle Trading Community Architecture (TCA) party model, the view exposes a simplified row set drawn exclusively from HZ_PARTIES, restricted to records whose PARTY_TYPE is either PERSON or ORGANIZATION.
Because the view carries a VALID status in both the 12.1.1 and 12.2.2 environments described in the ETRM metadata, it can be treated as a stable, queryable interface. It does not own data of its own; it is a pure projection over the underlying TCA entity, meaning any change to a party in HZ_PARTIES is immediately reflected when the view is queried. This makes it suitable for integration points, concurrent-program extracts, and ad hoc reporting where the full complexity of the TCA schema is unnecessary.
Underlying Base Objects
The documented base object for this view is a single synonym, HZ_PARTIES, which resolves to the APPS-owned TCA party master. The view text confirms a straightforward single-table SELECT with no joins:
SELECT ... FROM HZ_PARTIES P WHERE P.PARTY_TYPE IN ('PERSON','ORGANIZATION')
Consequently, the view inherits the partitioning and indexing characteristics of HZ_PARTIES and depends on the standard TCA grants/synonyms that expose HZ_PARTIES to the APPS schema. Only PERSON and ORGANIZATION party types are returned; other TCA party classifications, if present, are filtered out by the WHERE clause. No relationships, sites, contacts, or account-level tables are joined, so party-level attributes that live in child TCA entities are not available here.
Key Columns
The view surfaces a defined column list. Notable columns and their semantics include:
- PARTY_NUMBER / DESCRIPTION – The party number from HZ_PARTIES; DESCRIPTION is assigned the same value as PARTY_NUMBER in the view definition.
- CUSTOMER_PROSPECT_CODE – Derived via DECODE on TOTAL_NUM_OF_ORDERS: zero orders yields PROSPECT, one order yields CUSTOMER, and anything else defaults to CUSTOMER.
- NAME / PARTY_TYPE – The party name and its type (PERSON or ORGANIZATION).
- B_STATUS / STATUS – Both map to the underlying STATUS column; END_DATE_ACTIVE is set to SYSDATE when STATUS is 'I' or 'D'.
- START_DATE_ACTIVE – Set to SYSDATE for all rows.
- WOMEN_OWNED_FLAG, SMALL_BUSINESS_FLAG, MINORITY_GROUP_LOOKUP_CODE, PRIMARY_UOM_CODE – Returned as NULL placeholders, retained for interface compatibility.
- GSA_INDICATOR_FLAG, COUNTRY, ADDRESS1–ADDRESS4, CITY, POSTAL_CODE, STATE, PROVINCE, COUNTY – Address and classification attributes carried across from HZ_PARTIES.
Common Use Cases and Queries
Typical uses include populating contract party pick lists, customer/prospect classification reports, and integration extracts. Example queries:
SELECT party_number, name, customer_prospect_code FROM okx_parties_v WHERE status = 'A';
SELECT name, city, state, country FROM okx_parties_v WHERE party_type = 'ORGANIZATION' AND gsa_indicator_flag = 'Y';
Because END_DATE_ACTIVE is populated only for inactive/deleted rows, active-party queries should filter on STATUS = 'A'. Note that several columns are hard-coded NULL and cannot be relied upon for ownership or UOM reporting.
-
View: OKX_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_PARTIES_V, object_name:OKX_PARTIES_V, status:VALID, product: OKX - Contracts Integration , description: Parties , implementation_dba_data: APPS.OKX_PARTIES_V ,
-
View: OKX_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_PARTIES_V, object_name:OKX_PARTIES_V, status:VALID, product: OKX - Contracts Integration , description: Parties , implementation_dba_data: APPS.OKX_PARTIES_V ,
-
VIEW: APPS.OKL_BPD_INVESTOR_LOV_UV
12.1.1
-
VIEW: APPS.OKL_BPD_INVESTOR_LOV_UV
12.2.2
-
VIEW: APPS.OKL_CUSTOMER_UV
12.2.2
-
VIEW: APPS.OKL_STRMS_STD_HDR_UV
12.1.1
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.1.1
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.2.2
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.1.1
-
VIEW: APPS.OKL_CUSTOMER_UV
12.1.1
-
VIEW: APPS.OKL_CUSTOMER_ACCT_UV
12.2.2
-
VIEW: APPS.IEX_EXCLUSION_ELIGIBLE_UV
12.2.2
-
VIEW: APPS.IEX_EXCLUSION_ELIGIBLE_UV
12.1.1
-
VIEW: APPS.OKL_BPD_CONTRACT_CUSTOMER_UV
12.2.2
-
VIEW: APPS.OKS_SALES_COMPENSATION_V
12.1.1
-
VIEW: APPS.OKL_CUSTOMER_ACCT_UV
12.1.1
-
VIEW: APPS.OKL_STRMS_STD_HDR_UV
12.2.2
-
VIEW: APPS.OKL_BPD_CONS_INV_CUST_UV
12.1.1
-
VIEW: APPS.OKL_BPD_CONS_INV_CUST_UV
12.2.2
-
VIEW: APPS.OKL_BPD_BATCH_CONT_LINES_UV
12.1.1
-
VIEW: APPS.OKL_BPD_BATCH_CONT_LINES_UV
12.2.2
-
VIEW: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV
12.2.2
-
VIEW: APPS.OKS_SALES_COMPENSATION_V
12.2.2
-
VIEW: APPS.OKE_CUST_SITE_USES_V
12.2.2
-
VIEW: APPS.OKL_RECONCILE_DISPLAY_UV
12.1.1
-
VIEW: APPS.OKE_CUST_SITE_USES_V
12.1.1
-
VIEW: APPS.OKL_ACCRUAL_OVERRIDE_UV
12.2.2
-
VIEW: APPS.OKL_ACCRUAL_OVERRIDE_UV
12.1.1
-
VIEW: APPS.OKL_REFUND_UV
12.1.1
-
VIEW: APPS.OKL_REFUND_UV
12.2.2
-
VIEW: APPS.OKL_RECONCILE_DISPLAY_UV
12.2.2
-
View: OKL_BPD_INVESTOR_LOV_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_INVESTOR_LOV_UV, object_name:OKL_BPD_INVESTOR_LOV_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for investor lov. , implementation_dba_data: APPS.OKL_BPD_INVESTOR_LOV_UV ,
-
View: OKL_BPD_INVESTOR_LOV_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_INVESTOR_LOV_UV, object_name:OKL_BPD_INVESTOR_LOV_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for investor lov. , implementation_dba_data: APPS.OKL_BPD_INVESTOR_LOV_UV ,
-
VIEW: APPS.OKL_SEC_INVESTORS_UV
12.1.1
-
View: OKL_STRMS_STD_HDR_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRMS_STD_HDR_UV, object_name:OKL_STRMS_STD_HDR_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_STRMS_STD_HDR_UV ,
-
View: OKL_STRMS_STD_HDR_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRMS_STD_HDR_UV, object_name:OKL_STRMS_STD_HDR_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_STRMS_STD_HDR_UV ,
-
VIEW: APPS.OKL_SEC_INVESTORS_UV
12.2.2
-
PACKAGE: APPS.OKL_QA_SECURITIZATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_QA_SECURITIZATION, status:VALID,
-
View: OKL_CUSTOMER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CUSTOMER_UV, object_name:OKL_CUSTOMER_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for customer lov on creditline contract page , implementation_dba_data: APPS.OKL_CUSTOMER_UV ,
-
PACKAGE BODY: APPS.OKS_ENT_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_ENT_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_TEST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_TEST, status:VALID,
-
PACKAGE: APPS.OKL_DEAL_CHARGES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CHARGES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_TEST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_TEST, status:VALID,
-
PACKAGE: APPS.OKL_DEAL_CHARGES_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_DEAL_CHARGES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_OKSCODET_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_OKSCODET_XMLP_PKG, status:VALID,
-
View: OKL_BPD_ALL_CONTRACT_CUST_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_ALL_CONTRACT_CUST_UV, object_name:OKL_BPD_ALL_CONTRACT_CUST_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for contracts LOV in the transaction summary screen. , implementation_dba_data: APPS.OKL_BPD_ALL_CONTRACT_CUST_UV ,
-
View: OKL_BPD_BATCH_CONT_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_BATCH_CONT_LINES_UV, object_name:OKL_BPD_BATCH_CONT_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_BATCH_CONT_LINES_UV ,
-
PACKAGE BODY: APPS.OKL_VP_JTF_PARTY_NAME_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_JTF_PARTY_NAME_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_OKS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_OKS_PUB, status:VALID,