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


TABLE: AR.HZ_TIMEZONES_TL

Object Details
Object Name: HZ_TIMEZONES_TL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_TIMEZONES_TL
Subobject Name:
Status: VALID


The HZ_TIMEZONES_TL table stores information about the translation of the HZ_TIMEZONES table.
.
The primary keys for this table are TIMEZONE_ID and LANGUAGE.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_TIMEZONES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTIMEZONE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
TIMEZONE_ID NUMBER (15) Yes Timezone identifier
LANGUAGE VARCHAR2 (30) Yes Language of the translated text in this table
NAME VARCHAR2 (80) Yes Timezone name associated with the value in the TIMEZONE_ID column
DESCRIPTION VARCHAR2 (240)
Free text comments
TRANSLATED VARCHAR2 (1)
Boolean flag indicates if the text was translated
SOURCE_LANG VARCHAR2 (4) Yes Source language
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT TIMEZONE_ID
,      LANGUAGE
,      NAME
,      DESCRIPTION
,      TRANSLATED
,      SOURCE_LANG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AR.HZ_TIMEZONES_TL;

Dependencies

[top of page]

AR.HZ_TIMEZONES_TL does not reference any database object

AR.HZ_TIMEZONES_TL is referenced by following:

SchemaAPPS
SynonymHZ_TIMEZONES_TL