[Home] [Help]
[Dependency Information]
Object Name: | HR_LOCATIONS_ALL_TL |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_LOCATIONS_ALL_TL holds the translated 'location_code'
and 'description' columns for the HR_LOCATIONS_ALL table.
The rows are indexed by a primary key obtained by the combination
of 'location_id' and 'language'.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_LOCATIONS_ALL_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
HR_LOCATIONS_ALL_TL_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | (15) | Yes | Foreign key to HR_LOCATIONS_ALL |
LANGUAGE | VARCHAR2 | (4) | Yes | Defined language |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Actual language |
LOCATION_CODE | VARCHAR2 | (60) | Yes | Translated location name |
DESCRIPTION | VARCHAR2 | (240) | Translated description of the location. | |
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 LOCATION_ID
, LANGUAGE
, SOURCE_LANG
, LOCATION_CODE
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.HR_LOCATIONS_ALL_TL;
HR.HR_LOCATIONS_ALL_TL does not reference any database object
HR.HR_LOCATIONS_ALL_TL is referenced by following:
|
|
|