[Home] [Help]
[Dependency Information]
| Object Name: | HR_ALL_ORGANIZATION_UNITS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_ALL_ORGANIZATION_UNITS_TL
|
| 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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
ORGANIZATION_ID
LANGUAGE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_ALL_ORGANIZATION_UNTS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
LANGUAGE
|
| HR_ALL_ORGANIZATION_UNTS_TL_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
NAME
|
| 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:
APPS
HR_ALL_ORGANIZATION_041500_WHO
HR_ALL_ORGANIZATION_UNITS_TL
LNS_LOAN_DTLS_ALL_MV
|
|
|
|