Search Results csi_i_extended_attribs
Overview
The CSI_I_EXTENDED_ATTRIBS table is a core data definition table within the Oracle E-Business Suite Install Base (CSI) module. It serves as the master repository for defining extended attribute templates. These templates provide a flexible framework for capturing and storing custom, non-standard data points associated with item instances, inventory items, or item categories. The table's primary role is to define the metadata for these attributes—such as their data type, format, and validation rules—before specific values are assigned to individual item instances. This structure enables organizations to extend the standard Install Base data model to meet unique business requirements without customizing the core application.
Key Information Stored
The table's central column is the ATTRIBUTE_ID, which serves as the primary key and uniquely identifies each extended attribute definition. The table stores the context for where the attribute is applicable through foreign key columns linking to other master data entities. The INSTANCE_ID column links an attribute definition directly to a specific item instance in the CSI_ITEM_INSTANCES table. The INVENTORY_ITEM_ID and MASTER_ORGANIZATION_ID columns together link a definition to a specific item in the MTL_SYSTEM_ITEMS_B table. The ITEM_CATEGORY_ID column links a definition to an item category in the MTL_CATEGORIES_B table. Additional columns, implied by its template purpose, would typically store the attribute name, data type (e.g., VARCHAR2, NUMBER, DATE), value set information, display prompts, and whether it is mandatory.
Common Use Cases and Queries
A primary use case is generating a list of all defined extended attributes for a specific inventory item, which is essential for configuring user interfaces and validating data entry. For example, a query to find all attribute templates defined for a particular item in the master organization would join to MTL_SYSTEM_ITEMS_B. Another critical scenario is data migration or reporting, where one must extract the attribute definitions alongside the actual values stored in the related CSI_IEA_VALUES table. A common reporting pattern involves joining CSI_I_EXTENDED_ATTRIBS to CSI_IEA_VALUES on ATTRIBUTE_ID and to CSI_ITEM_INSTANCES to present a complete view of item instances and their custom characteristics. Administrators may also query this table to audit attribute usage before modifying or purging definitions.
Related Objects
The table maintains integral relationships with several key EBS objects, as documented by its foreign keys. It references master data tables: CSI_ITEM_INSTANCES (via INSTANCE_ID), MTL_SYSTEM_ITEMS_B (via INVENTORY_ITEM_ID and MASTER_ORGANIZATION_ID), and MTL_CATEGORIES_B (via ITEM_CATEGORY_ID). More significantly, it is referenced as a parent table by objects that store or utilize the defined attribute metadata. The CSI_IEA_VALUES table holds the actual values for item instances and references CSI_I_EXTENDED_ATTRIBS via ATTRIBUTE_ID. The CSI_T_EXTEND_ATTRIBS and XDP_WORKLIST_DETAILS tables reference it via ATTRIB_SOURCE_ID, indicating its metadata is used in transactional and service fulfillment (XDP) contexts, respectively.
-
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_T_EXTEND_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_T_EXTEND_ATTRIBS_V, object_name:CSI_T_EXTEND_ATTRIBS_V, status:VALID, product: CSI - Install Base , description: View on top of Transaction Details Extended attribs CSI_T_EXTEND_ATTRIBS , implementation_dba_data: APPS.CSI_T_EXTEND_ATTRIBS_V ,
-
View: CSI_T_EXTEND_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_T_EXTEND_ATTRIBS_V, object_name:CSI_T_EXTEND_ATTRIBS_V, status:VALID, product: CSI - Install Base , description: View on top of Transaction Details Extended attribs CSI_T_EXTEND_ATTRIBS , implementation_dba_data: APPS.CSI_T_EXTEND_ATTRIBS_V ,
-
View: CSI_I_EXTENDED_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_I_EXTENDED_ATTRIBS_V, object_name:CSI_I_EXTENDED_ATTRIBS_V, status:VALID, product: CSI - Install Base , description: Instance Extended Attributes view. , implementation_dba_data: APPS.CSI_I_EXTENDED_ATTRIBS_V ,
-
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_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 ,
-
View: CSI_I_EXTENDED_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_I_EXTENDED_ATTRIBS_V, object_name:CSI_I_EXTENDED_ATTRIBS_V, status:VALID, product: CSI - Install Base , description: Instance Extended Attributes view. , implementation_dba_data: APPS.CSI_I_EXTENDED_ATTRIBS_V ,
-
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_GLOBAL_EXT_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_GLOBAL_EXT_ATTR_V, object_name:CSI_INST_GLOBAL_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal view : Used in CSI_INST_EXT_ATTR_ALL_V. , implementation_dba_data: APPS.CSI_INST_GLOBAL_EXT_ATTR_V ,
-
View: CSI_INST_GLOBAL_EXT_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_GLOBAL_EXT_ATTR_V, object_name:CSI_INST_GLOBAL_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal view : Used in CSI_INST_EXT_ATTR_ALL_V. , implementation_dba_data: APPS.CSI_INST_GLOBAL_EXT_ATTR_V ,
-
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.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_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_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 ,
-
View: CSI_INST_CATG_EXT_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_CATG_EXT_ATTR_V, object_name:CSI_INST_CATG_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_CATG_EXT_ATTR_V ,
-
View: CSI_INST_ITEM_EXT_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_ITEM_EXT_ATTR_V, object_name:CSI_INST_ITEM_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_ITEM_EXT_ATTR_V ,
-
View: CSI_INST_CATG_EXT_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_CATG_EXT_ATTR_V, object_name:CSI_INST_CATG_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_CATG_EXT_ATTR_V ,
-
View: CSI_INST_ITEM_EXT_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_INST_ITEM_EXT_ATTR_V, object_name:CSI_INST_ITEM_EXT_ATTR_V, status:VALID, product: CSI - Install Base , description: Internal View : Used in CSI_INST_EXT_ATTR_ALL_V , implementation_dba_data: APPS.CSI_INST_ITEM_EXT_ATTR_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_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 ,