IRC_AVAIL_CONTEXT

This table is used to store the configuration data for availability context in recruiting.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_AVAIL_CONTEXT_PK

OBJECT_CXT_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_CXT_ID NUMBER 18 Yes Primary Key - Sequence generated key. Fusion Global sequence generator is used to generate the key at run-time.
OBJECT_CXT_CODE VARCHAR2 36 Yes Object Context Code is used for data migration purpose. This column will be populated with a GUID value to uniquely identify a row across environments
OBJECT_ID NUMBER 18 Yes Business Object ID - It can be CSP ID / Apply Flow ID / Content Library Id .. etc
OBJECT_TYPE_CODE VARCHAR2 30 Yes Business Object Type - It can be ORA_CSP or ORA_APPLY_FLOW or ORA_CONTENT_LIBRARY .. etc depends on the business object type
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
irc_avail_cxt_per_type irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_job_func irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_job_fam irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_loc irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_job irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_site irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_rec_type irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_org irc_avail_context OBJECT_CXT_ID
irc_avail_cxt_req_dff irc_avail_context OBJECT_CXT_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_AVAIL_CONTEXT_PK Unique Default OBJECT_CXT_ID
IRC_AVAIL_CONTEXT_U1 Unique Default OBJECT_CXT_CODE
IRC_AVAIL_CONTEXT_U2 Unique Default OBJECT_TYPE_CODE, OBJECT_ID