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


TABLE: BNE.BNE_CONTENT_COLS_B

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


BNE_CONTENT_COLS_TL stores the individual column definitions for a content. It defines thes columns in an order given by SEQUENCE_NUM. Each column has a name defined by COL_NAME which may correspond to a SQL query column or similar named value depending on the implementation of the content component.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_CONTENT_COLS_B_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONTENT_CODE
ColumnCOL_NAME
BNE_CONTENT_COLS_B_UK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONTENT_CODE
ColumnSEQUENCE_NUM
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
CONTENT_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
SEQUENCE_NUM NUMBER (15) Yes Sequence of this content column.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
COL_NAME VARCHAR2 (240) Yes Column name.
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.
READ_ONLY_FLAG VARCHAR2 (1)
Status flag for read only of entity
Query Text

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


SELECT APPLICATION_ID
,      CONTENT_CODE
,      SEQUENCE_NUM
,      OBJECT_VERSION_NUMBER
,      COL_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      READ_ONLY_FLAG
FROM BNE.BNE_CONTENT_COLS_B;

Dependencies

[top of page]

BNE.BNE_CONTENT_COLS_B does not reference any database object

BNE.BNE_CONTENT_COLS_B is referenced by following:

SchemaAPPS
SynonymBNE_CONTENT_COLS_B