Search Results bis_indicator_region_ui_pvt
Overview
BIS_INDICATOR_REGION_UI_PVT is a private PL/SQL package in the APPS schema that supports the user interface rendering layer of Oracle Business Intelligence System (BIS), the balanced scorecard and performance management framework delivered with Oracle E-Business Suite. Its central responsibility is to construct and manage the "Indicator Region" — the configurable region in which performance indicators, targets, dimensions, and period information are presented to end users, typically within a portlet on the EBS home page or an HTML-based dashboard. The package is classified as PVT, indicating that it is an internal implementation package not intended as a public API; external code should call the corresponding public APIs such as BIS_TARGET_PUB and BIS_UTILITIES_PUB instead.
Key Procedures and Functions
The package exposes thirty-four documented procedures and functions that fall into several functional groups:
- Period and context resolution: GETCURRENTPERIODINFO, GETNEXTPERIODINFO, GETPERFORMANCEMEASURENAME, GETORGSEQNUM, GETTIMESEQNUM, and GETORGLEVELID resolve time periods, performance measure labels, and organizational/time sequence identifiers used to scope the region content.
- Region content rendering: REGION_CONTENT, PMR_CONTENT, DISPLAY, BUILD_HTML_BANNER, GET_TRANSLATED_ICON_TEXT, and GET_IMAGES_SERVER assemble the HTML output, banner, icons, and image server references that make up the visible region.
- Indicator and dimension maintenance: SETINDICATORS, SHOWDIMENSIONS, STRDIMENSIONS, EDITDIMENSIONS, and REMOVEDUPLICATES manage which indicators and dimensions are displayed, their string representation, and duplicate elimination.
- Selection and personalization: CLEARSELECT, SETSETOFBOOKVAR, and GETTARGETURL handle user selection state, the set of books (ledger) context variable, and navigating to target detail URLs.
Tables Accessed
The package operates primarily against BIS configuration and personalization tables through APPS synonyms. BIS_INDICATORS, BIS_INDICATORS_TL, BIS_DIMENSIONS, BIS_INDICATOR_DIMENSIONS, BIS_INDICATOR_RESPS, BIS_LEVELS, BIS_LEVELS_TL, and BIS_TARGET_LEVELS supply the definitions of indicators, their translations, associated dimensions, responsible parties, and scorecard levels. BIS_USER_IND_SELECTIONS stores per-user indicator selections, while ICX_PORTLET_CUSTOMIZATIONS and AK_REGION_ITEMS hold portlet and region item configuration. FND_LANGUAGES, FND_NEW_MESSAGES, and NLS_SESSION_PARAMETERS support language, message, and session locale handling, and HTP provides the PL/SQL web toolkit routines used to emit HTML. The package also relies on SELECTED_VALUES_TBL_TYPE and depends on BIS_TARGET_PUB, BIS_UTILITIES_PUB, and BIS_UTILITIES_PVT.
Usage Notes
This package is invoked indirectly during rendering of BIS indicator portlets and scorecard dashboard regions rather than called directly by end users. Within the ETRM dependency graph it is referenced by BIS_CORRECTIVE_ACTION_PVT, BIS_PORTLET_PMREGION, and by itself, confirming its role as a UI support layer beneath the portlet manager. Because it is a private package, customizations should not call it directly; integrators should use the public BIS APIs. The behavior described here is consistent across EBS 12.1.1 and 12.2.2, since the BIS indicator region UI code base was not materially changed between those releases.
-
TYPE: APPS.SELECTED_VALUES_TBL_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:SELECTED_VALUES_TBL_TYPE, status:VALID,
-
PACKAGE: APPS.BIS_INDICATOR_REGION_UI_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_INDICATOR_REGION_UI_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_INDICATOR_REGION_UI_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_INDICATOR_REGION_UI_PVT, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_PUB, status:VALID,
-
SYNONYM: APPS.BIS_INDICATOR_RESPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATOR_RESPS, status:VALID,
-
PACKAGE: APPS.BIS_REPORT_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_REPORT_UTIL_PVT, status:VALID,
-
SYNONYM: APPS.BIS_INDICATOR_DIMENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATOR_DIMENSIONS, status:VALID,
-
PACKAGE: APPS.BIS_PMF_DEFINER_WRAPPER_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMF_DEFINER_WRAPPER_PVT, status:VALID,
-
PACKAGE: APPS.BIS_LOV_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_LOV_PUB, status:VALID,
-
PACKAGE: APPS.BIS_PMF_PORTLET_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMF_PORTLET_UTIL, status:VALID,
-
SYNONYM: APPS.BIS_USER_IND_SELECTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_USER_IND_SELECTIONS, status:VALID,
-
SYNONYM: APPS.BIS_INDICATORS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS_TL, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_PVT, status:VALID,
-
SYNONYM: PUBLIC.NLS_SESSION_PARAMETERS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:NLS_SESSION_PARAMETERS, status:VALID,
-
PACKAGE: APPS.BIS_PMF_GET_DIMLEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMF_GET_DIMLEVELS_PVT, status:VALID,
-
SYNONYM: APPS.ICX_PORTLET_CUSTOMIZATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID,
-
PACKAGE: APPS.BIS_DIM_LEVEL_VALUE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_DIM_LEVEL_VALUE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_UTILITIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PVT, status:VALID,
-
SYNONYM: APPS.BIS_LEVELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_LEVELS_TL, status:VALID,
-
PACKAGE BODY: APPS.BIS_PORTLET_PMREGION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PORTLET_PMREGION, status:VALID,
-
PACKAGE: APPS.ICX_PLUG_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_PLUG_UTILITIES, status:VALID,
-
PACKAGE: APPS.BIS_INDICATOR_REGION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_INDICATOR_REGION_PUB, status:VALID,
-
PACKAGE: APPS.BIS_ACTUAL_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_ACTUAL_PUB, status:VALID,
-
PACKAGE: APPS.BIS_DIM_LEVEL_VALUE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_DIM_LEVEL_VALUE_PUB, status:VALID,
-
SYNONYM: APPS.BIS_DIMENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_DIMENSIONS, status:VALID,
-
PACKAGE BODY: APPS.BIS_CORRECTIVE_ACTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_CORRECTIVE_ACTION_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.BIS_TARGET_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_TARGET_LEVELS, status:VALID,
-
SYNONYM: APPS.BIS_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_LEVELS, status:VALID,
-
SYNONYM: APPS.BIS_INDICATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS, status:VALID,
-
PACKAGE: APPS.ICX_ADMIN_SIG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_ADMIN_SIG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.BIS_TARGET_LEVEL_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_LEVEL_PUB, status:VALID,
-
PACKAGE: APPS.ICX_CALL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_CALL, status:VALID,
-
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,
-
PACKAGE: APPS.BIS_UTILITIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PUB, status:VALID,
-
PACKAGE: APPS.FND_WEB_CONFIG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_WEB_CONFIG, status:VALID,
-
VIEW: APPS.BISBV_ACTUALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_ACTUALS, object_name:BISBV_ACTUALS, status:VALID,
-
VIEW: APPS.BISBV_TARGET_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_TARGET_LEVELS, object_name:BISBV_TARGET_LEVELS, status:VALID,
-
VIEW: APPS.BISBV_TARGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_TARGETS, object_name:BISBV_TARGETS, status:VALID,
-
PACKAGE: APPS.ICX_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_UTIL, status:VALID,
-
SYNONYM: APPS.AK_REGION_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AK_REGION_ITEMS, status:VALID,
-
PACKAGE: APPS.BIS_INDICATOR_REGION_UI_PVT
12.1.1
-
VIEW: APPS.BISFV_TARGET_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_TARGET_LEVELS, object_name:BISFV_TARGET_LEVELS, status:VALID,
-
VIEW: APPS.FND_USER_RESP_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS, object_name:FND_USER_RESP_GROUPS, status:VALID,
-
PACKAGE: APPS.WF_NOTIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_NOTIFICATION, status:VALID,
-
SYNONYM: PUBLIC.HTP
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HTP, status:VALID,
-
VIEW: APPS.AK_REGION_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AK.AK_REGION_ITEMS_VL, object_name:AK_REGION_ITEMS_VL, status:VALID,
-
PACKAGE: APPS.ICX_SEC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_SEC, status:VALID,
-
APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on BIS_INDICATOR_REGION_UI_PVT
12.1.1