MSC_ST_RESOURCE_SHIFTS

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

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Not-null Comments
DEPARTMENT_ID NUMBER Department identifier or the work centre of the resource.
RESOURCE_ID NUMBER This value indicates the Resource identifier.
ORGANIZATION_ID NUMBER This column contains the value of organization identifier.
SHIFT_NUM NUMBER If SHIFT_NAME is numeric then SHIFT_NUM will be same as SHIFT_NAME. Otherwise it wiil be a unique number to identify this shift in the calendar. This should not be loaded directly into staging table during batch upload.
DELETED_FLAG NUMBER Yes/No flag indicates whether corresponding record in ODS will be deleted
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 progam
SR_INSTANCE_ID NUMBER Source application instance identifier
COMPANY_ID NUMBER Unique id assigned to the company
COMPANY_NAME VARCHAR2 255 Party name with which the company is registered.
DEPARTMENT_CODE VARCHAR2 120 Department code or the work centre of the resource.
RESOURCE_CODE VARCHAR2 120 The value indicates resource code collected from source system.
ORGANIZATION_CODE VARCHAR2 18 This column contains the value of Organization code.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
SHIFT_NAME VARCHAR2 80 Shift name defined in the calendar for this resource's organization
MESSAGE_ID NUMBER This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- Complete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
ST_TRANSACTION_ID NUMBER Transaction ID generated during pre-processing to uniquely identify a record in the staging table
BATCH_ID NUMBER Batch identifier generated during pre-processing
DATA_SOURCE_TYPE VARCHAR2 15 Source Type indicating the source of the records
CAPACITY_UNITS NUMBER Number of units available during the time interval
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
RETRY_COUNT NUMBER Number of retries to process failed records.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.