Search Results cust_status
Overview
APPS.OKS_SERV_CUSTEXC_V is a reporting and integration view in the Oracle E-Business Suite service (OKS) module. It exposes the exception records that govern service availability restrictions applied to specific customers. The view joins the service availability exception base table to a party view so that each exception row is enriched with the customer account number, account name, and the current customer status. It is typically consumed by service contract, depot repair, and field service functionality that must determine whether a given customer is excluded from a standard service availability definition.
Because the view surfaces CUST_STATUS directly from the party source, it is commonly referenced in reporting where the operational state of the customer must be evaluated alongside the exception definition itself. The user search term "cust_status" corresponds exactly to the aliased column derived from PARTY.STATUS in the view definition.
Underlying Base Objects
The view is owned by APPS and is defined over two referenced objects as documented in the ETRM metadata:
- OKS_SERV_AVAIL_EXCEPTS (SYNONYM) — the primary service availability exception table, aliased as
EXC. This table stores the exception identifier, the availability definition it belongs to, the subject object reference, validity dates, revision ranges, manufacturing organization, and a standard set of DFF attribute columns. - OKX_PARTIES_V (VIEW) — the trading community party view, aliased as
PARTY. It supplies the party number, party name, and party status.
The join condition is PARTY.ID1 = EXC.OBJECT1_ID1, restricted by EXC.JTOT_OBJECT1_CODE = 'OKX_PARTY'. Consequently, only exception rows whose subject object is a party record are returned, ensuring the join is meaningful and that the status returned truly reflects the customer on the exception.
Key Columns
- ID — primary identifier of the service availability exception.
- SAV_ID — foreign key to the parent service availability definition.
- OBJECT1_ID1 / OBJECT1_ID2 — the subject object identifiers;
OBJECT1_ID1is the party identifier used in the join. - JTOT_OBJECT1_CODE — object type discriminator; always restricted to
OKX_PARTYin this view. - START_DATE_ACTIVE / END_DATE_ACTIVE — effective date range for the exclusion.
- REVISION_LOW / REVISION_HIGH — applicable revision range for the excluded item.
- MANUFACTURING_ORG_ID — inventory organization context for the exception.
- ACCOUNT_NUMBER — aliased from
PARTY.PARTY_NUMBER. - ACCOUNT_NAME — aliased from
PARTY.NAME. - CUST_STATUS — aliased from
PARTY.STATUS; the customer's status value (for example Active or Inactive), the column most often searched for. - ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — descriptive flexfield columns on the exception record.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Note that a duplicate OBJECT_VERSION_NUMBER and the audit columns follow the underlying exception table definition, so the view does not itself alter those values.
Common Use Cases and Queries
Typical scenarios include identifying customers excluded from service coverage, filtering exceptions by customer status, and auditing active exceptions within a date window. A representative query is:
SELECT account_number, account_name, cust_status, start_date_active, end_date_active FROM apps.oks_serv_custexc_v WHERE cust_status = 'A';SELECT * FROM apps.oks_serv_custexc_v WHERE sav_id = :p_sav_id AND sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate + 1);SELECT cust_status, COUNT(*) FROM apps.oks_serv_custexc_v GROUP BY cust_status;
These queries support operational decisions about service entitlement and are safe to embed in concurrent programs or BI Publisher reports, provided the calling responsibility has select privilege on the APPS synonym and its underlying objects.
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.1.1
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.2.2
-
View: OKS_SERV_CUSTEXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_SERV_CUSTEXC_V, object_name:OKS_SERV_CUSTEXC_V, status:VALID, product: OKS - Service Contracts , description: View for Service Availability Exceptions and Parties , implementation_dba_data: APPS.OKS_SERV_CUSTEXC_V ,
-
View: EDW_TPRT_TRADE_PARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: OKS_SERV_CUSTEXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_SERV_CUSTEXC_V, object_name:OKS_SERV_CUSTEXC_V, status:VALID, product: OKS - Service Contracts , description: View for Service Availability Exceptions and Parties , implementation_dba_data: APPS.OKS_SERV_CUSTEXC_V ,
-
View: EDW_TPRT_TPARTNER_LOC_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
-
View: EDW_TPRT_TPARTNER_LOC_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TPARTNER_LOC_LCV, object_name:EDW_TPRT_TPARTNER_LOC_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_TPARTNER_LOC_LCV ,
-
View: EDW_TPRT_TPARTNER_LOC_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
-
View: EDW_TPRT_TRADE_PARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TRADE_PARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TRADE_PARTNER_LCV, object_name:EDW_TPRT_TRADE_PARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_TRADE_PARTNER_LCV ,
-
VIEW: APPS.EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TRADE_PARTNER_LCV, object_name:EDW_TPRT_TRADE_PARTNER_LCV, status:VALID,
-
VIEW: APPS.EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TPARTNER_LOC_LCV, object_name:EDW_TPRT_TPARTNER_LOC_LCV, status:VALID,
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_SERV_CUSTEXC_V, object_name:OKS_SERV_CUSTEXC_V, status:VALID,
-
VIEW: APPS.EDWBV_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TPARTNER_LOC_LCV, object_name:EDWBV_TPRT_TPARTNER_LOC_LCV, status:VALID,
-
APPS.EDW_TRD_PARTNER_M_C SQL Statements
12.1.1
-
VIEW: APPS.EDWBV_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TRADE_PARTNER_LCV, object_name:EDWBV_TPRT_TRADE_PARTNER_LCV, status:VALID,
-
VIEW: APPS.OKS_SERV_CUSTEXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_SERV_CUSTEXC_V, object_name:OKS_SERV_CUSTEXC_V, status:VALID,
-
TABLE: POA.EDW_TPRT_TPARTNER_LOC_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TPARTNER_LOC_LTC POA.EDW_TPRT_TPARTNER_LOC_LTC, object_name:EDW_TPRT_TPARTNER_LOC_LTC, status:VALID,
-
TABLE: POA.EDW_TPRT_TPARTNER_LOC_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TPARTNER_LOC_LSTG POA.EDW_TPRT_TPARTNER_LOC_LSTG, object_name:EDW_TPRT_TPARTNER_LOC_LSTG, status:VALID,
-
TABLE: POA.EDW_TPRT_TRADE_PARTNER_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TRADE_PARTNER_LSTG POA.EDW_TPRT_TRADE_PARTNER_LSTG, object_name:EDW_TPRT_TRADE_PARTNER_LSTG, status:VALID,
-
TABLE: POA.EDW_TPRT_TRADE_PARTNER_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TRADE_PARTNER_LTC POA.EDW_TPRT_TRADE_PARTNER_LTC, object_name:EDW_TPRT_TRADE_PARTNER_LTC, status:VALID,
-
View: HZ_WSRVC_PERSON_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_PERSON_ACCOUNT_V, object_name:HZ_WSRVC_PERSON_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Person Account , implementation_dba_data: APPS.HZ_WSRVC_PERSON_ACCOUNT_V ,
-
View: HZ_WSRVC_PERSON_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_PERSON_ACCOUNT_V, object_name:HZ_WSRVC_PERSON_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Person Account , implementation_dba_data: APPS.HZ_WSRVC_PERSON_ACCOUNT_V ,
-
View: HZ_WSRVC_ORG_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Organization Account , implementation_dba_data: APPS.HZ_WSRVC_ORG_ACCOUNT_V ,
-
View: HZ_WSRVC_ORG_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID, product: AR - Receivables , description: Internal view for Organization Account , implementation_dba_data: APPS.HZ_WSRVC_ORG_ACCOUNT_V ,
-
VIEW: APPS.HZ_WSRVC_PERSON_ACCOUNT_V
12.2.2
-
View: EDWBV_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TPARTNER_LOC_LCV, object_name:EDWBV_TPRT_TPARTNER_LOC_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_TPARTNER_LOC_LCV ,
-
VIEW: APPS.HZ_WSRVC_PERSON_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_PERSON_ACCOUNT_V, object_name:HZ_WSRVC_PERSON_ACCOUNT_V, status:VALID,
-
VIEW: APPS.HZ_WSRVC_PERSON_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_PERSON_ACCOUNT_V, object_name:HZ_WSRVC_PERSON_ACCOUNT_V, status:VALID,
-
VIEW: APPS.HZ_WSRVC_PERSON_ACCOUNT_V
12.1.1
-
View: EDWBV_TPRT_TPARTNER_LOC_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HZ_WSRVC_ORG_ACCOUNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID,
-
View: EDWBV_TPRT_TRADE_PARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HZ_WSRVC_ORG_ACCOUNT_V
12.1.1
-
PACKAGE BODY: APPS.EDW_TRD_PARTNER_M_C
12.1.1
-
VIEW: APPS.HZ_WSRVC_ORG_ACCOUNT_V
12.2.2
-
VIEW: APPS.HZ_WSRVC_ORG_ACCOUNT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_WSRVC_ORG_ACCOUNT_V, object_name:HZ_WSRVC_ORG_ACCOUNT_V, status:VALID,
-
View: EDWBV_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TRADE_PARTNER_LCV, object_name:EDWBV_TPRT_TRADE_PARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_TRADE_PARTNER_LCV ,
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on OKX_PARTIES_V
12.2.2
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on OKX_PARTIES_V
12.1.1
-
eTRM - POA Tables and Views
12.1.1
description: UNSPSC Item interface table ,
-
PACKAGE BODY: APPS.OKL_QA_DATA_INTEGRITY
12.1.1
-
PACKAGE BODY: APPS.OKL_QA_DATA_INTEGRITY
12.2.2
-
eTRM - BIS Tables and Views
12.1.1
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_API
12.1.1
-
APPS.OKL_QA_DATA_INTEGRITY dependencies on OKL_API
12.2.2