[Home] [Help]
[Dependency Information]
| Object Name: | HZ_STYLES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_STYLES_B
|
| Subobject Name: | |
| Status: | VALID |
The HZ_STYLES_B table stores information for high-level classifications that identify a particular manner or situation that information for entities such as person name and address is to be formatted for. Mailing Address Style and Concatenated Name Style are examples of styles, which can also be used to classify formatting information for entities other than names and addresses.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_STYLES_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
STYLE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STYLE_CODE | VARCHAR2 | (30) | Yes | Unique code for style. |
| DATABASE_OBJECT_NAME | VARCHAR2 | (30) | Yes | Identifies object that style belongs to. |
| 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). | |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | version number for locking purposes | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT STYLE_CODE
, DATABASE_OBJECT_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM AR.HZ_STYLES_B;
AR.HZ_STYLES_B does not reference any database object
AR.HZ_STYLES_B is referenced by following:
AR
HZ_STYLES_B#
|
|
|
|