[Home] [Help]
[Dependency Information]
| Object Name: | BNE_INTERFACES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | BNE |
| FND Design Data: | BNE.BNE_INTERFACES_B
|
| Subobject Name: | |
| Status: | VALID |
BNE_INTERFACES_B stores the definition of an integrator interface. An interface is an external boundary over which data is passed in a Web ADI upload. An interface is typically a table (open interface table) used to pass data between applications, for example GL_INTERFACE for Journal upload. It is possible to use multiple interfaces in an integrator.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BNE_INTERFACES_B_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
INTERFACE_CODE
ZD_EDITION_NAME
|
| BNE_INTERFACES_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTEGRATOR_APP_ID
INTEGRATOR_CODE
|
| BNE_INTERFACES_B_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPLOAD_PARAM_LIST_APP_ID
UPLOAD_PARAM_LIST_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID). |
| INTERFACE_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. |
| INTERFACE_NAME | VARCHAR2 | (50) | Yes | Name of interface. This will often correspond to an interface table - table name. |
| UPLOAD_TYPE | NUMBER | (15) | Yes | Upload type. Valid values: 0 - Custom, 1 - SQL, 2 - PL/SQL, 3, - Validation only, 4 - None. |
| UPLOAD_OBJ_NAME | VARCHAR2 | (240) | Fully qualified java class to call if UPLOAD_TYPE = 0. | |
| UPLOAD_PARAM_LIST_APP_ID | NUMBER | (15) | Parameter list application id of the upload parameter list. | |
| UPLOAD_PARAM_LIST_CODE | VARCHAR2 | (30) | Parameter list code of the upload parameter list. | |
| UPLOAD_ORDER | NUMBER | (15) | Order interface is uploaded out of all the interfaces for this integrator. | |
| 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 APPLICATION_ID
, INTERFACE_CODE
, OBJECT_VERSION_NUMBER
, INTEGRATOR_APP_ID
, INTEGRATOR_CODE
, INTERFACE_NAME
, UPLOAD_TYPE
, UPLOAD_OBJ_NAME
, UPLOAD_PARAM_LIST_APP_ID
, UPLOAD_PARAM_LIST_CODE
, UPLOAD_ORDER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, ZD_EDITION_NAME
FROM BNE.BNE_INTERFACES_B;
BNE.BNE_INTERFACES_B does not reference any database object
BNE.BNE_INTERFACES_B is referenced by following:
BNE
BNE_INTERFACES_B#
|
|
|
|