IRC_BOT_QR_CODES

Stores all the QR codes for chatbot job listing.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_BOT_QR_CODES_PK

BOT_QR_CODE_ID

Columns

Name Datatype Length Precision Not-null Comments
BOT_QR_CODE_ID NUMBER 18 Yes Primary Key of the table. System generated.
QR_SHORT_CODE VARCHAR2 15 Yes QR unique short code provided by the administrator.
QR_CODE_NAME VARCHAR2 40 Yes QR unique name.
QR_CODE_ABSOLUTE_URL VARCHAR2 500 Yes Short URL generated by the application.
SITE_NUMBER VARCHAR2 240 Yes Unique identifier of the site.
SITE_LANGUAGE VARCHAR2 4 Yes The language to be used in the site.
CE_FILTER_URL VARCHAR2 2000 CE full site url with search filters.
REQUISITION_LIST VARCHAR2 500 This will contain list of manually supplied comma separated requisition list instead of CE_FILTER_URL. The maximum requisition Ids would be 10.
QR_CODE_CREATOR_ID NUMBER 18 Yes Stores the PERSON_ID of the creator of the QR code. Foreign key to PER_PERSONS table.
VALID_START_DATE TIMESTAMP QR code valid from date.
VALID_END_DATE TIMESTAMP QR code end date.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_BOT_QR_CODES per_persons QR_CODE_CREATOR_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_BOT_QR_CODES_FK1 Non Unique Default QR_CODE_CREATOR_ID
IRC_BOT_QR_CODES_N1 Non Unique Default VALID_START_DATE, VALID_END_DATE
IRC_BOT_QR_CODES_N2 Non Unique Default CREATION_DATE
IRC_BOT_QR_CODES_PK Unique Default BOT_QR_CODE_ID
IRC_BOT_QR_CODES_U1 Unique Default QR_SHORT_CODE
IRC_BOT_QR_CODES_U2 Unique Default QR_CODE_NAME