[Home] [Help]
[Dependency Information]
Object Name: | BNE_STYLES |
---|---|
Object Type: | TABLE |
Owner: | BNE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BNE_STYLES stored the definition of named style values within a style sheet.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BNE_STYLES_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
BNE_STYLES_UK2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID). |
STYLE_CODE | VARCHAR2 | (30) | Yes | Unique code identifying this entity for the given APPLICATION_ID. |
OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Object Version Number |
STYLESHEET_APP_ID | NUMBER | (15) | Yes | Application Id of style sheet this style is for. |
STYLESHEET_CODE | VARCHAR2 | (30) | Yes | Stylesheet code style sheet this style is for. |
PARENT_STYLE_APP_ID | NUMBER | (15) | Parent Style Application Id. If this style forms a part of a heirarchy, this specifies the parent. | |
PARENT_STYLE_CODE | VARCHAR2 | (30) | Parent Style Code. If this style forms a part of a heirarchy, this specifies the parent. | |
STYLE_CLASS | VARCHAR2 | (50) | Yes | Name of style class. |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
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). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, STYLE_CODE
, OBJECT_VERSION_NUMBER
, STYLESHEET_APP_ID
, STYLESHEET_CODE
, PARENT_STYLE_APP_ID
, PARENT_STYLE_CODE
, STYLE_CLASS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, ZD_EDITION_NAME
FROM BNE.BNE_STYLES;
BNE.BNE_STYLES does not reference any database object
BNE.BNE_STYLES is referenced by following:
|
|
|