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


TABLE: HR.HR_ALL_ORGANIZATION_UNITS_TL

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


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

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;

Dependencies

[top of page]

HR.HR_ALL_ORGANIZATION_UNITS_TL does not reference any database object

HR.HR_ALL_ORGANIZATION_UNITS_TL is referenced by following:

SchemaAPPS
TriggerHR_ALL_ORGANIZATION_041500_WHO
SynonymHR_ALL_ORGANIZATION_UNITS_TL
Materialized ViewLNS_LOAN_DTLS_ALL_MV