Search Results hr_bis_alerts
Overview
The APPS.HR_BIS_ALERTS package is a PL/SQL database object in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 releases. It resides in the APPS schema and holds a VALID status, indicating that the package specification and body compile successfully against the standard EBS data model. The package is classified in the ETRM metadata under the API classification "OTHER," meaning it is not a public, supported open interface or business API, but rather an internal component whose primary consumer is the HR Business Intelligence System (BIS) functional area.
Functionally, HR_BIS_ALERTS supports the Human Resources intelligence layer by evaluating indicator and target data and surfacing alert-related logic tied to workforce metrics. It bridges the BIS indicator/target tables with HR and Oracle Training Administration (OTA) transactional data, and it interacts with the Oracle Alert/Message framework to generate notifications. In short, it provides the procedural machinery that determines when a business target or indicator threshold has been breached and posts the corresponding actual values, optionally emitting a message to the appropriate responsibility or user.
Key Procedures and Functions
The ETRM documentation for this package lists two documented program units:
- CALC_AND_POST_TARGET_ACTUALS — Calculates the current actual value associated with a defined BIS target and posts that actual value to the relevant target/indicator storage. It represents the core computation step that reconciles planned targets against realized data drawn from HR and OTA sources.
- PROCESS_TARGET — Drives target processing for an indicator, evaluating the stored target against the calculated actual and determining whether an alert condition exists. It is the orchestration entry point that ties calculation, comparison, and alert generation together.
No parameter lists are reproduced here because the ETRM excerpt does not document signatures; parameter details should be confirmed directly in the database source via the procedural "show dependent code" facility.
Tables Accessed
The package references the following application tables through APPS synonyms. The BIS-specific tables — BIS_INDICATORS and BIS_TARGET_VALUES — define the metrics being monitored and their target thresholds. HR organizational context comes from HR_ALL_ORGANIZATION_UNITS, PER_ALL_ASSIGNMENTS_F, PER_ASSIGNMENT_STATUS_TYPES, and the budget tables PER_BUDGET_ELEMENTS, PER_BUDGET_VALUES, and PER_BUDGET_VERSIONS. Training-related activity is sourced from OTA_EVENTS, OTA_ACTIVITY_VERSIONS, OTA_BOOKING_STATUS_TYPES, and OTA_DELEGATE_BOOKINGS. Alert and message infrastructure is provided by FND_NEW_MESSAGES and FND_RESPONSIBILITY, while FF_FORMULAS_F supplies Fast Formula definitions used in derived calculations.
Usage Notes
According to the documented dependency graph, HR_BIS_ALERTS is referenced by no other packages, and it references only STANDARD (the PL/SQL environment). This self-contained profile suggests it is invoked directly rather than as a subordinate module — typically from concurrent programs, scheduled target-processing jobs, or Oracle HRMS BIS/Alert configuration flows that evaluate workforce and training indicators. Because it is classified as "OTHER" and is not a supported public API, custom code should not call it as a stable interface; instead, integrations should rely on supported HRMS APIs, and any direct invocation should be validated against the target EBS patch level (12.1.1 or 12.2.2), since internal package logic may change between releases.
-
PACKAGE: APPS.HR_BIS_ALERTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BIS_ALERTS, status:VALID,
-
PACKAGE BODY: APPS.HR_BIS_ALERTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_BIS_ALERTS, status:VALID,
-
PACKAGE: APPS.HR_BIS_ALERTS
12.1.1
-
PACKAGE: APPS.HRFASTANSWERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HRFASTANSWERS, status:VALID,
-
SYNONYM: APPS.PER_JOB_EXTRA_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_JOB_EXTRA_INFO, status:VALID,
-
VIEW: APPS.BIS_HR_SEMIYEARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_HR_SEMIYEARS_V, object_name:BIS_HR_SEMIYEARS_V, status:VALID,
-
SYNONYM: APPS.PER_BUDGET_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_BUDGET_VALUES, status:VALID,
-
SYNONYM: APPS.PER_BUDGET_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_BUDGET_VERSIONS, status:VALID,
-
VIEW: APPS.BIS_HR_YEARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_HR_YEARS_V, object_name:BIS_HR_YEARS_V, status:VALID,
-
PACKAGE: APPS.BIS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTIL, status:VALID,
-
VIEW: APPS.BIS_HR_MONTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_HR_MONTHS_V, object_name:BIS_HR_MONTHS_V, status:VALID,
-
PACKAGE: APPS.BIS_INDICATOR_REGION_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_INDICATOR_REGION_PUB, status:VALID,
-
VIEW: APPS.BIS_HR_QUARTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_HR_QUARTERS_V, object_name:BIS_HR_QUARTERS_V, status:VALID,
-
SYNONYM: APPS.PER_BUDGET_ELEMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_BUDGET_ELEMENTS, status:VALID,
-
VIEW: APPS.BIS_HR_BIMONTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_HR_BIMONTHS_V, object_name:BIS_HR_BIMONTHS_V, status:VALID,
-
SYNONYM: APPS.BIS_TARGET_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_TARGET_VALUES, status:VALID,
-
VIEW: APPS.FF_FORMULAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FF.FF_FORMULAS, object_name:FF_FORMULAS, 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_TARGET_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_TARGET_PUB, status:VALID,
-
SYNONYM: APPS.BIS_INDICATORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIS_INDICATORS, 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.OTA_BOOKING_STATUS_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_BOOKING_STATUS_TYPES, 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,
-
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,
-
VIEW: APPS.PER_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BUDGETS_V, object_name:PER_BUDGETS_V, status:VALID,
-
SYNONYM: APPS.OTA_ACTIVITY_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_ACTIVITY_VERSIONS, status:VALID,
-
SYNONYM: APPS.OTA_DELEGATE_BOOKINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_DELEGATE_BOOKINGS, status:VALID,
-
VIEW: APPS.PER_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS, object_name:PER_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.PER_ORG_STRUCTURE_VERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ORG_STRUCTURE_VERSIONS, status:VALID,
-
PACKAGE: APPS.HR_REPORTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_REPORTS, 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,
-
SYNONYM: APPS.PER_ORG_STRUCTURE_ELEMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ORG_STRUCTURE_ELEMENTS, status:VALID,
-
SYNONYM: APPS.OTA_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OTA_EVENTS, status:VALID,
-
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.PER_VACANCIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_VACANCIES, object_name:PER_VACANCIES, status:VALID,
-
VIEW: APPS.WF_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_ROLES, object_name:WF_ROLES, status:VALID,
-
PACKAGE: APPS.BIS_UTILITIES_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:BIS_UTILITIES_PUB, status:VALID,
-
SYNONYM: APPS.FND_RESPONSIBILITY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_RESPONSIBILITY, status:VALID,
-
SYNONYM: APPS.PER_JOBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_JOBS, status:VALID,
-
APPS.HR_BIS_ALERTS dependencies on HR_BIS_ALERTS
12.1.1
-
SYNONYM: APPS.FF_FORMULAS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FF_FORMULAS_F, status:VALID,
-
SYNONYM: APPS.PER_ASSIGNMENT_STATUS_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ASSIGNMENT_STATUS_TYPES, status:VALID,
-
SYNONYM: APPS.PER_TIME_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_TIME_PERIODS, status:VALID,
-
eTRM - BIS Tables and Views
12.1.1
-
eTRM - FF Tables and Views
12.1.1
description: Table and selection criteria combination used to define database items. ,
-
VIEW: APPS.HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID,
-
SYNONYM: APPS.FND_NEW_MESSAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_NEW_MESSAGES, status:VALID,
-
VIEW: APPS.HR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
APPS.HR_BIS_ALERTS dependencies on FND_GLOBAL
12.1.1