Search Results csi_iea_values
Overview
The CSI_IEA_VALUES table is a core data structure within the Oracle E-Business Suite (EBS) Install Base (CSI) module. It serves as the central repository for storing extended attribute values associated with tracked item instances. In the context of asset and service management, an item instance represents a specific, serialized physical or logical asset. Extended attributes provide a flexible mechanism to capture detailed, instance-specific characteristics beyond the standard descriptive fields, such as custom specifications, configuration details, or operational parameters. This table is essential for maintaining a comprehensive and customizable profile of enterprise assets, enabling detailed tracking, reporting, and service management across their lifecycle in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary function is to link an item instance, an attribute definition, and the specific value for that attribute. Its structure is defined by key columns that enforce these relationships. The primary key, ATTRIBUTE_VALUE_ID, uniquely identifies each stored attribute value. The INSTANCE_ID column is a foreign key that links the value to a specific record in the CSI_ITEM_INSTANCES table, identifying the asset in question. The ATTRIBUTE_ID column is a foreign key that links to the CSI_I_EXTENDED_ATTRIBS table, which defines the metadata for the attribute (e.g., name, data type, validation). The table also contains columns for storing the actual ATTRIBUTE_VALUE and metadata such as creation and last update dates.
Common Use Cases and Queries
A primary use case is generating detailed asset reports that include custom attributes, such as listing all server instances with their specific CPU count, memory capacity, and warranty expiration date. Support teams query this table to understand asset configuration during service requests. Common SQL patterns involve joining CSI_IEA_VALUES to CSI_ITEM_INSTANCES and CSI_I_EXTENDED_ATTRIBS. For example, to retrieve all extended attributes for a specific instance, a query would filter on INSTANCE_ID and join to CSI_I_EXTENDED_ATTRIBS on ATTRIBUTE_ID to get the attribute name. Another critical pattern is validating or updating attribute values via the standard Install Base APIs or user interfaces, which internally manipulate this table to ensure data integrity and audit compliance.
Related Objects
The CSI_IEA_VALUES table is central to a network of related objects, as defined by its documented foreign key relationships. It references two primary tables: CSI_ITEM_INSTANCES via INSTANCE_ID and CSI_I_EXTENDED_ATTRIBS via ATTRIBUTE_ID. Furthermore, it is referenced by several other objects. The CSI_IEA_VALUES_H table references it via ATTRIBUTE_VALUE_ID to maintain a history of changes. The CSI_T_EXTEND_ATTRIBS table references it via ATTRIB_SOURCE_ID, linking transactional attribute data. Finally, the XDP_WORKLIST_DETAILS table from the Oracle TeleService module references it via ATTRIB_SOURCE_ID, demonstrating integration with service fulfillment workflows.
-
Table: CSI_IEA_VALUES
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IEA_VALUES, object_name:CSI_IEA_VALUES, status:VALID, product: CSI - Install Base , description: Instance Extended Attribute Values. , implementation_dba_data: CSI.CSI_IEA_VALUES ,
-
Table: CSI_IEA_VALUES
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IEA_VALUES, object_name:CSI_IEA_VALUES, status:VALID, product: CSI - Install Base , description: Instance Extended Attribute Values. , implementation_dba_data: CSI.CSI_IEA_VALUES ,
-
View: CSI_INST_EXT_ATTR_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_EXT_ATTR_ALL_V, object_name:CSI_INST_EXT_ATTR_ALL_V, status:VALID, product: CSI - Install Base , description: View to display retrieve the applicable extended attributes and their values for a given instance. , implementation_dba_data: APPS.CSI_INST_EXT_ATTR_ALL_V ,
-
View: CSI_INST_EXT_ATTR_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_EXT_ATTR_ALL_V, object_name:CSI_INST_EXT_ATTR_ALL_V, status:VALID, product: CSI - Install Base , description: View to display retrieve the applicable extended attributes and their values for a given instance. , implementation_dba_data: APPS.CSI_INST_EXT_ATTR_ALL_V ,
-
Table: CSI_IEA_VALUES_H
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IEA_VALUES_H, object_name:CSI_IEA_VALUES_H, status:VALID, product: CSI - Install Base , description: Instance Extended Attribute Values History. , implementation_dba_data: CSI.CSI_IEA_VALUES_H ,
-
Table: CSI_T_EXTEND_ATTRIBS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_T_EXTEND_ATTRIBS, object_name:CSI_T_EXTEND_ATTRIBS, status:VALID, product: CSI - Install Base , description: Transaction Details : Extended attributes. , implementation_dba_data: CSI.CSI_T_EXTEND_ATTRIBS ,
-
Table: CSI_IEA_VALUES_H
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_IEA_VALUES_H, object_name:CSI_IEA_VALUES_H, status:VALID, product: CSI - Install Base , description: Instance Extended Attribute Values History. , implementation_dba_data: CSI.CSI_IEA_VALUES_H ,
-
Table: CSI_T_EXTEND_ATTRIBS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_T_EXTEND_ATTRIBS, object_name:CSI_T_EXTEND_ATTRIBS, status:VALID, product: CSI - Install Base , description: Transaction Details : Extended attributes. , implementation_dba_data: CSI.CSI_T_EXTEND_ATTRIBS ,
-
Table: CSI_I_EXTENDED_ATTRIBS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_EXTENDED_ATTRIBS, object_name:CSI_I_EXTENDED_ATTRIBS, status:VALID, product: CSI - Install Base , description: Extended Attribute Template definition. , implementation_dba_data: CSI.CSI_I_EXTENDED_ATTRIBS ,
-
Table: CSI_I_EXTENDED_ATTRIBS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_I_EXTENDED_ATTRIBS, object_name:CSI_I_EXTENDED_ATTRIBS, status:VALID, product: CSI - Install Base , description: Extended Attribute Template definition. , implementation_dba_data: CSI.CSI_I_EXTENDED_ATTRIBS ,
-
View: CSI_INST_EXTEND_ATTRIB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_EXTEND_ATTRIB_V, object_name:CSI_INST_EXTEND_ATTRIB_V, status:VALID, product: CSI - Install Base , description: View used in the Form to define the Instance Extended attributes Template. , implementation_dba_data: APPS.CSI_INST_EXTEND_ATTRIB_V ,
-
View: CSI_CP_PARAMETERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_PARAMETERS_V, object_name:CSI_CP_PARAMETERS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Additional Parameters (View for table CS_CP_PARAMETERS). , implementation_dba_data: APPS.CSI_CP_PARAMETERS_V ,
-
View: CSI_CP_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_PARAMETERS_V, object_name:CSI_CP_PARAMETERS_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product Additional Parameters (View for table CS_CP_PARAMETERS). , implementation_dba_data: APPS.CSI_CP_PARAMETERS_V ,
-
View: CSI_INST_EXTEND_ATTRIB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_EXTEND_ATTRIB_V, object_name:CSI_INST_EXTEND_ATTRIB_V, status:VALID, product: CSI - Install Base , description: View used in the Form to define the Instance Extended attributes Template. , implementation_dba_data: APPS.CSI_INST_EXTEND_ATTRIB_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_INST_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_TRANSACTIONS_V, object_name:CSI_INST_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Instance Transactions view. , implementation_dba_data: APPS.CSI_INST_TRANSACTIONS_V ,
-
View: CSI_INST_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_TRANSACTIONS_V, object_name:CSI_INST_TRANSACTIONS_V, status:VALID, product: CSI - Install Base , description: Instance Transactions view. , implementation_dba_data: APPS.CSI_INST_TRANSACTIONS_V ,