IRC_CX_GJS_CONFIG

Stores configuration for SEO Job posting in Hcm Recruiting

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_CX_GJS_CONFIG_PK

CONFIG_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIG_ID NUMBER 18 Yes Primary key for this table. System generated.
SITE_SEQUENCE_STR VARCHAR2 4000 Stores the site number sequence in their sequence number order from low to high
SITEMAP CLOB Stores a snapshot of the jobs sitemap last published to SEO
LAST_SITEMAP_PUBLISH_DATE TIMESTAMP Stores the timestamp when the jobs sitemap was last published to SEO
LAST_PING_DATE TIMESTAMP Stores the timestamp when there is a ping to SEO
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.

Indexes

Index Uniqueness Tablespace Columns
IRC_CX_GJS_CONFIG_PK Unique Default CONFIG_ID