PSC_COM_PRSN_PRFL_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_PRFL_INT_PK

INTERFACE_ROW_ID, LOAD_REQUEST_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
INSERT_UPDATE_FLAG VARCHAR2 1 Yes Indicates if a record should be explicitly inserted or updated
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
FIRST_NAME VARCHAR2 150 Yes Column is used to indicate the first name
LAST_NAME VARCHAR2 150 Yes column is used to indicate the last name
EMAIL VARCHAR2 240 Yes This is the email address of the person
HIRE_DT DATE Column indicates the hire date of the person
BUSINESS_UNIT_NAME VARCHAR2 240 Yes Indicates the name of the business unit
LEGAL_ENTITY_NAME VARCHAR2 240 Yes This column indicates the name of the Legal Entity
WORK_TELEPHONE VARCHAR2 60 Column indicates the work telephone of the person
GENERATE_USER_ACCOUNT VARCHAR2 1 Column indicates whether the generation of a user account for the person is needed
SEND_EMAIL_CREDENTIALS VARCHAR2 1 Column indicates whether generated credentials should be emailed to the person
USERNAME VARCHAR2 80 Column is the user name of the person
LINK_USER_ACCOUNT VARCHAR2 1 Column indicates whether the linking of an existing user account for the person is needed
JOB_TITLE_ID VARCHAR2 50 Yes Column is the job title assigned to the agency staff
DEPARTMENT_ID VARCHAR2 30 Yes Department to which the staff belongs
AGENCY_ID NUMBER 8 Yes Column is used to indicate the agency id
AGENCY_ADDRESS_ID NUMBER 18 Yes Column is used to indicate the location id of the agency
JOB_FUNC_GRP_ID VARCHAR2 50 Unique key that identifies the job function group
IS_SUPERVISOR VARCHAR2 1 Yes Column is used to indicate that agency staff is a supervisor
MANAGER_ID VARCHAR2 30 Column is the global id of the manager
ENABLED_FLAG VARCHAR2 1 Yes Determine whether record is enabled
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.
PERSON_TYPE VARCHAR2 30 Column is the code identifying the type of the person.
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_PRFL_INT_U1 Unique Default INTERFACE_ROW_ID, LOAD_REQUEST_ID