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 ,
-
APPS.AHL_UTIL_UC_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_MASS_EDIT_PUB dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_IEA_VALUES_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_UTL_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_T_VLDN_ROUTINES_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_EXTEND_ATTRIB_VLD_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_ML_UTIL_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_UC_INSTANCE_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSM_CSI_ITEM_ATTR_EVENT_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_IEA_VALUES_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSL_CSI_ITEM_INSTANCES_ACC_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_T_VLDN_ROUTINES_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_UTIL_UC_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_T_TXN_ATTRIBS_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSL_CSI_ITEM_INSTANCES_ACC_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ML_UTIL_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.XDP_INSTALL_BASE dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.XDP_INSTALL_BASE dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_UC_INSTANCE_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_UC_UNITCONFIG_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_T_TXN_LINE_DTLS_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_UTL_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSM_CSI_ITEM_ATTR_EVENT_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_INTERFACE_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.AHL_UC_UNITCONFIG_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.AHL_OSP_SHIPMENT_PUB dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ML_UPDATE_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_MASS_EDIT_PUB dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSM_SR_EVENT_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_INTERFACE_PKG dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSM_SR_EVENT_PKG dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_EXTEND_ATTRIB_VLD_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_T_TXN_LINE_DTLS_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ML_UPDATE_PVT dependencies on CSI_IEA_VALUES
12.2.2
-
APPS.CSI_T_TXN_ATTRIBS_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_IEA_VALUES
12.1.1
-
APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on CSI_ITEM_INSTANCES
12.1.1
-
APPS.CSL_CSI_ITEM_INSTANCES_ACC_PKG dependencies on CSI_I_EXTENDED_ATTRIBS
12.1.1
-
APPS.CSL_CSI_ITEM_INSTANCES_ACC_PKG dependencies on CSI_I_EXTENDED_ATTRIBS
12.2.2
-
APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on CSI_ITEM_INSTANCES
12.2.2