PSC_COM_PRSN_ACS_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_PRSN_ACS_PK |
INTERFACE_ROW_ID, LOAD_REQUEST_ID, ROLE_CODE |
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 | |
| ROLE_ACTION | VARCHAR2 | 1 | Column is used to indicate whether a role is to be added/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 | ||
| ROLE_CODE | VARCHAR2 | 256 | Yes | The role code of the role to be added/removed from the user | |
| 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_PRSN_ACS_INT_U1 | Unique | Default | INTERFACE_ROW_ID, LOAD_REQUEST_ID, ROLE_CODE |