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


TABLE: BNE.BNE_INTERFACES_B

Object Details
Object Name: BNE_INTERFACES_B
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_INTERFACES_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnINTERFACE_CODE
BNE_INTERFACES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINTEGRATOR_APP_ID
ColumnINTEGRATOR_CODE
BNE_INTERFACES_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPLOAD_PARAM_LIST_APP_ID
ColumnUPLOAD_PARAM_LIST_CODE
Columns
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.
Query Text

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
FROM BNE.BNE_INTERFACES_B;

Dependencies

[top of page]

BNE.BNE_INTERFACES_B does not reference any database object

BNE.BNE_INTERFACES_B is referenced by following:

SchemaAPPS
SynonymBNE_INTERFACES_B