MSS_ORG_ITEM_CLASS_ATTR_GROUPS

This table stores item class and attribute group association data that allows flexfield context selection for an item class

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_ORG_IC_ATTR_GROUPS_PK

ORGANIZATION_ID, ITEM_CLASS_ID, FLEXFIELD_CONTEXT_CODE

Columns

Name Datatype Length Precision Not-null Comments
ORGANIZATION_ID NUMBER 18 Yes Identifier of the organization.
ITEM_CLASS_ID NUMBER 18 Yes Item class identifier, as defined in EGP_ITEM_CLASSES_B
FLEXFIELD_CONTEXT_CODE VARCHAR2 80 Yes Descriptive flexfield context code that corresponds to the attribute group name
ITEM_CLASS_CODE VARCHAR2 800 Yes Indicates user defined item class code.
ITEM_CLASS_NAME VARCHAR2 800 Yes Indicates user defined item class display name.
ATTR_GROUP_CODE VARCHAR2 80 Yes Indicates user defined attribute group code.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MSS_ORG_IC_ATTR_GROUPS_U1 Unique Default ORGANIZATION_ID, ITEM_CLASS_ID, FLEXFIELD_CONTEXT_CODE