Search Results bis_target_pvt
Overview
The APPS.BIS_TARGET_PVT package is a private PL/SQL API within the Oracle E-Business Suite Business Intelligence System (BIS) product family, commonly associated with the Daily Business Intelligence (DBI) and Performance Management applications. It serves as the internal implementation layer supporting the public target management API exposed by BIS_TARGET_PUB. Targets in this context represent measurable business objectives — such as revenue, cost, or quantity goals — defined against specific dimensions (organization, time period, product, or customer hierarchy levels) and assigned to individual owners or responsibilities.
The package encapsulates the private business logic that governs the lifecycle of target records. Because it is classified as a PVT (private) API, it is not intended for direct invocation by external or customer-written code; instead, it supplies the underlying routines consumed by the public wrapper packages and by other internal BIS components that manipulate target definitions, target values, and their associated dimension-level qualifiers.
Key Procedures and Functions
The package exposes twenty-three documented procedures and functions, which fall into several functional groupings:
- Lifecycle management:
CREATE_TARGET,RETRIEVE_TARGET,RETRIEVE_TARGETS,UPDATE_TARGET, andDELETE_TARGETprovide the core create, read, update, and delete operations for target records. - Validation and conversion:
VALIDATE_TARGETenforces business rules prior to persistence, whileVALUE_ID_CONVERSIONtranslates dimension-level identifiers between internal and external representations. - Ownership and metadata retrieval:
RETRIEVE_TARGET_OWNERS,RETRIEVE_LAST_UPDATE_DATE,GETID, andLOCK_RECORDsupport owner lookup, concurrency control, and record identification. - Dimension and level retrieval:
RETRIEVE_MEASURE_DIM_VALUES,RETRIEVE_TIME_LEVEL_VALUE, andRETRIEVE_ORG_LEVEL_VALUEresolve the specific dimension member values that qualify a given target. - Dynamic SQL and UI support:
GETQUERYSTATEMENT,GETVIEWNAMES,GETCOMPUTINGUSERFUNCTIONNAME,GETNOTIFYRESPONSIBILITYNAME, andGETSETOFBOOKIDsupply runtime query text, view names, user function, responsibility, and ledger context used by the reporting and region-rendering layers. - Generic accessor:
GET_TARGETprovides an alternate retrieval entry point.
Tables Accessed
The package reads and writes target data through APPS synonyms, principally BIS_TARGET_VALUES (the primary target values table) and BIS_TARGET_VALUES_S (its corresponding sequence or setup companion). It references FND_FORM_FUNCTIONS and FND_FORM_FUNCTIONS_TL for function name and translated description lookups, FND_USER for owner identification, and it leverages DBMS_SQL, HTP, and PLITBLM for dynamic SQL execution, HTML generation, and PL/SQL table manipulation respectively.
Usage Notes
BIS_TARGET_PVT is referenced by ten other BIS packages, including BIS_TARGET_PUB, BIS_COMPUTED_ACTUAL_PVT, BIS_LOV_PUB, BIS_INDICATOR_REGION_UI_PVT, BIS_PMF_PVT, and BIS_TARGET_LEVEL_PVT. It depends on BIS_DIMENSION_LEVEL_PUB, BIS_DIM_LEVEL_VALUE_PUB, BIS_TARGET_LEVEL_PUB, BIS_TARGET_PUB, BIS_UTILITIES_PUB, and FND_API.
In practice, this package is invoked indirectly — through the public BIS_TARGET_PUB API during target definition in the DBI/Performance Management setup UI, during concurrent program runs that compute and compare actuals against targets, and when list-of-values and indicator regions are rendered. Direct calls from customer extensions are discouraged, as the private API signature may change between releases; customizations should route through BIS_TARGET_PUB instead.
-
PACKAGE: APPS.BIS_TARGET_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_PVT, status:VALID,
-
PACKAGE: APPS.BIS_DIMENSION_LEVEL_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_DIMENSION_LEVEL_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_TARGET_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TARGET_PVT, 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,
-
PACKAGE: APPS.BIS_TARGET_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_PUB, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_LEVEL_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_LEVEL_PUB, status:VALID,
-
SYNONYM: APPS.BIS_TARGET_VALUES_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_TARGET_VALUES_S, status:VALID,
-
PACKAGE: APPS.BIS_LOV_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_LOV_PVT, status:VALID,
-
PACKAGE: APPS.BIS_MEASURE_SECURITY_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_MEASURE_SECURITY_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_TARGET_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TARGET_PUB, status:VALID,
-
SYNONYM: APPS.FND_FORM_FUNCTIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_FORM_FUNCTIONS_TL, status:VALID,
-
PACKAGE: APPS.BIS_RESPONSIBILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_RESPONSIBILITY_PVT, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_VALIDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_VALIDATE_PVT, status:VALID,
-
PACKAGE: APPS.BIS_BUSINESS_PLAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_BUSINESS_PLAN_PUB, status:VALID,
-
PACKAGE: APPS.BIS_BUSINESS_PLAN_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_BUSINESS_PLAN_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_LOV_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_LOV_PUB, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMF_DATA_SOURCE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMF_DATA_SOURCE_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_PMV_PMF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PMF_PVT, 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 BODY: APPS.BIS_PMF_DEFINER_WRAPPER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMF_DEFINER_WRAPPER_PVT, status:VALID,
-
SYNONYM: APPS.BIS_TARGET_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_TARGET_VALUES, 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.BIS_PORTLET_PMREGION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PORTLET_PMREGION, 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 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 BODY: APPS.BIS_COMPUTED_ACTUAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_COMPUTED_ACTUAL_PVT, status:VALID,
-
VIEW: APPS.WF_ROLE_LOV_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_ROLE_LOV_VL, object_name:WF_ROLE_LOV_VL, 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_MEASURE_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_MEASURE_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.BIS_UTILITIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PUB, status:VALID,
-
PACKAGE: APPS.BIS_TARGET_PVT
12.1.1
-
VIEW: APPS.BIS_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_LEVELS_VL, object_name:BIS_LEVELS_VL, 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,
-
PACKAGE: APPS.BIS_UTILITIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PVT, 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,
-
VIEW: APPS.BISBV_DIMENSION_LEVELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISBV_DIMENSION_LEVELS, object_name:BISBV_DIMENSION_LEVELS, status:VALID,
-
VIEW: APPS.BISFV_TARGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BISFV_TARGETS, object_name:BISFV_TARGETS, status:VALID,
-
VIEW: APPS.FND_FORM_FUNCTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_FUNCTIONS_VL, object_name:FND_FORM_FUNCTIONS_VL, 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,
-
APPS.BIS_LOV_PUB dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_PMF_DATA_SOURCE_PUB dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_TARGET_PUB dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_TARGET_LEVEL_PVT dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_COMPUTED_ACTUAL_PVT dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on BIS_TARGET_PVT
12.1.1
-
APPS.BIS_PMV_PMF_PVT dependencies on BIS_TARGET_PVT
12.1.1