Search Results bis_pmv_parameters_pvt
Overview
The APPS.BISVIEWER package is a core PL/SQL component of the Oracle E-Business Suite Business Intelligence System (BIS), the technology stack that underpins the Daily Business Intelligence (DBI) and Balanced Scorecard (BSC) product families. Its principal business function is to render and present BIS/DBI report content to end users within the Oracle EBS framework, including standard reports, XML-based reports, and drill-down navigations. Rather than computing performance metrics or aggregating transactional data, BISVIEWER serves as the presentation and dispatch layer through which the many BIS "*_PVT" packages deliver their output. In Oracle EBS 12.1.1 and 12.2.2, the object resides in the APPS schema with a status of VALID and is classified generically as OTHER under the ETRM API classification scheme, indicating that it is an internal utility package rather than a formally published public API. Its broad dependency footprint — referenced by twelve other packages across the DBI, PMV, and BSC schemas — confirms its role as shared runtime infrastructure for the BIS reporting tier.
Key Procedures and Functions
The ETRM metadata documents six procedures and functions within BISVIEWER:
- SHOWREPORT — Renders and displays a standard BIS report for the invoking user, acting as the primary entry point for report presentation.
- SHOWXMLREPORT — Renders report output sourced from XML, supporting the XML Publisher / BI Publisher style delivery used by later BIS releases.
- DRILLDOWN — Handles navigation from a summary or aggregate display to the underlying detail, enabling the multi-level drill behavior characteristic of DBI dashboards.
- GET_NOTIFY_RPT_URL — Returns a URL used for report notification delivery, allowing reports to be referenced or linked in notification and alert workflows.
- DISPLAYERRORMESSAGE — Presents a formatted error message to the user interface when report generation fails.
- DISPLAYERROR — Provides the lower-level error presentation routine used by the package to surface exceptions.
No parameter signatures are documented in ETRM; consultants should inspect the package specification with DESC APPS.BISVIEWER or query ALL_ARGUMENTS before invoking these routines from custom code.
Tables Accessed
BISVIEWER accesses three documented tables, principally through APPS synonyms:
- FND_FORM_FUNCTIONS — The Oracle Application Object Library table of form functions, consulted to resolve the function and responsibility context under which a report is invoked and to enforce access control.
- FND_RESPONSIBILITY — The AOL responsibility definition table, used to determine the current user's responsibility and associated menu/function security when rendering reports.
- BIS_SCHEDULER — The BIS scheduling metadata table, referenced when report rendering interacts with scheduled or notification-driven report execution.
The HTP (HTML Toolkit) package is also referenced, reflecting the generation of HTML output during report display. These accesses align with the package's role as a presentation dispatcher rather than a data-processing engine.
Usage Notes
BISVIEWER is not intended for direct invocation by end users or typical customizations. It is invoked indirectly by the DBI/PMV subsystem whenever a user opens a BIS report or dashboard page from the Oracle EBS navigator, and by the scheduling and notification framework when a report is delivered through workflow or the BIS scheduler. The ETRM dependency metadata shows it is referenced by twelve packages, including BIS_PMV_PARAMETERS_PVT (the context of the user's search), BIS_PMV_QUERY_PVT, BIS_PMV_DRILL_PVT, BIS_PMV_REGION_ITEMS_PVT, BIS_PMV_PORTAL_UTIL_PVT, BIS_PMV_UTIL, BIS_COMPUTED_ACTUAL_PVT, BIS_INTERMEDIATE_LOV_PVT, BSC_BIS_KPI_CRUD_PUB, and BSC_MIGRATION. This means that when a user searches for or troubleshoots procedures such as those in BIS_PMV_PARAMETERS_PVT, BISVIEWER is a common downstream dependency in the report rendering call stack. Customizations should avoid direct modification; any extension should call the documented procedures only and rely on the AOL responsibility model for security. Upgrades between 12.1.1 and 12.2.2 may alter internal implementation while preserving the documented entry points.
-
PACKAGE: APPS.BISVIEWER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BISVIEWER, status:VALID,
-
PACKAGE: APPS.BIS_PMV_DRILL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_DRILL_PVT, status:VALID,
-
PACKAGE: APPS.BIS_PMV_TIME_LEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_TIME_LEVELS_PVT, status:VALID,
-
PACKAGE: APPS.BIS_PMV_SESSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_SESSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_PARAMETERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PARAMETERS_PVT, status:VALID,
-
PACKAGE: APPS.BIS_PMV_PARAMETERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_PARAMETERS_PVT, status:VALID,
-
SYNONYM: APPS.BIS_SCHEDULE_PREFERENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_SCHEDULE_PREFERENCES, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_TIME_LEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_TIME_LEVELS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_PARAMETER_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PARAMETER_VALIDATION, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_ACTUAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_ACTUAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_SCHED_PARAMETERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_SCHED_PARAMETERS_PVT, status:VALID,
-
PACKAGE: APPS.BIS_TREND_PLUG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TREND_PLUG, status:VALID,
-
PACKAGE: APPS.BIS_PMV_QUERY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_QUERY_PVT, status:VALID,
-
PACKAGE: APPS.BIS_PMV_SCHED_PARAMETERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_SCHED_PARAMETERS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_TREND_PLUG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TREND_PLUG, status:VALID,
-
SYNONYM: APPS.BIS_USER_ATTRIBUTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_USER_ATTRIBUTES, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_DRILL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_DRILL_PVT, status:VALID,
-
SYNONYM: APPS.BIS_AK_REGION_ITEM_EXTENSION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_AK_REGION_ITEM_EXTENSION, status:VALID,
-
PACKAGE: APPS.BIS_PMF_GET_DIMLEVELS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMF_GET_DIMLEVELS_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_PORTAL_UTIL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PORTAL_UTIL_PUB, status:VALID,
-
PACKAGE BODY: APPS.BISVIEWER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BISVIEWER, status:VALID,
-
PACKAGE: APPS.BIS_PMV_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMV_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_PMF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PMF_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_RG_SCHEDULES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_RG_SCHEDULES_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_QUERY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_QUERY_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.BISBV_BUSINESS_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_BUSINESS_PLANS, object_name:BISBV_BUSINESS_PLANS, status:VALID,
-
SYNONYM: APPS.AK_REGIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_REGIONS, status:VALID,
-
SYNONYM: APPS.AK_REGION_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_REGION_ITEMS, status:VALID,
-
SYNONYM: APPS.FND_FORM_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FORM_FUNCTIONS, status:VALID,
-
SYNONYM: PUBLIC.HTP
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HTP, status:VALID,
-
PACKAGE: APPS.ICX_SEC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_SEC, status:VALID,
-
APPS.BIS_PMV_ACTUAL_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BISVIEWER dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_TREND_PLUG dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_QUERY_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_DRILL_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_TREND_PLUG dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_PORTAL_UTIL_PUB dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PARAMETER_VALIDATION dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_PMF_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_DRILL_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_TIME_LEVELS_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_SCHED_PARAMETERS_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_QUERY_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_PARAMETERS_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_TIME_LEVELS_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_PMV_SCHED_PARAMETERS_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1
-
APPS.BIS_RG_SCHEDULES_PVT dependencies on BIS_PMV_PARAMETERS_PVT
12.1.1