DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.IRC_ALL_RECRUITING_SITES_TL

Object Details
Object Name: IRC_ALL_RECRUITING_SITES_TL
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.IRC_ALL_RECRUITING_SITES_TL
Subobject Name:
Status: VALID


This table stores the translatable text for the recruiting site stored in IRC_ALL_RECRUITING_SITES


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IRC_ALL_RECRUITING_SITES_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECRUITING_SITE_ID
ColumnLANGUAGE
IRC_ALL_REC_SITES_TL_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSITE_NAME
ColumnLANGUAGE
SYS_IL0000330749C00005$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000330749C00006$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
RECRUITING_SITE_ID NUMBER (15) Yes Primary Key
LANGUAGE VARCHAR2 (4) Yes The language that the Recruiting site is in. And part of Primary Key
SOURCE_LANG VARCHAR2 (4) Yes The source language the Recruitng site was first copied from.
SITE_NAME VARCHAR2 (240) Yes The name of the recruiting site.
REDIRECTION_URL CLOB (4000)
Specify the Redirection URL
POSTING_URL CLOB (4000)
Specifies the URL to send third party postings too.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RECRUITING_SITE_ID
,      LANGUAGE
,      SOURCE_LANG
,      SITE_NAME
,      REDIRECTION_URL
,      POSTING_URL
FROM HR.IRC_ALL_RECRUITING_SITES_TL;

Dependencies

[top of page]

HR.IRC_ALL_RECRUITING_SITES_TL does not reference any database object

HR.IRC_ALL_RECRUITING_SITES_TL is referenced by following:

SchemaAPPS
SynonymIRC_ALL_RECRUITING_SITES_TL