Search Results bne_interfaces_b
Overview
BNE_INTERFACES_B is the foundational definition table for interfaces within Oracle EBS Web Applications Desktop Integrator (BNE). Each row represents a single interface belonging to an Integrator — the logical container that groups the interface's columns, keys, layouts, mappings, and upload parameters. In the ETRM 12.2.2 schema the table resides in the BNE schema and is classified as VALID, comprising 17 documented columns. Primary key BNE_INTERFACES_B_PK is defined on (APPLICATION_ID, INTERFACE_CODE).
The heuristic Data Vault classification for this object is hub-leaning: it carries the durable business key (APPLICATION_ID, INTERFACE_CODE) that anchors interface identity and is referenced by many dependent satellites and link tables. This classification should be treated as a modeling suggestion rather than a physical constraint.
Key Information Stored
The most operationally significant columns are:
- APPLICATION_ID and INTERFACE_CODE — the composite business key and primary key; they uniquely identify an interface within an application.
- INTERFACE_NAME — the user-visible label for the interface.
- INTEGRATOR_APP_ID and INTEGRATOR_CODE — foreign key to BNE_INTEGRATORS_B, identifying the parent Integrator.
- UPLOAD_TYPE and UPLOAD_OBJ_NAME — control how data uploads are directed to the target object.
- UPLOAD_PARAM_LIST_APP_ID and UPLOAD_PARAM_LIST_CODE — reference a parameter list used during upload processing.
- UPLOAD_ORDER — sequencing for upload execution.
- OBJECT_VERSION_NUMBER — optimistic locking control for concurrent updates.
- ZD_EDITION_NAME — editioning column supporting the EBS edition-based redefinition model.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, LAST_UPDATE_DATE — standard Who columns for audit and row-level traceability.
The unique index BNE_INTERFACES_B_UK1 on (APPLICATION_ID, INTERFACE_CODE, ZD_EDITION_NAME) reinforces that the business key is unique across editions and is the strongest candidate for logical key modeling.
Common Use Cases and Queries
Typical reporting and diagnostic scenarios include enumerating all interfaces for an Integrator, tracing upload configuration, and validating that interfaces have associated columns, keys, or layouts.
- List interfaces by Integrator:
SELECT interface_code, interface_name FROM bne_interfaces_b WHERE integrator_app_id = :app_id AND integrator_code = :code; - Find interfaces missing column definitions by left-joining to BNE_INTERFACE_COLS_B on (APPLICATION_ID, INTERFACE_CODE).
- Report upload sequencing: order results by UPLOAD_ORDER within an Integrator.
- Audit recent changes using LAST_UPDATE_DATE and LAST_UPDATED_BY.
These patterns support Web ADI troubleshooting, integration inventory reporting, and impact analysis prior to patching interface definitions.
Related Objects
The most significant related objects, based on documented foreign key relationships, are:
- BNE_INTEGRATORS_B — referenced via INTEGRATOR_APP_ID / INTEGRATOR_CODE; the parent Integrator definition.
- BNE_INTERFACE_COLS_B — child table of interface column definitions, joined on APPLICATION_ID / INTERFACE_CODE.
- BNE_INTERFACE_KEYS — child table holding interface key definitions, joined on INTERFACE_APP_ID / INTERFACE_CODE.
- BNE_LAYOUTS_B — references the interface via REPORTING_INTERFACE_APP_ID / REPORTING_INTERFACE_CODE.
- BNE_MAPPINGS_B — references the interface via REPORTING_INTERFACE_APP_ID / REPORTING_INTERFACE_CODE.
- BNE_DUP_INTERFACE_PROFILES — references the interface via INTERFACE_APP_ID / INTERFACE_CODE.
- BNE_PARAM_LISTS_B — referenced indirectly through UPLOAD_PARAM_LIST_APP_ID / UPLOAD_PARAM_LIST_CODE.
Together these objects form the interface metadata model underpinning Web ADI integration and upload processing.
-
Table: BNE_INTERFACES_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_B, object_name:BNE_INTERFACES_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a single Interface of an Integrator , implementation_dba_data: BNE.BNE_INTERFACES_B ,
-
Table: BNE_INTERFACES_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_B, object_name:BNE_INTERFACES_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a single Interface of an Integrator , implementation_dba_data: BNE.BNE_INTERFACES_B ,
-
VIEW: BNE.BNE_INTERFACES_B#
12.2.2
owner:BNE, object_type:VIEW, object_name:BNE_INTERFACES_B#, status:VALID,
-
SYNONYM: APPS.BNE_INTERFACES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BNE_INTERFACES_B, status:VALID,
-
VIEW: APPS.BNE_INTERFACES_VL
12.1.1
-
TRIGGER: APPS.BNE_INTERFACES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BNE_INTERFACES_B+, status:VALID,
-
APPS.BNE_INTERFACES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.BNE_INTERFACES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BNE_INTERFACES_B, status:VALID,
-
APPS.BNE_INTERFACES_PKG SQL Statements
12.1.1
-
VIEW: APPS.BNE_INTERFACES_VL
12.2.2
-
TRIGGER: APPS.BNE_INTERFACES_B+
12.2.2
-
VIEW: BNE.BNE_INTERFACES_B#
12.2.2
-
Table: BNE_INTERFACES_TL
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_TL, object_name:BNE_INTERFACES_TL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Translations for BNE_INTERFACES_B , implementation_dba_data: BNE.BNE_INTERFACES_TL ,
-
TABLE: BNE.BNE_INTERFACES_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_B, object_name:BNE_INTERFACES_B, status:VALID,
-
TABLE: BNE.BNE_INTERFACES_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_B, object_name:BNE_INTERFACES_B, status:VALID,
-
Table: BNE_INTERFACE_KEYS
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACE_KEYS, object_name:BNE_INTERFACE_KEYS, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of logical keys over an interface. , implementation_dba_data: BNE.BNE_INTERFACE_KEYS ,
-
FUNCTION: APPS.BNE_INTERFACES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:BNE_INTERFACES_B=, status:VALID,
-
FUNCTION: APPS.BNE_INTERFACES_B=
12.2.2
-
Table: BNE_DUP_INTERFACE_PROFILES
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_DUP_INTERFACE_PROFILES, object_name:BNE_DUP_INTERFACE_PROFILES, status:VALID, product: BNE - Web Applications Desktop Integrator , description: The definition of a duplicate upload profile for an interface. , implementation_dba_data: BNE.BNE_DUP_INTERFACE_PROFILES ,
-
Table: BNE_INTERFACES_TL
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACES_TL, object_name:BNE_INTERFACES_TL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Translations for BNE_INTERFACES_B , implementation_dba_data: BNE.BNE_INTERFACES_TL ,
-
Table: BNE_LAYOUTS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_LAYOUTS_B, object_name:BNE_LAYOUTS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of an instance of the display of an Integrator , implementation_dba_data: BNE.BNE_LAYOUTS_B ,
-
Table: BNE_DUP_INTERFACE_PROFILES
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_DUP_INTERFACE_PROFILES, object_name:BNE_DUP_INTERFACE_PROFILES, status:VALID, product: BNE - Web Applications Desktop Integrator , description: The definition of a duplicate upload profile for an interface. , implementation_dba_data: BNE.BNE_DUP_INTERFACE_PROFILES ,
-
Table: BNE_LAYOUTS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_LAYOUTS_B, object_name:BNE_LAYOUTS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of an instance of the display of an Integrator , implementation_dba_data: BNE.BNE_LAYOUTS_B ,
-
View: BNE_INTERFACES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_INTERFACES_VL, object_name:BNE_INTERFACES_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_INTERFACES_VL is a standard translation view over the BNE_INTERFACES entity. , implementation_dba_data: APPS.BNE_INTERFACES_VL ,
-
Table: BNE_INTEGRATORS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTEGRATORS_B, object_name:BNE_INTEGRATORS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Integrator , implementation_dba_data: BNE.BNE_INTEGRATORS_B ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: BNE_INTERFACE_KEYS
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACE_KEYS, object_name:BNE_INTERFACE_KEYS, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of logical keys over an interface. , implementation_dba_data: BNE.BNE_INTERFACE_KEYS ,
-
12.2.2 DBA Data
12.2.2
-
Table: BNE_INTERFACE_COLS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACE_COLS_B, object_name:BNE_INTERFACE_COLS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of individual columns in an Interface , implementation_dba_data: BNE.BNE_INTERFACE_COLS_B ,
-
Table: BNE_INTERFACE_COLS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTERFACE_COLS_B, object_name:BNE_INTERFACE_COLS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of individual columns in an Interface , implementation_dba_data: BNE.BNE_INTERFACE_COLS_B ,
-
Table: BNE_MAPPINGS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_MAPPINGS_B, object_name:BNE_MAPPINGS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Mappings between Contents and Interface Columns , implementation_dba_data: BNE.BNE_MAPPINGS_B ,
-
Table: BNE_MAPPINGS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_MAPPINGS_B, object_name:BNE_MAPPINGS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Mappings between Contents and Interface Columns , implementation_dba_data: BNE.BNE_MAPPINGS_B ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: BNE_INTEGRATORS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_INTEGRATORS_B, object_name:BNE_INTEGRATORS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Integrator , implementation_dba_data: BNE.BNE_INTEGRATORS_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BEN_CWB_WEBADI_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_CWB_WEBADI_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: BNE_PARAM_LISTS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PARAM_LISTS_B, object_name:BNE_PARAM_LISTS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a list of parameters , implementation_dba_data: BNE.BNE_PARAM_LISTS_B ,
-
PACKAGE BODY: APPS.BNE_DUPLICATES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_DUPLICATES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.BNE_DUPLICATES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_DUPLICATES_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.BNE_DUPLICATES_UTILS SQL Statements
12.2.2
-
APPS.BNE_DUPLICATES_UTILS SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_INTERFACES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_INTERFACES_PKG, status:VALID,
-
PACKAGE BODY: APPS.BNE_INTERFACES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_INTERFACES_PKG, status:VALID,