MSC_ST_PLANNERS

The staging table used by the collection program to validate and process data for table MSC_PLANNERS.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments Status
PLANNER_CODE VARCHAR2 10 This value indicates the Planner code associated with the record.
BATCH_ID NUMBER Batch identifier generated during processing Obsolete
COMPANY_NAME VARCHAR2 255 Party name with which the company is registered. Obsolete
DATA_SOURCE_TYPE VARCHAR2 15 Source Type indicating the source of data Obsolete
MESSAGE_ID NUMBER This value indicates the message identifier for the record. Obsolete
PROGRAM_APP_NAME VARCHAR2 50 This value indicates the Program application Name. Obsolete
PROGRAM_NAME VARCHAR2 30 This value indicates the name of the program. Obsolete
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Obsolete
ST_TRANSACTION_ID NUMBER This value indicates the staging transaction identifier. Obsolete
ORGANIZATION_ID NUMBER 18 Organization identifier
SR_INSTANCE_ID NUMBER 18 Source application instance identifier
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.
DESCRIPTION VARCHAR2 50 Description of the associated planner
DISABLE_DATE DATE Date on which the planner record is disable
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 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 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.
ELECTRONIC_MAIL_ADDRESS VARCHAR2 240 Planner's Electronic mail address
EMPLOYEE_ID NUMBER Employee identifier assigned to the planner
CURRENT_EMPLOYEE_FLAG NUMBER Flag indicate whether the planner is current employee
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
RETRY_COUNT NUMBER Number of retries to process failed records.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
DELETED_FLAG NUMBER Yes/No flag indicates whether corresponding record in ODS will be deleted
USER_NAME VARCHAR2 100 Name of the user associated with the planner. Obsolete
ORGANIZATION_CODE VARCHAR2 18 Organization COde
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed
ERROR_TEXT VARCHAR2 2000 If PROCESS_FLAG is equal to 2,3 or 4 for a record, then this will describe the reason for the error
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.
EMPLOYEE_NUMBER VARCHAR2 30 The number of the Employee associated with the planner.
EMPLOYEE_NAME VARCHAR2 240 The name of the Employee associated with the planner.
OBJECT_VERSION_NUMBER NUMBER 9 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. Obsolete