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


TABLE: AR.HZ_STYLES_TL

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


The HZ_STYLES_TL table stores translation information for the HZ_STYLES_B table, for example, language.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_STYLES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTYLE_CODE
ColumnLANGUAGE
HZ_STYLES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTYLE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
STYLE_CODE VARCHAR2 (30) Yes Unique code for style.
LANGUAGE VARCHAR2 (4) Yes Language of the translated text in this table
SOURCE_LANG VARCHAR2 (4) Yes Source language
STYLE_NAME VARCHAR2 (240) Yes Descriptive style name.
DESCRIPTION VARCHAR2 (2000)
Description or comments for style.
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).
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_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 STYLE_CODE
,      LANGUAGE
,      SOURCE_LANG
,      STYLE_NAME
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM AR.HZ_STYLES_TL;

Dependencies

[top of page]

AR.HZ_STYLES_TL does not reference any database object

AR.HZ_STYLES_TL is referenced by following:

SchemaAPPS
SynonymHZ_STYLES_TL