DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PER_RATING_SCALES_TL

Object Details
Object Name: PER_RATING_SCALES_TL
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.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'.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_RATING_SCALES_TL_PK
  1. ColumnRATING_SCALE_ID
  2. ColumnLANGUAGE
Indexes
Index Type Uniqueness Tablespace Column
PER_RATING_SCALES_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRATING_SCALE_ID
ColumnLANGUAGE
PER_RATING_SCALES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
ColumnNAME
Columns
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
Query Text

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;

Dependencies

[top of page]

HR.PER_RATING_SCALES_TL does not reference any database object

HR.PER_RATING_SCALES_TL is referenced by following:

SchemaAPPS
SynonymPER_RATING_SCALES_TL
TriggerPER_RATING_SCALES_TL041357_WHO
SchemaPUBLIC
SynonymPER_RATING_SCALES_TL