MSC_PROFILE_METHODS_B
Engine Profile Methods Definitions.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
MSC_PROFILE_METHODS_B_PK |
PROFILE_ID, METHOD_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROFILE_ID | NUMBER | 18 | Yes | Profile identifier for profile methods configuration | |
METHOD_ID | NUMBER | 18 | Yes | Method identifier for profile methods configuration | |
METHOD_TYPE_ID | NUMBER | 18 | Yes | The Method type the current method belong to (FK) | |
METHOD_CODE | VARCHAR2 | 50 | Yes | Method Code for internal use only by Engine | |
IS_SELECTED | NUMBER | 1 | indicate whether this method is selected for the currrent profile 0-No 1-Yes | ||
MIN_OBSERVATIONS | NUMBER | 10 | Minimum number of calendar periods (as defined by plan) from first sale to end of history required for this forecasting method to be used | ||
MAX_OBSERVATIONS | NUMBER | 10 | Maximum number of calendar periods (as defined by plan) from first sale to end of history required for this forecasting method to be used | ||
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. | ||
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_PROFILE_METHODS_B | msc_profile_methods_b | PROFILE_ID, METHOD_ID |
msc_profile_method_params_b | msc_profile_methods_b | PROFILE_ID, METHOD_ID |
msc_profile_methods_tl | msc_profile_methods_b | PROFILE_ID, METHOD_ID |
msc_profile_methods_b | msc_profile_methods_b | PROFILE_ID, METHOD_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_PROFILE_METHODS_B_U1 | Unique | Default | PROFILE_ID, METHOD_ID, ORA_SEED_SET1 |
MSC_PROFILE_METHODS_B_U11 | Unique | Default | PROFILE_ID, METHOD_ID, ORA_SEED_SET2 |