[Home] [Help]
[Dependency Information]
| Object Name: | BNE_INTEGRATOR_VIEWERS |
|---|---|
| Object Type: | TABLE |
| Owner: | BNE |
| FND Design Data: | BNE.BNE_INTEGRATOR_VIEWERS
|
| 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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BNE_INTEGRATOR_VIEWERS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INTEGRATOR_APP_ID
INTEGRATOR_CODE
VIEWER_APP_ID
VIEWER_CODE
ZD_EDITION_NAME
|
| 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. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM BNE.BNE_INTEGRATOR_VIEWERS;
BNE.BNE_INTEGRATOR_VIEWERS does not reference any database object
BNE.BNE_INTEGRATOR_VIEWERS is referenced by following:
BNE
BNE_INTEGRATOR_VIEWERS#
|
|
|
|