Search Results hr_view_alert_utilities
Overview
APPS.HR_VIEW_ALERT_UTILITIES is a PL/SQL package in the Oracle E-Business Suite (EBS) 12.1.1 / 12.2.2 environment, owned by the APPS schema and classified under the ETRM "OTHER" API category. Its name indicates its role: a utility package supporting the "View Alert" capabilities within the Oracle Human Resources (HR) module. In EBS, alert functionality surfaces actionable information to HR users—such as personal details and emergency information—through forms-based interfaces. This package encapsulates the data-retrieval logic that such alerts rely upon, isolating it from the presentation layer so that forms and other callers can invoke consistent, reusable queries.
The package is documented as VALID, meaning it is compiled and present in the database. Its dependency footprint is minimal: it references only the SYS.STANDARD package (the implicit PL/SQL built-in library), and it is referenced by an object sharing its own name—typically the package specification/body relationship in reporting. It does not reference any recognized APPS synonym tables, and it is not referenced by any other documented packages (0 dependents). This narrow footprint suggests a self-contained helper rather than a widely shared framework component.
Key Procedures and Functions
The ETRM metadata identifies two documented procedures:
- GET_PSN_ADDRSS — Retrieves a person's address information. Its name maps to "Person Address" and it is intended to supply address data required by the HR View Alert interface, likely returning the current or primary address for a given person.
- GET_PSN_EMRG_CONTACTS — Retrieves a person's emergency contacts. It supplies emergency contact details for display in the HR alert context, allowing users to view whom to notify or reference.
These two procedures form the data-access core of the package, aligned with the personal and emergency information typically presented in HR alert views. No parameter lists are documented in the ETRM extract, so callers should consult the package specification in the target instance to confirm exact signatures.
Tables Accessed
The ETRM documentation lists no tables referenced via APPS synonyms for this package. This is consistent with the many Oracle HR utility packages that resolve data through other APIs, views, or dynamic SQL rather than direct synonym table references. Where address and emergency contact data are concerned, the underlying information in Oracle HR typically resides in person and contact-related tables; however, because no direct table dependencies are documented, administrators should treat the package's data access as indirect and validate it against the deployed instance before relying on assumptions about specific base objects.
Usage Notes
HR_VIEW_ALERT_UTILITIES is best understood as a supporting utility invoked by HR alert or view forms rather than as a standalone concurrent program or public API. In EBS, packages of this type are commonly called from Oracle Forms triggers, from custom PL/SQL, or from other modules that need to display person address and emergency contact information within an alert panel. Because the package has no documented reverse dependencies, it is unlikely to be a heavily reused integration point, and customizations should call it cautiously, confirming the specification's signatures at runtime.
From a maintenance perspective, the package's minimal dependencies—restricted to SYS.STANDARD—mean it is relatively isolated and low-risk to inspect or recompile. Any modification should follow standard APPS schema change-control practices, since altering a referenced utility could affect the HR alert forms that depend on it. When troubleshooting HR alert behavior involving addresses or emergency contacts, this package is a logical first place to check compilation status and logic.
-
PACKAGE: APPS.HR_VIEW_ALERT_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_VIEW_ALERT_UTILITIES, status:VALID,
-
PACKAGE: APPS.HR_VIEW_ALERT_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_VIEW_ALERT_UTILITIES, status:VALID,
-
PACKAGE: APPS.HR_VIEW_ALERT_UTILITIES
12.2.2
-
PACKAGE: APPS.HR_VIEW_ALERT_UTILITIES
12.1.1
-
PACKAGE BODY: APPS.HR_VIEW_ALERT_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_VIEW_ALERT_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.HR_VIEW_ALERT_UTILITIES
12.1.1
-
PACKAGE BODY: APPS.HR_VIEW_ALERT_UTILITIES
12.2.2
-
PACKAGE BODY: APPS.HR_VIEW_ALERT_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_VIEW_ALERT_UTILITIES, status:VALID,
-
PACKAGE: APPS.HR_BPL_ALERT_ADDRESS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_BPL_ALERT_ADDRESS, status:VALID,
-
PACKAGE: APPS.HR_BPL_ALERT_ADDRESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BPL_ALERT_ADDRESS, status:VALID,
-
APPS.HR_VIEW_ALERT_UTILITIES dependencies on HR_VIEW_ALERT_UTILITIES
12.1.1
-
APPS.HR_VIEW_ALERT_UTILITIES dependencies on HR_VIEW_ALERT_UTILITIES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,