PSC_COM_JOB_ASGT_INT

This table is used to stage the data for importing agency staff

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PSC_COM_JOB_ASGN_INT_PK

INTERFACE_ROW_ID, LOAD_REQUEST_ID, JOB_FUNC_ID, PERS_JOB_FUNC_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier for a record in a batch,source system should populate this
ASSIGNMENT_FLAG VARCHAR2 1 Yes Indicates if a job fucntion assignment is to be added or removed
PERSON_NUMBER VARCHAR2 30 Number assigned to the person,to identify the person uniquely in any context, not dependent on being an employee,contingent worker, etc
AGENCY_ID NUMBER 8 Yes Column is used to indicate the agency id
JOB_FUNC_ID VARCHAR2 50 Yes Column is used to indicate the job function of the agency staff
JOB_FUNC_SEC_ID VARCHAR2 50 Column is used to indicate attributes of a job function
JOB_FUNC_SECTN_VALUE VARCHAR2 1000 Column is used to indicate the attribute value of job section
PERS_JOB_FUNC_ID NUMBER 18 Yes Sequence number key to allow same job function and section assignment.
FUNC_ENABLED_FLAG VARCHAR2 1 Indicates if the job function assignment is active
SECTN_ENABLED_FLAG VARCHAR2 1 Yes Determine whether job section assignment is active
OBJECT_VERSION_NUMBER NUMBER 9 Yes 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.
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.
ROW_STATUS VARCHAR2 1 Row status of incoming data
LOAD_REQUEST_ID NUMBER 18 Yes It stores the Request ID of the job that loaded the data
ERROR_ID NUMBER 18 Foreign key to the error table

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_JOB_ASGT_INT_U1 Unique Default INTERFACE_ROW_ID, LOAD_REQUEST_ID, JOB_FUNC_ID, PERS_JOB_FUNC_ID