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


TABLE: BNE.BNE_VIEWERS_B

Object Details
Object Name: BNE_VIEWERS_B
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_VIEWERS_B
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_VIEWERS_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnVIEWER_CODE
BNE_VIEWERS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAM_LIST_APP_ID
ColumnPARAM_LIST_CODE
BNE_VIEWERS_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREATE_DOC_LIST_APP_ID
ColumnCREATE_DOC_LIST_CODE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_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
VIEWER_JAVA_CLASS VARCHAR2 (240) Yes Java class name that is used to run the viewer.
PARAM_LIST_APP_ID NUMBER (15)
Parameter list application id of the viewer parameter list.
PARAM_LIST_CODE VARCHAR2 (30)
Parameter list code of the viewer parameter list.
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.
CREATE_DOC_LIST_APP_ID NUMBER (15)
Additional parameters required during create document process. FK to BNE_PARAM_LISTS_B.
CREATE_DOC_LIST_CODE VARCHAR2 (30)
Additional parameters required during create document process. FK to BNE_PARAM_LISTS_B.
ENABLED_FLAG VARCHAR2 (1)
Is the viewer enabled?
Query Text

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


SELECT APPLICATION_ID
,      VIEWER_CODE
,      OBJECT_VERSION_NUMBER
,      VIEWER_JAVA_CLASS
,      PARAM_LIST_APP_ID
,      PARAM_LIST_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATE_DOC_LIST_APP_ID
,      CREATE_DOC_LIST_CODE
,      ENABLED_FLAG
FROM BNE.BNE_VIEWERS_B;

Dependencies

[top of page]

BNE.BNE_VIEWERS_B does not reference any database object

BNE.BNE_VIEWERS_B is referenced by following:

SchemaAPPS
SynonymBNE_VIEWERS_B