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


TABLE: HR.PER_ENTERPRISES_TL

Object Details
Object Name: PER_ENTERPRISES_TL
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


This table stores the translation information of an enterprise.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PER_ENTERPRISES_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTERPRISE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ENTERPRISE_ID NUMBER (15) Yes Enterprise identifier. Foreign key to PER_ENTERPRISES.
ENTERPRISE_NAME VARCHAR2 (240) Yes Translated name of the enterprise.
DESCRIPTION VARCHAR2 (720)
Enterprise description.
LANGUAGE VARCHAR2 (4) Yes Language of translated row.
SOURCE_LANG VARCHAR2 (4) Yes Source language of translated row.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ENTERPRISE_ID
,      ENTERPRISE_NAME
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HR.PER_ENTERPRISES_TL;

Dependencies

[top of page]

HR.PER_ENTERPRISES_TL does not reference any database object

HR.PER_ENTERPRISES_TL is referenced by following:

SchemaAPPS
SynonymPER_ENTERPRISES_TL
TriggerPER_ENTERPRISES_TL041354_WHO