Search Results csi_instance_statuses
Overview
The CSI_INSTANCE_STATUSES table is a core reference data object within the Oracle E-Business Suite Install Base (CSI) module. It functions as a master repository for all valid statuses that can be assigned to tracked assets, known as item instances. These instances represent serialized or non-serialized physical items, such as equipment, components, or finished goods, whose lifecycle is managed by the application. The table's primary role is to enforce data integrity and provide a standardized set of status codes, ensuring consistent tracking of an asset's operational condition—whether it is Active, Inactive, Shipped, Under Repair, or Retired—across all transactional and reporting processes in the system.
Key Information Stored
The table's structure is designed to define and describe each permissible status. The most critical column is the INSTANCE_STATUS_ID, which serves as the primary key and unique numeric identifier for each status code. While the provided ETRM metadata does not list all columns, standard implementation patterns for such reference tables in Oracle EBS typically include columns such as NAME, DESCRIPTION, and ENABLED_FLAG. The NAME column would hold the short code or name of the status (e.g., 'ACTIVE'), and the DESCRIPTION would provide a more detailed explanation. The table's primary key constraint, CSI_INSTANCE_STATUSES_PK, is defined on the INSTANCE_STATUS_ID column, guaranteeing its uniqueness.
Common Use Cases and Queries
This table is central to queries that filter, report on, or validate the status of assets. A common use case is generating a list of all active equipment for maintenance scheduling or financial reporting. Application developers and report writers frequently join this table to the main transactional table, CSI_ITEM_INSTANCES, to translate the status ID into a meaningful description. A typical SQL query pattern is:
- SELECT cii.instance_number, cis.name status_name, cis.description
- FROM csi_item_instances cii, csi_instance_statuses cis
- WHERE cii.instance_status_id = cis.instance_status_id
- AND cis.name = 'ACTIVE';
Another critical use case is within data validation, ensuring that any status ID being written to the CSI_ITEM_INSTANCES table exists in this master reference table, thereby maintaining referential integrity.
Related Objects
The primary relationship for the CSI_INSTANCE_STATUSES table is with the central asset table, CSI_ITEM_INSTANCES. As documented in the ETRM, a foreign key constraint exists where CSI_ITEM_INSTANCES.INSTANCE_STATUS_ID references CSI_INSTANCE_STATUSES.INSTANCE_STATUS_ID. This means every item instance must have a status that is defined in this reference table. The table is also indirectly related to numerous other Install Base tables, views, and public APIs (such as those in the CSI_ITEM_INSTANCE_PUB package) that create, update, or query item instance data, as these processes will consistently validate against the status codes stored in CSI_INSTANCE_STATUSES.
-
Table: CSI_INSTANCE_STATUSES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_INSTANCE_STATUSES, object_name:CSI_INSTANCE_STATUSES, status:VALID, product: CSI - Install Base , description: Instance Statuses. , implementation_dba_data: CSI.CSI_INSTANCE_STATUSES ,
-
Table: CSI_INSTANCE_STATUSES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_INSTANCE_STATUSES, object_name:CSI_INSTANCE_STATUSES, status:VALID, product: CSI - Install Base , description: Instance Statuses. , implementation_dba_data: CSI.CSI_INSTANCE_STATUSES ,
-
View: CSI_CUSTOMER_PRODUCT_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCT_STATUS_V, object_name:CSI_CUSTOMER_PRODUCT_STATUS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Statuses. , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCT_STATUS_V ,
-
View: CSI_CUSTOMER_PRODUCT_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCT_STATUS_V, object_name:CSI_CUSTOMER_PRODUCT_STATUS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Statuses. , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCT_STATUS_V ,
-
Table: CSI_ITEM_INSTANCES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
Table: CSI_ITEM_INSTANCES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_ITEM_INSTANCES, object_name:CSI_ITEM_INSTANCES, status:VALID, product: CSI - Install Base , description: Item Instance details. , implementation_dba_data: CSI.CSI_ITEM_INSTANCES ,
-
View: CSI_IIH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IIH_DETAILS_V, object_name:CSI_IIH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Item Instance History details view. , implementation_dba_data: APPS.CSI_IIH_DETAILS_V ,
-
View: CSI_IIH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_IIH_DETAILS_V, object_name:CSI_IIH_DETAILS_V, status:VALID, product: CSI - Install Base , description: Item Instance History details view. , implementation_dba_data: APPS.CSI_IIH_DETAILS_V ,
-
View: CSI_INSTANCE_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_SEARCH_V, object_name:CSI_INSTANCE_SEARCH_V, status:VALID, product: CSI - Install Base , description: Instance details view for Instance search. , implementation_dba_data: APPS.CSI_INSTANCE_SEARCH_V ,
-
View: CSI_INSTANCE_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_SEARCH_V, object_name:CSI_INSTANCE_SEARCH_V, status:VALID, product: CSI - Install Base , description: Instance details view for Instance search. , implementation_dba_data: APPS.CSI_INSTANCE_SEARCH_V ,
-
View: CSI_CUST_PROD_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
View: CSI_CUST_PROD_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUST_PROD_MAINT_V, object_name:CSI_CUST_PROD_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products Details View. , implementation_dba_data: APPS.CSI_CUST_PROD_MAINT_V ,
-
View: CSI_INSTALLED_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_V ,
-
View: CSI_INSTALLED_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTALLED_BASE_V, object_name:CSI_INSTALLED_BASE_V, status:VALID, product: CSI - Install Base , description: View for the grid in E-Business Center. , implementation_dba_data: APPS.CSI_INSTALLED_BASE_V ,
-
View: CSI_CP_FORM_GRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
View: CSI_CP_FORM_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_GRID_V, object_name:CSI_CP_FORM_GRID_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Grid. , implementation_dba_data: APPS.CSI_CP_FORM_GRID_V ,
-
View: CSI_CUSTOMER_PRODUCTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_ALL_V, object_name:CSI_CUSTOMER_PRODUCTS_ALL_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products (Table View) , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_ALL_V ,
-
View: CSI_INSTANCE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_DETAILS_V, object_name:CSI_INSTANCE_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Details. , implementation_dba_data: APPS.CSI_INSTANCE_DETAILS_V ,
-
View: CSI_INSTANCE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INSTANCE_DETAILS_V, object_name:CSI_INSTANCE_DETAILS_V, status:VALID, product: CSI - Install Base , description: Instance Details. , implementation_dba_data: APPS.CSI_INSTANCE_DETAILS_V ,
-
View: CSI_CUSTOMER_PRODUCTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CUSTOMER_PRODUCTS_ALL_V, object_name:CSI_CUSTOMER_PRODUCTS_ALL_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Products (Table View) , implementation_dba_data: APPS.CSI_CUSTOMER_PRODUCTS_ALL_V ,
-
View: CSI_CP_FORM_PROD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_PROD_V, object_name:CSI_CP_FORM_PROD_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Product details. , implementation_dba_data: APPS.CSI_CP_FORM_PROD_V ,
-
View: CSI_CP_FORM_PROD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_FORM_PROD_V, object_name:CSI_CP_FORM_PROD_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Form Product details. , implementation_dba_data: APPS.CSI_CP_FORM_PROD_V ,