MSC_ENG_PARAMETERS_B

Available Parameters for Engine.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_ENG_PARAMETERS_B_PK

PARAMETER_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PARAMETER_ID NUMBER 18 Yes Parameter ID Active
PARAMETER_NAME VARCHAR2 50 Parameter Name Active
PARAMETER_COL_TYPE NUMBER 1 Parameter Type Active
PARAMETER_DEF_VALUE_NUM NUMBER 12 Parameter Number Value Active
PARAMETER_DEF_VALUE_DATE DATE Parameter Date Value Active
PARAMETER_DEF_VALUE_STR VARCHAR2 1000 Parameter String Value Active
CHANGE_SCALE NUMBER 2 Parameter Scale Active
EDITABLE NUMBER 1 Yes Parameter Editable Flag Active
DISPLAY_CATEGORY NUMBER 1 Yes Parameter Display Category Active
DISPLAY_GROUP NUMBER 1 Yes Parameter Group Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_ENG_PARAMETERS_B msc_eng_parameters_b PARAMETER_ID
msc_eng_parameters_tl msc_eng_parameters_b PARAMETER_ID
msc_eng_parameters_b msc_eng_parameters_b PARAMETER_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_ENG_PARAMETERS_B_U1 Unique Default PARAMETER_ID, ORA_SEED_SET1
MSC_ENG_PARAMETERS_B_U11 Unique Default PARAMETER_ID, ORA_SEED_SET2