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


TABLE: BNE.BNE_SECURITY_RULES

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


This table stores the definition of a security rule.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_SECURITY_RULES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnSECURITY_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
SECURITY_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
SECURITY_TYPE VARCHAR2 (30) Yes Security rule type
SECURITY_VALUE VARCHAR2 (2000) Yes Security value, dependent on SECURITY_TYPE.
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
Query Text

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


SELECT APPLICATION_ID
,      SECURITY_CODE
,      OBJECT_VERSION_NUMBER
,      SECURITY_TYPE
,      SECURITY_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      ZD_EDITION_NAME
FROM BNE.BNE_SECURITY_RULES;

Dependencies

[top of page]

BNE.BNE_SECURITY_RULES does not reference any database object

BNE.BNE_SECURITY_RULES is referenced by following:

SchemaBNE
ViewBNE_SECURITY_RULES#