IRC_IS_INTRVW_REQUESTS

This table stores all the interview requests done to the candidate as well store other information like counts

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_IS_INTRVW_REQUESTS_PK

INTRVW_REQUESTS_ID

Columns

Name Datatype Length Precision Not-null Comments
INTRVW_REQUESTS_ID NUMBER 18 Yes The primary key for this table.
SUBMISSION_ID NUMBER 18 Yes Foreign key to the submissions (IRC_SUBMISSIONS) to which we are linking the interview request
SCHEDULE_ID NUMBER 18 Yes Foreign key to the schedules (IRC_IS_SCHEDULES_B) to which we are linking the interview request
INTERVIEW_ID NUMBER 18 Foreign key to the interviews (IRC_IS_INTERVIEWS) to which we are linking the interview request
IS_RSCHLD_RQSTED_FLAG VARCHAR2 1 Yes Flag used when reschedule is requested to the candidate, count will not be incremented. (Default value 'N')
INTRVW_RSCHLD_COUNT NUMBER 9 Yes Holds the count for the reschedules because it can exceed setting value, default is 0
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.
AUTO_O365_IS_OVERRIDDEN_FLAG VARCHAR2 1 Flag used when the interviewers are overridden.
AUTO_O365_OVERRIDDEN_DURATION VARCHAR2 32 Determine the overridden interview meeting slot duration. Lookup to use ORA_IRC_IS_MEETING_DURATION.
IS_RESCHEDULED_FLAG VARCHAR2 1 Yes Determine if the Interview Request has been rescheduled.
EARLIEST_AVAILABLE_DATE TIMESTAMP Manual and proposed slots will be shown starting from this timestamp.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_IS_INTRVW_REQUESTS irc_submissions SUBMISSION_ID
IRC_IS_INTRVW_REQUESTS irc_is_schedules_b SCHEDULE_ID
IRC_IS_INTRVW_REQUESTS irc_is_interviews INTERVIEW_ID
irc_is_interview_part irc_is_intrvw_requests INTRVW_REQUESTS_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_IS_INTRVW_REQUESTS_FK1 Non Unique Default SUBMISSION_ID
IRC_IS_INTRVW_REQUESTS_FK2 Non Unique Default SCHEDULE_ID
IRC_IS_INTRVW_REQUESTS_N1 Non Unique Default INTERVIEW_ID, CREATION_DATE
IRC_IS_INTRVW_REQUESTS_PK Unique Default INTRVW_REQUESTS_ID