IRC_LI_REQUISITION_MAPPING

Stores the requisition mapping between ORC and LinkedIn

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_LI_REQUISITION_MAPPING_PK

REQUISITION_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUISITION_ID NUMBER 18 Yes Primary Key of the table and also foreign key to IRC_REQUISITIONS_B
LI_JOB_POSTING_TASK_ID VARCHAR2 255 Yes Job Posting Task Identifier from LinkedIn
LI_JOB_POSTING_STATUS_CODE VARCHAR2 30 Stores the posting status of ORC job in LinkedIn. The corresponding lookup type is ORA_LI_RSC_JOB_POSTING_STATUS
ADDITIONAL_INFO1 VARCHAR2 2000 To store additional info for the requisition
LI_JOB_POSTING_URN VARCHAR2 255 Job Posting Identifier from LinkedIn
LOCATION VARCHAR2 360 Location details of the requisition
HTTP_CODE VARCHAR2 20 The HTTP status code received from LI
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_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.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_LI_REQUISITION_MAPPING irc_requisitions_b REQUISITION_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_LI_REQUISITION_MAPPING_N1 Non Unique Default LI_JOB_POSTING_URN
IRC_LI_REQUISITION_MAPPING_PK Unique Default REQUISITION_ID