[Home] [Help]
[Dependency Information]
| Object Name: | PER_RATING_SCALES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_RATING_SCALES_TL
|
| Subobject Name: | |
| Status: | VALID |
PER_RATING_SCALES_TL holds the translated 'name' and 'description' columns for the PER_RATING_SCALES table. The rows are indexed by a primary key obtained by the combination of 'rating-scale_id' and 'language'.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
RATING_SCALE_ID
LANGUAGE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_RATING_SCALES_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RATING_SCALE_ID
LANGUAGE
|
| PER_RATING_SCALES_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RATING_SCALE_ID | NUMBER | (15) | Yes | system generated primary key column |
| LANGUAGE | VARCHAR2 | (4) | Yes | actual language of translated row |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | source language of translated row |
| NAME | VARCHAR2 | (80) | Translated name of the rating scale. | |
| DESCRIPTION | VARCHAR2 | (2000) | Translated description of the rating scale. | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standrd Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT RATING_SCALE_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM HR.PER_RATING_SCALES_TL;
HR.PER_RATING_SCALES_TL does not reference any database object
HR.PER_RATING_SCALES_TL is referenced by following:
APPS
PER_RATING_SCALES_TL
PER_RATING_SCALES_TL041357_WHO
PUBLIC
PER_RATING_SCALES_TL
|
|
|
|