Search Results bis_measure_pvt
Overview
BIS_APPLICATION_PVT is a private PL/SQL package in the APPS schema that belongs to the Oracle Business Intelligence System (BIS) family of application programming interfaces. In Oracle EBS 12.1.1 and 12.2.2, the BIS modules underpin the Oracle Balanced Scorecard and related performance-management and analytics functionality. The _PVT suffix denotes a private API package: its procedures are intended for internal consumption by sibling packages rather than for direct invocation from forms, concurrent programs, or customer extensions.
Business-wise, BIS_APPLICATION_PVT encapsulates the logic that ties scorecard measures and related analytics objects to the Oracle E-Business Suite applications against which they are defined. It provides reusable application-validation, application-retrieval, and identifier-conversion services so that the measurement packages (BIS_APPLICATION_MEASURE_PVT and BIS_MEASURE_PVT) do not duplicate that logic. The package therefore acts as a shared internal utility layer for application-context handling within the Balanced Scorecard schema.
Key Procedures and Functions
The ETRM documentation records four procedures/functions for this package (three named plus one implied by the count):
- RETRIEVE_APPLICATIONS — Returns the set of Oracle EBS applications known to the BIS layer. It is used by caller packages to obtain the applicable application context for a measure or scorecard object.
- VALIDATE_APPLICATION — Performs validity checking on a supplied application identifier, ensuring that a measure or scorecard definition references a legitimate, existing application before downstream processing continues.
- VALUE_ID_CONVERSION — Converts between an internal value identifier and its corresponding external/published representation, allowing the BIS measurement tables to store compact internal IDs while presenting meaningful values to callers and end users.
Parameter lists are not reproduced here; the documented metadata does not enumerate them, and they should be confirmed against the deployed package specification for the specific patch level. Each routine follows the standard EBS API conventions inherited from FND_API, including the use of a standard return status and message-handling pattern.
Tables Accessed
The ETRM metadata records a single table reference, accessed through an APPS synonym: PLITBLM. This is a translated/lookup table used by the BIS layer to hold application-related value definitions. BIS_APPLICATION_PVT reads from this table to satisfy RETRIEVE_APPLICATIONS and VALUE_ID_CONVERSION, and it relies on the same source when VALIDATE_APPLICATION confirms that a given application is properly registered. No insert, update, or delete activity is documented; the package should be regarded as a read-oriented utility layer.
Usage Notes
BIS_APPLICATION_PVT is not intended for direct invocation. It is referenced by BIS_APPLICATION_MEASURE_PVT, BIS_MEASURE_PVT, and BSC_BIS_MEASURE_PUB, which are the entry points normally exercised from the Balanced Scorecard setup forms and from concurrent programs that initialize or refresh scorecard measure definitions. Customizations that need application-context services should call the public wrapper BSC_BIS_MEASURE_PUB rather than this private package, because Oracle may change private API signatures between patch sets.
The package itself depends on BIS_UTILITIES_PUB, the FND_API error-handling framework, and standard SYS constructs. Any modification to its behavior must be validated against all three dependent packages, as all of them share the routines described above. In 12.2.2 the object remains valid in the APPS schema, and the same dependency set applies as in 12.1.1. The search term bis_measure_pvt is a near neighbour in the same package family; users tracing dependencies between these packages will find BIS_APPLICATION_PVT on the dependency chain of BIS_MEASURE_PVT.
-
PACKAGE: APPS.BIS_APPLICATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_APPLICATION_PVT, status:VALID,
-
PACKAGE: APPS.BIS_MEASURE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_MEASURE_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_MEASURE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_MEASURE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_DIMENSION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_DIMENSION_PUB, status:VALID,
-
SYNONYM: APPS.BIS_IND_CUSTOMIZATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_IND_CUSTOMIZATIONS, status:VALID,
-
PACKAGE: APPS.BIS_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_MEASURE_PUB, status:VALID,
-
PACKAGE: APPS.BIS_OBJECT_EXTENSIONS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_OBJECT_EXTENSIONS_PUB, status:VALID,
-
SYNONYM: APPS.BIS_INDICATORS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS_S, status:VALID,
-
PACKAGE BODY: APPS.BIS_APPLICATION_MEASURE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_APPLICATION_MEASURE_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_MEASURE_PUB, status:VALID,
-
PACKAGE: APPS.BIS_PMF_MIGRATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_PMF_MIGRATION_PVT, status:VALID,
-
SYNONYM: APPS.BIS_INDICATORS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS_TL, status:VALID,
-
SYNONYM: APPS.BIS_INDICATOR_DIMENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATOR_DIMENSIONS, status:VALID,
-
SYNONYM: APPS.BIS_APPLICATION_MEASURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_APPLICATION_MEASURES, status:VALID,
-
PACKAGE: APPS.BIS_MEASURE_VALIDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_MEASURE_VALIDATE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_APPLICATION_MEASURE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_APPLICATION_MEASURE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_DIMENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_DIMENSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_ALERT_SERVICE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_ALERT_SERVICE_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_TARGET_LEVEL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TARGET_LEVEL_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_TARGET_LEVEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TARGET_LEVEL_PVT, status:VALID,
-
PACKAGE: APPS.BIS_AK_REGION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_AK_REGION_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_WEIGHTED_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_WEIGHTED_MEASURE_PUB, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_LEVEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_LEVEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMF_REG_SERVICE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMF_REG_SERVICE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_COMMON_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_COMMON_UTILS, status:VALID,
-
PACKAGE BODY: APPS.BSC_BIS_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_BIS_MEASURE_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.BIS_INDICATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.BIS_INDICATORS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_INDICATORS_VL, object_name:BIS_INDICATORS_VL, status:VALID,
-
VIEW: APPS.BISBV_PERFORMANCE_MEASURES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_PERFORMANCE_MEASURES, object_name:BISBV_PERFORMANCE_MEASURES, status:VALID,
-
PACKAGE: APPS.BIS_UTILITIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PUB, 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_UTILITIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PVT, status:VALID,
-
PACKAGE: APPS.BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_WEIGHTED_MEASURE_PUB dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_MEASURE_PVT dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_TARGET_LEVEL_PUB dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_MEASURE_PUB dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_APPLICATION_MEASURE_PVT dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BSC_BIS_MEASURE_PUB dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_TARGET_LEVEL_PVT dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_ALERT_SERVICE_PUB dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_PMF_REG_SERVICE_PVT dependencies on BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_MEASURE_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIS_MEASURE_PVT
12.1.1
-
APPS.BIS_MEASURE_PVT dependencies on BIS_MEASURE_PUB
12.1.1
-
SYNONYM: APPS.FND_LANGUAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LANGUAGES, status:VALID,
-
eTRM - BIS Tables and Views
12.1.1
-
APPS.BIS_MEASURE_PVT dependencies on BIS_MEASURE_PUB
12.1.1