MSC_ATTRIBUTES_B

This is a base table to store attributes created and used for attribute based planning.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_ATTRIBUTES_B_PK

ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
ATTRIBUTE_ID NUMBER 18 Yes Attribute id of the created attribute.
DIMENSION_ID NUMBER 18 Dimension ID assigned to the new attribute created.
DERIVE_VALUES NUMBER 1 Derive Values from this attribute to show group/ order attribute
ATTRIBUTE_NUMBER NUMBER Attribute Number assigned to the attribute during activation
SUP_DEM_COL_MAPPED VARCHAR2 32 Supplies and Demand's Global Attribute Number mapped to the atttibute during activation
DATA_TYPE VARCHAR2 20 Data Type of the attribute Created. Could be a character or a number.
VAL_FROM_TRNX_DATA NUMBER 1 Derive values to the attribute from transaction Data or not.
FUSION_VAL_SET_ATTR VARCHAR2 60 Oracle Fusion Value Set for the attribute
ATTRIBUTE_SET_ID NUMBER 18 Attribute Set Id to which this attribute belongs to. Shows the relation between attributes
PARENT_ATTRIBUTE_ID NUMBER 18 Denotes the attribute is child of this parent
ACTIVE_STATUS NUMBER 1 Denotes Active Status of the attribute. 1: Active, 0 or 2 is inactive.
ATTR_VAL_SET_ID_COL_TYPE VARCHAR2 32 Column type of the Value Set ID(Number or Varchar).
BM_FLAG NUMBER Denotes whether the table is updated by BM or not. Default value is null and if updated by BM value would be 1
PLANNING_ATTRIBUTE_TYPE NUMBER 1 Indicates the type of planning attribute. Value of null or 1 indicates that a configured attribute is for netting or allocation purposes and value of 2 indicates that a configured attribute is used only for display, not for netting or allocation purposes.
ALLOW_USER_ATTR_VALUE NUMBER 1 Denotes if user is allowed to enter free text for the Display attribute. Default is No with value of Null/2. It will be 1 if updated Yes.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
MSC_ATTRIBUTES_B_U1 Unique Default ATTRIBUTE_ID, ORA_SEED_SET1
MSC_ATTRIBUTES_B_U11 Unique Default ATTRIBUTE_ID, ORA_SEED_SET2