Search Results install_customer
Overview
APPS.CS_SYSTEMS_V is a view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It is registered in the FND Design Data repository under the application short name CS (Customer Support / Service), and its object definition is shipped as part of the standard Oracle Applications database tier. Within the Oracle E-Business Suite taxonomy the object is classified as a VIEW with VALID status, meaning it is a compiled, dictionary-resident object that can be queried directly by SQL tools and reporting engines.
The view presents installed base system records — customer-owned configurations tracked by the Service (CS) module — in a denormalized form that joins system header information to the associated customer account, party, installation site, and address data held in the Trading Community Architecture (TCA) tables. This makes it a convenient access point for anyone who needs a single-row-per-system picture of the installed base without reconstructing the joins manually. The documentation carries an explicit Oracle Internal Use Only warning: access to Oracle Applications data through this object is supported only from standard Oracle Applications programs, and the view is not published as a supported customer-facing interface. It should therefore be treated as a read-only, diagnostic, and reporting object rather than as an integration contract.
Underlying Base Objects
The documented reference list underlying CS_SYSTEMS_V comprises:
- CS_SYSTEMS (SYNONYM) — the base table storing installed base system headers.
- CS_LOOKUPS (VIEW) — the lookup value view supplying decoded lookup meanings such as system type.
- HZ_CUST_ACCOUNTS, HZ_CUST_ACCT_SITES_ALL, HZ_LOCATIONS, HZ_PARTIES, HZ_PARTY_SITES (SYNONYMS) — the TCA entities that resolve the customer, contact party, installation site use, and address details.
- FND_GLOBAL (PACKAGE) — the standard EBS package used to derive session context, most notably ORG_ID for multi-org row filtering.
The principal relationship is a one-to-many expansion from CS_SYSTEMS to the TCA site and location tables, collapsed back to a single row through the view's definition. Because it also references FND_GLOBAL, the view is organization-aware and resolves values relative to the current operating unit session context.
Key Columns
- SYSTEM_ID and ROW_ID — the primary key of the underlying system record and its physical row identifier.
- CUSTOMER_ID, CUSTOMER_NAME, CUSTOMER_NUMBER — the owning TCA account and its display attributes.
- SYSTEM_TYPE_CODE and SYSTEM_TYPE — the coded value and its decoded lookup meaning from CS_LOOKUPS.
- SERIAL_NUMBER, PARENT_SYSTEM_ID, AUTOCREATED_FROM_SYSTEM_ID — instance identity and hierarchical or autocreated relationships between systems.
- INSTALL_SITE_USE_ID, BILL_TO_SITE_USE_ID, SHIP_TO_SITE_USE_ID — the TCA site-use identifiers for the installation, billing, and shipping locations.
- TECHNICAL_CONTACT_ID, SERVICE_ADMIN_CONTACT_ID, BILL_TO_CONTACT_ID, SHIP_TO_CONTACT_ID — responsible party identifiers.
- START_DATE_ACTIVE, END_DATE_ACTIVE, COTERMINATE_DAY_MONTH — lifecycle and cotermination scheduling columns.
- SHIP_TO_CUSTOMER_ID, SHIP_TO_CUSTOMER, SHIP_TO_LOCATION_ID, SHIP_TO_ADDRESS1..4, SHIP_TO_LOCATION, SHIP_STATE, SHIP_DESCRIPTION — the flattened shipping address and party attributes.
- ORG_ID, NAME, DESCRIPTION, CONFIG_SYSTEM_TYPE, CONTEXT, and ATTRIBUTE1..15 — operating unit context, descriptive flexfield context, and the standard EBS extensibility columns.
Common Use Cases and Queries
Typical scenarios include installed base inventory reporting, coverage analysis for service contracts and warranties, address validation for field service dispatch, and reconciliation between Create Install Base records and TCA. A representative query retrieves all systems for a customer by account number:
SELECT system_id, serial_number, system_type, customer_name, cust_account_number FROM cs_systems_v WHERE customer_number = '12345';SELECT system_id, system_type, ship_to_customer, ship_to_address1, ship_state FROM cs_systems_v WHERE org_id = :p_org_id ORDER BY creation_date DESC;SELECT s.serial_number, s.system_type, c.contract_number FROM cs_systems_v s, okc_k_headers_all_b c WHERE s.customer_id = c.cle_id;
Because the object is an unsupported view, joins against service and contract tables should remain read-only, and any production integration should be built against the documented CS_SYSTEMS base table or the published Service APIs rather than the view.
-
VIEW: APPS.CS_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID,
-
View: CS_SYSTEMS_CP_MAINT_V
12.1.1
product: CS - Service , description: Systems and their attributes , implementation_dba_data: Not implemented in this database ,
-
View: CS_SYSTEMS_CP_MAINT_V
12.2.2
product: CS - Service , description: Systems and their attributes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CS_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID,
-
View: CS_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_SYSTEMS_V ,
-
View: CSI_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID, product: CSI - Install Base , description: System Details with foreign key resolutions. , implementation_dba_data: APPS.CSI_SYSTEMS_V ,
-
View: CS_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_SYSTEMS_V ,
-
VIEW: APPS.CSI_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID,
-
VIEW: APPS.CSI_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID,
-
VIEW: CS.CS_INCIDENTS_ALL_B#
12.2.2
-
View: CSI_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID, product: CSI - Install Base , description: System Details with foreign key resolutions. , implementation_dba_data: APPS.CSI_SYSTEMS_V ,
-
VIEW: APPS.CSI_SYSTEMS_V
12.1.1
-
VIEW: APPS.CSI_SYSTEMS_V
12.2.2
-
VIEW: APPS.CS_SYSTEMS_V
12.1.1
-
VIEW: APPS.CS_SYSTEMS_V
12.2.2
-
VIEW: CS.CS_INCIDENTS_ALL_B#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_INCIDENTS_ALL_B#, status:VALID,
-
TABLE: CS.CS_INCIDENTS_ALL_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_ALL_B, object_name:CS_INCIDENTS_ALL_B, status:VALID,
-
TABLE: CS.CS_INCIDENTS_ALL_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENTS_ALL_B, object_name:CS_INCIDENTS_ALL_B, status:VALID,
-
PACKAGE: APPS.IEM_SERVICEREQUEST_PVT
12.1.1
-
PACKAGE: APPS.IEM_SERVICEREQUEST_PVT
12.2.2
-
APPS.CSI_SYSTEMS_PVT SQL Statements
12.2.2
-
APPS.CSI_SYSTEMS_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.1.1
-
PACKAGE: APPS.CS_SERVICEREQUEST_PVT
12.2.2
-
PACKAGE: APPS.CS_SERVICEREQUEST_PUB
12.2.2
-
PACKAGE: APPS.CSI_DATASTRUCTURES_PUB
12.2.2
-
PACKAGE: APPS.CSI_DATASTRUCTURES_PUB
12.1.1
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.1.1
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.2.2
-
PACKAGE BODY: APPS.CSI_DATASTRUCTURES_PUB_W
12.2.2
-
PACKAGE BODY: APPS.CSI_DATASTRUCTURES_PUB_W
12.1.1
-
APPS.CSI_DATASTRUCTURES_PUB dependencies on FND_API
12.2.2
-
APPS.CSI_DATASTRUCTURES_PUB dependencies on FND_API
12.1.1
-
eTRM - CSI Tables and Views
12.2.2
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - CSI Tables and Views
12.1.1
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2