[Home] [Help]
[Dependency Information]
| Object Name: | PAY_ELEMENT_SETS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_ELEMENT_SETS_TL
|
| Subobject Name: | |
| Status: | VALID |
Holds translated values of element set names.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_ELEMENT_SETS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ELEMENT_SET_ID
LANGUAGE
|
| PAY_ELEMENT_SETS_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ELEMENT_SET_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELEMENT_SET_ID | NUMBER | (9) | Yes | Foreign key of PAY_ELEMENT_SETS table |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of translation. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language of the row. |
| ELEMENT_SET_NAME | VARCHAR2 | (240) | Yes | User name for the element set. |
| LAST_UPDATE_DATE | DATE | Standard Who column. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
| CREATED_BY | NUMBER | (15) | Standard Who column. | |
| CREATION_DATE | DATE | Standard Who column. |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_SET_ID
, LANGUAGE
, SOURCE_LANG
, ELEMENT_SET_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.PAY_ELEMENT_SETS_TL;
HR.PAY_ELEMENT_SETS_TL does not reference any database object
HR.PAY_ELEMENT_SETS_TL is referenced by following:
APPS
PAY_ELEMENT_SETS_TL
PAY_ELEMENT_SETS_TL041449_WHO
PUBLIC
PAY_ELEMENT_SETS_TL
|
|
|
|