[Home] [Help]
[Dependency Information]
Object Name: | IRC_ALL_RECRUITING_SITES_TL |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the translatable text for the recruiting site stored in IRC_ALL_RECRUITING_SITES
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IRC_ALL_RECRUITING_SITES_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
IRC_ALL_REC_SITES_TL_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
SYS_IL0000330749C00005$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000330749C00006$$ | LOB | UNIQUE |
![]() |
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. |
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;
HR.IRC_ALL_RECRUITING_SITES_TL does not reference any database object
HR.IRC_ALL_RECRUITING_SITES_TL is referenced by following:
|
|
|