SVC_BI_STG_PERSON_REF_MAP

Staging table for reading HCM data and populating BI table SVC_BI_HCM_PERSON_REF_MAP.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_BI_STG_PER_REF_MAP_PK

STG_PERSON_REF_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_PERSON_REF_MAP_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
PERSON_ID NUMBER 18 Identifies person holding an assignment or a set of Employment/Placement Terms.
ASSIGNMENT_ID NUMBER 18 Loaded from PER_ALL_ASSIGNMENTS_M.ASSIGNMENT_ID. Identifies the assignment.
BUSINESS_UNIT_ID NUMBER 18 Loaded from PER_ALL_ASSIGNMENTS_M.BUSINESS_UNIT_ID. Identifies business unit.
ORGANIZATION_ID NUMBER 18 Loaded from PER_ALL_ASSIGNMENTS_M.ORGANIZATION_ID. Identifies the organization.
ASSIGNMENT_STATUS_TYPE VARCHAR2 30 Loaded from PER_ALL_ASSIGNMENTS_M.ASSIGNMENT_STATUS_TYPE. Identifies the status of the assignment.
ASSIGNMENT_TYPE VARCHAR2 30 Identifies the type of record: either assignment (employee, CWK, applicant, non-workers) or a set of Terms. Loaded from PER_ALL_ASSIGNMENTS_M.ASSIGNMENT_TYPE.
ASSIGNMENT_TYPE_CE_FLAG VARCHAR2 1 Identifies whether the assignment type refers to Employee or Contingent Worker. Value is 'Y' if ASSIGNMENT_TYPE in ('E','C') and 'N' otherwise.
PARTY_ID NUMBER 18 Identifies the party id corresponding to person id.
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_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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
SVC_BI_STG_PER_REF_MAP_N1 Non Unique Default PERSON_ID
SVC_BI_STG_PER_REF_MAP_PK Unique Default STG_PERSON_REF_MAP_ID