[Home] [Help]
[Dependency Information]
| Object Name: | PER_RATING_LEVELS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_RATING_LEVELS_TL
|
| Subobject Name: | |
| Status: | VALID |
A rating scale step is a single point on a rating scale and is used to rate competences.
This table is the translated table used in conjunction with per_rating_scales to capture information in Korean and US.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
RATING_LEVEL_ID
LANGUAGE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_RATING_LEVELS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RATING_LEVEL_ID
LANGUAGE
|
| PER_RATING_LEVELS_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RATING_LEVEL_ID | NUMBER | (15) | Yes | Unique identifier of the Rating Level |
| LANGUAGE | VARCHAR2 | (4) | Yes | Defined language |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Actual language |
| NAME | VARCHAR2 | (80) | A description of the rating level that the step indicates e.g. Poor, Average, Excellent | |
| BEHAVIOURAL_INDICATOR | VARCHAR2 | (2000) | A description of the behavioural charactaristics that would typically be displayed when the competence is possessed at this level | |
| CREATED_BY | NUMBER | (15) | Standard Who columns. | |
| CREATION_DATE | DATE | Standard Who columns. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who columns. | |
| LAST_UPDATE_DATE | DATE | Standard Who columns. | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who columns. |
Cut, paste (and edit) the following text to query this object:
SELECT RATING_LEVEL_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, BEHAVIOURAL_INDICATOR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM HR.PER_RATING_LEVELS_TL;
HR.PER_RATING_LEVELS_TL does not reference any database object
HR.PER_RATING_LEVELS_TL is referenced by following:
APPS
PER_RATING_LEVELS_TL
PER_RATING_LEVELS_TL041356_WHO
PUBLIC
PER_RATING_LEVELS_TL
|
|
|
|