[Home] [Help]
[Dependency Information]
Object Name: | HZ_STYLE_FORMATS_B |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The HZ_STYLE_FORMATS_B table stores information for specific style formats that are valid for one or more locations. For example, the US Mailing Address Format, Northern European Mailing Address Format, and Japanese Name Format are specific formats for the Mailing Address Style.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_STYLE_FORMATS_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STYLE_FORMAT_CODE | VARCHAR2 | (30) | Yes | Unique code for style format. |
STYLE_CODE | VARCHAR2 | (30) | Yes | Identifies style that format belongs to. |
DEFAULT_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether style format is default for this 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). | |
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_FORMAT_CODE
, STYLE_CODE
, DEFAULT_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM AR.HZ_STYLE_FORMATS_B;
AR.HZ_STYLE_FORMATS_B does not reference any database object
AR.HZ_STYLE_FORMATS_B is referenced by following:
|
|
|