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


TABLE: BNE.BNE_CONTENTS_B

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


BNE_CONTENTS_B stores information that defines data located external to Web ADI. This data may come from a number of sources, and is generally tabular in nature. The java class used to obtain the data is defined in JAVA_CLASS, and any arguments needed are defined in the parameter list (PARAM_LIST_APP_ID, PARAM_LIST_CODE). Contents are used in the document creation process, and whenever data is downloaded to a viewer.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_CONTENTS_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONTENT_CODE
ColumnZD_EDITION_NAME
BNE_CONTENTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINTEGRATOR_APP_ID
ColumnINTEGRATOR_CODE
BNE_CONTENTS_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAM_LIST_APP_ID
ColumnPARAM_LIST_CODE
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.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
INTEGRATOR_APP_ID NUMBER (15) Yes Application Id of the integrator this interface is for.
INTEGRATOR_CODE VARCHAR2 (30) Yes Integrator code of the integrator this interface is for.
PARAM_LIST_APP_ID NUMBER (15)
Parameter list application id to supply arguements to this content.
PARAM_LIST_CODE VARCHAR2 (30)
Parameter list application id to supply arguements to this content.
CONTENT_CLASS VARCHAR2 (240)
Java class name that is used to run the content.
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).
ONCE_ONLY_DOWNLOAD_FLAG VARCHAR2 (1)
Status flag for downloading once only.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT APPLICATION_ID
,      CONTENT_CODE
,      OBJECT_VERSION_NUMBER
,      INTEGRATOR_APP_ID
,      INTEGRATOR_CODE
,      PARAM_LIST_APP_ID
,      PARAM_LIST_CODE
,      CONTENT_CLASS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ONCE_ONLY_DOWNLOAD_FLAG
,      ZD_EDITION_NAME
FROM BNE.BNE_CONTENTS_B;

Dependencies

[top of page]

BNE.BNE_CONTENTS_B does not reference any database object

BNE.BNE_CONTENTS_B is referenced by following:

SchemaBNE
ViewBNE_CONTENTS_B#