MSC_ITEM_ABC_CLASSES

This table stores the list of all collected abc class names across all instances.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Not-null Comments
ORGANIZATION_ID NUMBER Yes Organization identifier in the Planning system.
ABC_CLASS_NAME VARCHAR2 40 Yes This is the name of the ABC class.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.Refresh identifier populated by the collection program.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
MSC_ITEM_ABC_CLASSES_U1 Unique Default ORGANIZATION_ID, ABC_CLASS_NAME