[Home] [Help]
[Dependency Information]
| Object Name: | HZ_STYLE_FMT_LAYOUTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_STYLE_FMT_LAYOUTS_TL
|
| Subobject Name: | |
| Status: | VALID |
The HZ_STYLE_FMT_LAYOUTS_TL table stores translation information for the HZ_STYLE_FMT_LAYOUTS_B table, for example, language.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_STYLE_FMT_LAYOUTS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
STYLE_FMT_LAYOUT_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STYLE_FMT_LAYOUT_ID | NUMBER | (15) | Yes | Sequence generated unique identifier for style format layout row. |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of the translated text in this table |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language |
| PROMPT | VARCHAR2 | (30) | Attribute prompt specific to location, for example Zip Code for US and Postcode for UK. | |
| 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). | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT STYLE_FMT_LAYOUT_ID
, LANGUAGE
, SOURCE_LANG
, PROMPT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.HZ_STYLE_FMT_LAYOUTS_TL;
AR.HZ_STYLE_FMT_LAYOUTS_TL does not reference any database object
AR.HZ_STYLE_FMT_LAYOUTS_TL is referenced by following:
AR
HZ_STYLE_FMT_LAYOUTS_TL#
|
|
|
|