[Home] [Help]
[Dependency Information]
Object Name: | HR_ALL_ORGANIZATION_UNITS_TL |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_ALL_ORGANIZATION_UNITS_TL holds the translated names of business
groups and the organization units within a single business group.
Additional information about classifications and information types for
each organization is held in HR_ORGANIZATION_INFORMATION.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_ALL_ORGANIZATION_UNTS_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
HR_ALL_ORGANIZATION_UNTS_TL_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | Foreign key to HR_ALL_ORGANIZATION_UNITS. |
LANGUAGE | VARCHAR2 | (4) | Yes | Defined Language |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Actual language |
NAME | VARCHAR2 | (240) | Yes | Translated name of the organization |
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 ORGANIZATION_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.HR_ALL_ORGANIZATION_UNITS_TL;
HR.HR_ALL_ORGANIZATION_UNITS_TL does not reference any database object
HR.HR_ALL_ORGANIZATION_UNITS_TL is referenced by following:
|
|
|