Search Results bne_integrators_b_uk1
Overview
BNE.BNE_INTEGRATORS_B is the master definition table for Oracle Web Applications Desktop Integrator (Web ADI) in Oracle E-Business Suite 12.1.1 and 12.2.2. Each row describes a complete "integrator" — a configured integration solution that bridges desktop tools such as Microsoft Word and Excel with Oracle Applications. The table represents the highest-level entity in the Web ADI data model; layouts, mappings, interfaces, import programs, and duplicate-handling profiles all hang beneath a given integrator. In a heuristic Data Vault sense the table is hub-leaning: the combination of APPLICATION_ID and INTEGRATOR_CODE forms the natural business key, while the numerous parameter, layout, and session attributes behave like descriptive satellite columns attached to that hub. The table is owned by the BNE schema and resides in the APPS_TS_TX_DATA tablespace with PCTFREE 10, with all unique and non-unique indexes placed in APPS_TS_TX_IDX. Documented physical schema for 12.2.2 lists 29 columns and records status VALID.
Key Information Stored
The primary key is BNE_INTEGRATORS_B_PK, composed of INTEGRATOR_CODE and APPLICATION_ID. The unique index BNE_INTEGRATORS_B_UK1 enforces the business key; in the 12.2.2 edition-aware schema the indexed columns are APPLICATION_ID, INTEGRATOR_CODE, and ZD_EDITION_NAME, reflecting Oracle's editioning support.
- APPLICATION_ID — Application identifier, a foreign key to FND_APPLICATIONS.APPLICATION_ID, scoping the integrator to its owning Oracle application.
- INTEGRATOR_CODE — Unique VARCHAR2(30) code identifying the integrator for the given application, and the most common user-facing lookup key.
- ENABLED_FLAG — Y/N indicator controlling whether the integrator is presented to end users.
- DISPLAY_FLAG — Additional visibility control, indexed by BNE_INTEGRATORS_B_N1.
- OBJECT_VERSION_NUMBER — Optimistic locking / concurrency column standard to Oracle EBS tables.
- UPLOAD_PARAM_LIST_APP_ID / UPLOAD_PARAM_LIST_CODE — Parameter list governing the upload step.
- UPLOAD_SERV_PARAM_LIST_APP_ID / UPLOAD_SERV_PARAM_LIST_CODE — Parameter list for the upload service call.
- IMPORT_PARAM_LIST_APP_ID / IMPORT_PARAM_LIST_CODE — Parameter list for the import (concurrent program) step.
- CREATE_DOC_LIST_APP_ID / CREATE_DOC_LIST_CODE — Document-creation parameter list.
- SESSION_PARAM_LIST_APP_ID / SESSION_PARAM_LIST_CODE — Session-configuration parameter list.
- NEW_SESSION_FLAG, SOURCE, DATE_FORMAT, IMPORT_TYPE, UPLOADER_CLASS — Behavioral attributes controlling session creation, import strategy, date parsing, uploader implementation, and provenance.
- LAYOUT_RESOLVER_CLASS, LAYOUT_VERIFIER_CLASS, SESSION_CONFIG_CLASS — Java class hooks that customize layout resolution, verification, and session setup.
Common Use Cases and Queries
The primary diagnostic use case is resolving a user-reported Desktop Integrator failure back to its integrator definition. Because INTEGRATOR_CODE is only unique within an application, queries should always filter or join on APPLI CATION_ID as well.
- Locate an integrator by code:
SELECT * FROM bne.bne_integrators_b WHERE integrator_code = :code AND application_id = :app_id; - List all enabled integrators:
SELECT integrator_code, application_id FROM bne.bne_integrators_b WHERE enabled_flag = 'Y'; - Trace layouts for an integrator by joining BNE_LAYOUTS_B on INTEGRATOR_APP_ID and INTEGRATOR_CODE.
- Audit parameter-list wiring by decoding the six *_PARAM_LIST_APP_ID / *_PARAM_LIST_CODE column pairs against FND_DESCR_FLEX_COL_USAGE or the parameter list definition tables.
- Reporting on recent maintenance using CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE.
Related Objects
BNE_INTEGRATORS_B is referenced by several dependent tables through the INTEGRATOR_APP_ID foreign key, and it in turn references parameter-list application IDs. Significant related objects include:
- BNE_LAYOUTS_B — Layout definitions for each integrator (INTEGRATOR_APP_ID join).
- BNE_MAPPINGS_B — Column-to-interface mappings (INTEGRATOR_APP_ID join).
- BNE_INTERFACES_B — Interface/API definitions invoked during upload (INTEGRATOR_APP_ID join).
- BNE_IMPORT_PROGRAMS — Concurrent programs used for import (APPLICATION_ID join).
- BNE_DUPLICATE_PROFILES_B — Duplicate-handling rules (INTEGRATOR_APP_ID join).
- BNE_ASYNC_UPLOAD_JOBS — Runtime asynchronous upload records (INTEGRATOR_APP_ID join).
- FND_APPLICATIONS — Parent application for APPLICATION_ID.
-
INDEX: BNE.BNE_INTEGRATORS_B_UK1
12.2.2
owner:BNE, object_type:INDEX, object_name:BNE_INTEGRATORS_B_UK1, status:VALID,
-
INDEX: BNE.BNE_INTEGRATORS_B_UK1
12.1.1
owner:BNE, object_type:INDEX, object_name:BNE_INTEGRATORS_B_UK1, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: BNE.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,
-
TABLE: BNE.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,
-
eTRM - BNE Tables and Views
12.1.1
description: Translations for BNE_VIEWERS_B ,
-
eTRM - BNE Tables and Views
12.2.2
description: Translations for BNE_VIEWERS_B ,