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


TABLE: BNE.BNE_STYLE_PROPERTIES

Object Details
Object Name: BNE_STYLE_PROPERTIES
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_STYLE_PROPERTIES
Subobject Name:
Status: VALID


BNE_STYLE_PROPERTIES stores the properties for each style defined in BNE_STYLES.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_STYLES_PROPERTIES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnSTYLE_CODE
ColumnSTYLE_PROPERTY_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
STYLE_CODE VARCHAR2 (30) Yes Code identifying this entity for the given APPLICATION_ID.
STYLE_PROPERTY_NAME VARCHAR2 (50) Yes Name of style property. This name will need to be relevant to the viewer the layout is being rendered in. Example: font-family.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
VALUE VARCHAR2 (250) Yes Style value. Example: WingDings
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.
DATA_TYPE VARCHAR2 (30)
Style properties data type
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      STYLE_CODE
,      STYLE_PROPERTY_NAME
,      OBJECT_VERSION_NUMBER
,      VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      DATA_TYPE
FROM BNE.BNE_STYLE_PROPERTIES;

Dependencies

[top of page]

BNE.BNE_STYLE_PROPERTIES does not reference any database object

BNE.BNE_STYLE_PROPERTIES is referenced by following:

SchemaAPPS
SynonymBNE_STYLE_PROPERTIES