Search Results csi_systems_vl
Overview
CSI_SYSTEMS_VL is an APPS-owned, multilingual (VL) view within the Oracle E-Business Suite Install Base module (CSI). In Release 12.1.1 and 12.2.2, it presents the user-facing, language-translated representation of customer systems maintained in Oracle Install Base. A "system" in Install Base is a logical grouping of related instances (for example, a configured server with its dependent components, or a customer site treated as a single maintainable unit). The VL view joins the language-independent base table to the translation table so that the NAME and DESCRIPTION columns are returned in the session language of the querying user, resolved through USERENV('LANG'). Because it carries the translated attributes, CSI_SYSTEMS_VL is the appropriate access point for any reporting, integration, or custom code that must display system names and descriptions, while CSI_SYSTEMS_B remains the object used for DML and for language-independent attribute access. The view is reported as VALID in the ETRM registry.
Underlying Base Objects
The documented definition of CSI_SYSTEMS_VL is an equi-join between two base objects, both referenced through APPS synonyms:
- CSI_SYSTEMS_B — the language-independent base table holding system identifiers, foreign keys, descriptive flexfield context and attributes, and audit columns.
- CSI_SYSTEMS_TL — the translation table supplying NAME and DESCRIPTION per installed language.
The join predicate is CSB.SYSTEM_ID = CST.SYSTEM_ID combined with CST.LANGUAGE = USERENV('LANG'). Consequently, the view returns exactly one row per system for the language of the current session, and joins made against it in SQL inherit that language filter. Rows are only returned for systems that have a translation row in the session language, which in a normally configured EBS instance is guaranteed for each defined system.
Key Columns
- SYSTEM_ID — primary key of the system; the join key to nearly every other Install Base object.
- NAME, DESCRIPTION — translated values sourced from CSI_SYSTEMS_TL.
- CUSTOMER_ID, OPERATING_UNIT_ID — the owning customer and the operating unit under which the system was created.
- SYSTEM_NUMBER, SYSTEM_TYPE_CODE, CONFIG_SYSTEM_TYPE — the user-visible system number and the classification of the system, including whether it represents a configuration.
- PARENT_SYSTEM_ID, AUTOCREATED_FROM_SYSTEM_ID — hierarchical relationships and the source system from which the record was generated.
- SHIP_TO_CONTACT_ID, BILL_TO_CONTACT_ID, TECHNICAL_CONTACT_ID, SERVICE_ADMIN_CONTACT_ID — party/contact assignments used by service and depot processes.
- SHIP_TO_SITE_USE_ID, BILL_TO_SITE_USE_ID, INSTALL_SITE_USE_ID — site-use references locating the system at a customer address.
- START_DATE_ACTIVE, END_DATE_ACTIVE — the effective date range of the system record; NULL END_DATE_ACTIVE indicates an open-ended record.
- COTERMINATE_DAY_MONTH, CONTEXT, ATTRIBUTE1–ATTRIBUTE15 — service contract cotermination control and the descriptive flexfield context and segments.
- OBJECT_VERSION_NUMBER — optimistic locking column used by the Install Base APIs.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include reporting on customer systems by name, listing active systems for a given operating unit, and driving integrations that must publish translated system names. The following query lists active systems for a specific customer:
SELECT system_id, system_number, name, system_type_code
FROM csi_systems_vl
WHERE customer_id = :p_customer_id
AND (end_date_active IS NULL OR end_date_active > SYSDATE)
ORDER BY name;
Because the view is keyed on SYSTEM_ID, it is frequently joined to CSI_ITEM_INSTANCES or to the Install Base instance views to enumerate the instances belonging to each system, and to CSI_SYSTEMS_B when non-translated attributes or DML access is required. Reporting users should note that the view performs no operating unit (MOAC) filtering; the OPERATING_UNIT_ID column must be constrained explicitly when multi-org security is required. In release 12.2.2 the object remains unchanged in structure from 12.1.1, so existing custom queries remain portable across both releases.
-
View: CSI_SYSTEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_VL, object_name:CSI_SYSTEMS_VL, status:VALID, product: CSI - Install Base , description: Multi Lingual View for Systems. , implementation_dba_data: APPS.CSI_SYSTEMS_VL ,
-
View: CSI_SYSTEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_VL, object_name:CSI_SYSTEMS_VL, status:VALID, product: CSI - Install Base , description: Multi Lingual View for Systems. , implementation_dba_data: APPS.CSI_SYSTEMS_VL ,
-
VIEW: APPS.ASO_PVT_INSTALL_BASE_BALI_V
12.1.1
-
VIEW: APPS.ASO_PVT_INSTALL_BASE_BALI_V
12.2.2
-
VIEW: APPS.CSI_BIS_TXN_DTLS_V
12.1.1
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.1.1
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.2.2
-
VIEW: APPS.CS_SR_SYSTEMS_V
12.1.1
-
VIEW: APPS.CSI_BIS_TXN_DTLS_V
12.2.2
-
VIEW: APPS.CS_SR_SYSTEMS_V
12.2.2
-
VIEW: APPS.CSI_SYSTEMS_V
12.2.2
-
VIEW: APPS.CSI_SYSTEMS_V
12.1.1
-
PACKAGE BODY: APPS.ONT_OIP_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_OIP_COMMON, status:VALID,
-
View: CS_SR_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SYSTEMS_V, object_name:CS_SR_SYSTEMS_V, status:VALID, product: CS - Service , description: This view brings data related to systems and corresponding customer details. , implementation_dba_data: APPS.CS_SR_SYSTEMS_V ,
-
TYPE BODY: APPS.CSI_ITEM_INSTANCE_OBJ
12.1.1
owner:APPS, object_type:TYPE BODY, object_name:CSI_ITEM_INSTANCE_OBJ, status:VALID,
-
APPS.CSI_T_TXN_SYSTEMS_PVT SQL Statements
12.1.1
-
APPS.CSI_T_TXN_SYSTEMS_PVT SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.CSI_T_TXN_SYSTEMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_T_TXN_SYSTEMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSC_SERVICE_KEY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_SERVICE_KEY_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_T_TXN_SYSTEMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_T_TXN_SYSTEMS_PVT, status:VALID,
-
TYPE BODY: APPS.CSI_ITEM_INSTANCE_OBJ
12.2.2
owner:APPS, object_type:TYPE BODY, object_name:CSI_ITEM_INSTANCE_OBJ, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: CSI_CP_SYSTEMS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product - Systems Record Groups. , implementation_dba_data: APPS.CSI_CP_SYSTEMS_RG_V ,
-
PACKAGE BODY: APPS.CSC_SERVICE_KEY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSC_SERVICE_KEY_PVT, status:VALID,
-
SYNONYM: APPS.CSI_SYSTEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_SYSTEMS_B, status:VALID,
-
View: CSI_CP_SYSTEMS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product - Systems Record Groups. , implementation_dba_data: APPS.CSI_CP_SYSTEMS_RG_V ,
-
SYNONYM: APPS.CSI_SYSTEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_SYSTEMS_TL, status:VALID,
-
View: XNC_CSI_SUBSCRIPTION_IB_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This View retrives the Subscriptions from the Installed Base , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.ASO_MAP_QUOTE_ORDER_INT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASO_MAP_QUOTE_ORDER_INT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: CS_SR_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_SYSTEMS_V, object_name:CS_SR_SYSTEMS_V, status:VALID, product: CS - Service , description: This view brings data related to systems and corresponding customer details. , implementation_dba_data: APPS.CS_SR_SYSTEMS_V ,
-
View: XNC_CSI_SUBSCRIPTION_IB_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This View retrives the Subscriptions from the Installed Base , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
View: CSI_BIS_TXN_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_BIS_TXN_DTLS_V, object_name:CSI_BIS_TXN_DTLS_V, status:VALID, product: CSI - Install Base , description: View created for the Oracle IT - GSI , implementation_dba_data: APPS.CSI_BIS_TXN_DTLS_V ,
-
SYNONYM: APPS.CSI_SYSTEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_SYSTEMS_TL, status:VALID,
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID,
-
VIEW: APPS.ASO_PVT_INSTALL_BASE_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ASO_PVT_INSTALL_BASE_BALI_V, status:VALID,
-
View: CSI_BIS_TXN_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_BIS_TXN_DTLS_V, object_name:CSI_BIS_TXN_DTLS_V, status:VALID, product: CSI - Install Base , description: View created for the Oracle IT - GSI , implementation_dba_data: APPS.CSI_BIS_TXN_DTLS_V ,
-
SYNONYM: APPS.CSI_SYSTEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_SYSTEMS_B, status:VALID,
-
VIEW: APPS.CSI_IIH_DETAILS_V
12.2.2
-
PACKAGE BODY: APPS.CSI_ITEM_INSTANCE_VLD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_ITEM_INSTANCE_VLD_PVT, status:VALID,
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_SYSTEMS_PVT, status:VALID,
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.1.1
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_SYSTEMS_PVT, status:VALID,
-
VIEW: APPS.CSI_CP_SYSTEMS_RG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_RG_V, object_name:CSI_CP_SYSTEMS_RG_V, status:VALID,
-
VIEW: APPS.CSI_CUST_PROD_MAINT_V
12.2.2
-
VIEW: APPS.CSI_IIH_DETAILS_V
12.1.1
-
VIEW: APPS.CSI_CP_SYSTEMS_MAINT_V
12.1.1
-
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 ,