Search Results bne_perf_sets_b
Overview
The BNE_PERF_SETS_B table is a core data dictionary table within the Oracle E-Business Suite (EBS) Web Applications Desktop Integrator (BNE) product. It serves as the master definition table for performance statistic sets. In the context of BNE, which facilitates desktop integration for EBS, performance sets are logical groupings used to monitor, collect, and analyze runtime performance metrics for integration processes. This table provides the foundational metadata that defines each unique set, enabling administrators to organize and track specific performance criteria for operational reporting and tuning.
Key Information Stored
While the provided ETRM metadata does not list specific column names beyond the primary key, the table's purpose and structure can be inferred. The central column is SET_CODE, which acts as the unique identifier (primary key) for a performance statistic set. This code is likely a short, meaningful string used to reference the set throughout the system. Other columns in the table would typically store descriptive and control attributes for the set, such as a display name (e.g., SET_NAME), an enabled flag, creation dates, and descriptive text. The table's '_B' suffix indicates it is the base table for a translatable entity, suggesting a corresponding _TL (translation) table may exist for multilingual support of descriptive fields.
Common Use Cases and Queries
The primary use case for this table is the administration and reporting of BNE performance metrics. An administrator might query this table to audit all defined performance sets or to validate a set code before associating new performance items with it. A common reporting query would join BNE_PERF_SETS_B with its child table, BNE_PERF_SET_ITEMS, to list all statistics captured within a specific set. For example, a SQL pattern to retrieve all active performance sets and their items might resemble:
- SELECT s.set_code, s.set_name, i.item_code FROM bne_perf_sets_b s, bne_perf_set_items i WHERE s.set_code = i.set_code ORDER BY s.set_code;
This data is foundational for performance dashboards or custom reports that analyze the efficiency of desktop integration flows over time.
Related Objects
The BNE_PERF_SETS_B table has a direct parent-child relationship with the BNE_PERF_SET_ITEMS table, as documented in the provided metadata. The relationship is enforced by a foreign key constraint where BNE_PERF_SET_ITEMS.SET_CODE references BNE_PERF_SETS_B.SET_CODE. This means that individual performance statistic items (stored in BNE_PERF_SET_ITEMS) must belong to a valid set defined in BNE_PERF_SETS_B. The table's primary key constraint is named BNE_PERF_SETS_B_PK on the SET_CODE column. As a base table, it is also likely referenced by associated views or public APIs provided by the BNE product for safer data access.
-
Table: BNE_PERF_SETS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SETS_B, object_name:BNE_PERF_SETS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a set of performance statistics. , implementation_dba_data: BNE.BNE_PERF_SETS_B ,
-
Table: BNE_PERF_SETS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SETS_B, object_name:BNE_PERF_SETS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of a set of performance statistics. , implementation_dba_data: BNE.BNE_PERF_SETS_B ,
-
APPS.BNE_PERF_SETS_PKG dependencies on BNE_PERF_SETS_B
12.1.1
-
APPS.BNE_PERF_SETS_PKG dependencies on BNE_PERF_SETS_B
12.2.2
-
VIEW: BNE.BNE_PERF_SETS_B#
12.2.2
owner:BNE, object_type:VIEW, object_name:BNE_PERF_SETS_B#, status:VALID,
-
SYNONYM: APPS.BNE_PERF_SETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BNE_PERF_SETS_B, status:VALID,
-
APPS.BNE_PERF_SETS_PKG SQL Statements
12.2.2
-
VIEW: BNE.BNE_PERF_SETS_B#
12.2.2
-
SYNONYM: APPS.BNE_PERF_SETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BNE_PERF_SETS_B, status:VALID,
-
APPS.BNE_PERF_SETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.BNE_PERF_SETS_VL
12.2.2
-
VIEW: APPS.BNE_PERF_SETS_VL
12.1.1
-
TRIGGER: APPS.BNE_PERF_SETS_B+
12.2.2
-
TRIGGER: APPS.BNE_PERF_SETS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BNE_PERF_SETS_B+, status:VALID,
-
TABLE: BNE.BNE_PERF_SETS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SETS_B, object_name:BNE_PERF_SETS_B, status:VALID,
-
PACKAGE BODY: APPS.BNE_PERF_SETS_PKG
12.2.2
-
TABLE: BNE.BNE_PERF_SETS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SETS_B, object_name:BNE_PERF_SETS_B, status:VALID,
-
PACKAGE BODY: APPS.BNE_PERF_SETS_PKG
12.1.1
-
Table: BNE_PERF_SET_ITEMS
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SET_ITEMS, object_name:BNE_PERF_SET_ITEMS, status:VALID, product: BNE - Web Applications Desktop Integrator , description: All Statistics in a performance set. , implementation_dba_data: BNE.BNE_PERF_SET_ITEMS ,
-
Table: BNE_PERF_SET_ITEMS
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_PERF_SET_ITEMS, object_name:BNE_PERF_SET_ITEMS, status:VALID, product: BNE - Web Applications Desktop Integrator , description: All Statistics in a performance set. , implementation_dba_data: BNE.BNE_PERF_SET_ITEMS ,
-
FUNCTION: APPS.BNE_PERF_SETS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:BNE_PERF_SETS_B=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.BNE_PERF_SETS_B=
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_PERF_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_PERF_SETS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: BNE_PERF_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_SETS_VL, object_name:BNE_PERF_SETS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_PERF_SETS_VL is a standard translation view over the BNE_PERF_SETS entity. , implementation_dba_data: APPS.BNE_PERF_SETS_VL ,
-
View: BNE_PERF_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_SETS_VL, object_name:BNE_PERF_SETS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_PERF_SETS_VL is a standard translation view over the BNE_PERF_SETS entity. , implementation_dba_data: APPS.BNE_PERF_SETS_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BNE_PERF_SETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_PERF_SETS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.BNE_PERF_SETS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
APPS.BNE_PERF_SETS_PKG dependencies on BNE_PERF_SETS_TL
12.1.1
-
APPS.BNE_PERF_SETS_PKG dependencies on BNE_PERF_SETS_TL
12.2.2
-
APPS.BNE_PERF_SETS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
VIEW: APPS.BNE_PERF_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_SETS_VL, object_name:BNE_PERF_SETS_VL, status:VALID,
-
VIEW: APPS.BNE_PERF_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_PERF_SETS_VL, object_name:BNE_PERF_SETS_VL, 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 ,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
eTRM - BNE Tables and Views
12.1.1
description: Translations for BNE_VIEWERS_B ,
-
12.2.2 DBA Data
12.2.2