MSC_COLL_PARAMETERS

Stores the parameters that were selected for a particular collection run by instance_id. This is used as a communication tool between Snapshot Refresh, Data Pull and ODS Load modules.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

MSC_COLL_PARAMETERS_PK

INSTANCE_ID, PARAMETER_NAME, COLLECTION_TYPE, SRC_DEST_FLAG

Columns

Name Datatype Length Precision Not-null Comments
INSTANCE_ID NUMBER 18 Yes Instance Id of the source of collection.
PARAMETER_NAME VARCHAR2 200 Yes Parameter name used during planning collections.
PARAM_NUM_VALUE NUMBER Parameter Value when it is Number type
PARAM_STRING_VALUE VARCHAR2 200 Parameter value when it is String type
PARAM_DATE_VALUE DATE Parameter Value when it is Date value.
PARAMETER_TYPE VARCHAR2 200 Yes Parameter type used during planning collections.
COLLECTION_TYPE VARCHAR2 20 Yes Specifies whether the parameter is for "Incremental" or "Targeted" Collections.
SRC_DEST_FLAG VARCHAR2 20 Yes Identifies whether the parameter is a source "S" or destination "D" parameter.
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.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 200 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 200 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 200 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 200 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 200 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_COLL_PARAMETERS msc_apps_instances INSTANCE_ID

Indexes

Index Uniqueness Tablespace Columns Status
MSC_COLL_PARAMETERS_N1 Non Unique Default INSTANCE_ID Obsolete
MSC_COLL_PARAMETERS_U1 Unique Default INSTANCE_ID, PARAMETER_NAME, COLLECTION_TYPE, SRC_DEST_FLAG