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


TABLE: BNE.BNE_INTEGRATOR_VIEWERS

Object Details
Object Name: BNE_INTEGRATOR_VIEWERS
Object Type: TABLE
Owner: BNE
Subobject Name:
Status: VALID


BNE_VIEWERS_B stores the definition of a viewer. A viewer is the definition of the code that is run to start and run a desktop application such as Word and Excel. Examples of components are LOVs and the XML object used for data download. Each component is uniquely identified by it's APPLICATION_ID and VIEWER_CODE, and requires the definition of a java class which will run to generate the viewer, and optional parameter list to define the arguments to the java class.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_INTEGRATOR_VIEWERS_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINTEGRATOR_APP_ID
ColumnINTEGRATOR_CODE
ColumnVIEWER_APP_ID
ColumnVIEWER_CODE
Columns
Name Datatype Length Mandatory Comments
INTEGRATOR_APP_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
INTEGRATOR_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
VIEWER_APP_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
VIEWER_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
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.
Query Text

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


SELECT INTEGRATOR_APP_ID
,      INTEGRATOR_CODE
,      VIEWER_APP_ID
,      VIEWER_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
FROM BNE.BNE_INTEGRATOR_VIEWERS;

Dependencies

[top of page]

BNE.BNE_INTEGRATOR_VIEWERS does not reference any database object

BNE.BNE_INTEGRATOR_VIEWERS is referenced by following:

SchemaAPPS
SynonymBNE_INTEGRATOR_VIEWERS