[Home] [Help]
[Dependency Information]
Object Name: | PER_RATING_LEVELS_TL |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
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: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PER_RATING_LEVELS_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PER_RATING_LEVELS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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:
|
|
|