Search Results alr_alerts
Overview
The ALR_ALERTS table is the central master repository for defining Oracle Alert entities within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It stores the core definition of every Alert, which is an automated monitoring tool that checks for critical business events or exceptions in application data. Each record in this table represents a single Alert, which is linked to a specific application table (via FND_TABLES) and contains the logic to perform periodic or event-driven database checks. The table's integrity is enforced by primary keys on the combination of APPLICATION_ID and ALERT_ID, and uniquely on APPLICATION_ID and ALERT_NAME, ensuring Alert definitions are uniquely identifiable and named within their application context.
Key Information Stored
The table's structure is designed to capture the essential metadata for an Alert definition. While the specific column list is not detailed in the provided metadata, the primary and foreign key relationships reveal the critical data points. The composite primary key columns, APPLICATION_ID and ALERT_ID, uniquely identify every Alert instance. The ALERT_NAME provides a unique, human-readable identifier within an application. Crucially, the foreign key relationship to FND_TABLES via TABLE_APPLICATION_ID and TABLE_ID establishes the specific database table that the Alert will query. Other inferred columns would typically include control flags for enabling the Alert, frequency settings, description fields, and timestamps for creation and last update.
Common Use Cases and Queries
This table is primarily accessed for administrative reporting, impact analysis, and troubleshooting within the Alert module. Common scenarios include generating an inventory of all defined Alerts, identifying Alerts associated with a specific application table slated for an upgrade or patch, and diagnosing Alert execution failures by tracing the master definition. A typical query would join ALR_ALERTS with FND_TABLES to list Alert definitions with their target tables.
- Alert Inventory Report:
SELECT a.application_id, a.alert_id, a.alert_name, t.table_name FROM alr.alr_alerts a, applsys.fnd_tables t WHERE a.table_application_id = t.application_id AND a.table_id = t.table_id ORDER BY a.application_id, a.alert_name; - Impact Analysis for Table Changes:
SELECT a.alert_name FROM alr.alr_alerts a WHERE a.table_application_id = :app_id AND a.table_id = (SELECT table_id FROM applsys.fnd_tables WHERE table_name = :table_name);
Related Objects
As the cornerstone of the Alert module, ALR_ALERTS has extensive relationships with numerous child tables that define an Alert's complete functionality, as explicitly listed in the foreign key metadata. These dependent objects store the various components of an Alert definition, including:
- Check and Input Logic: ALR_ALERT_CHECKS, ALR_ALERT_INPUTS, ALR_ALERT_OUTPUTS.
- Action Definitions: ALR_ACTIONS, ALR_ACTION_GROUPS, ALR_ACTION_GROUP_MEMBERS.
- Action Set Configuration: ALR_ACTION_SETS, ALR_ACTION_SET_MEMBERS, ALR_ACTION_SET_CHECKS, ALR_ACTION_SET_INPUTS, ALR_ACTION_SET_OUTPUTS.
- Execution History and Output: ALR_ACTION_HISTORY, ALR_ACTION_OUTPUTS, ALR_ACTUAL_RESPONSES.
- Installation Data: ALR_ALERT_INSTALLATIONS.
This network of relationships illustrates that ALR_ALERTS serves as the parent record, with child tables holding the detailed instructions for what the Alert checks, what actions it takes, and what results it produces.
-
Table: ALR_ALERTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERTS, object_name:ALR_ALERTS, status:VALID, product: ALR - Alert , description: Alerts defined on application tables , implementation_dba_data: ALR.ALR_ALERTS ,
-
Table: ALR_ALERTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERTS, object_name:ALR_ALERTS, status:VALID, product: ALR - Alert , description: Alerts defined on application tables , implementation_dba_data: ALR.ALR_ALERTS ,
-
Table: ALR_ACTION_SET_INPUTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_INPUTS, object_name:ALR_ACTION_SET_INPUTS, status:VALID, product: ALR - Alert , description: Alert action set inputs , implementation_dba_data: ALR.ALR_ACTION_SET_INPUTS ,
-
Table: ALR_ACTION_SET_INPUTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_INPUTS, object_name:ALR_ACTION_SET_INPUTS, status:VALID, product: ALR - Alert , description: Alert action set inputs , implementation_dba_data: ALR.ALR_ACTION_SET_INPUTS ,
-
Table: ALR_PERIODIC_SET_MEMBERS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_PERIODIC_SET_MEMBERS, object_name:ALR_PERIODIC_SET_MEMBERS, status:VALID, product: ALR - Alert , description: Member alerts and periodic sets of periodic sets , implementation_dba_data: ALR.ALR_PERIODIC_SET_MEMBERS ,
-
Table: ALR_ALERT_INPUTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_INPUTS, object_name:ALR_ALERT_INPUTS, status:VALID, product: ALR - Alert , description: Alert inputs , implementation_dba_data: ALR.ALR_ALERT_INPUTS ,
-
Table: ALR_ACTION_SET_OUTPUTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_OUTPUTS, object_name:ALR_ACTION_SET_OUTPUTS, status:VALID, product: ALR - Alert , description: Alert action set outputs , implementation_dba_data: ALR.ALR_ACTION_SET_OUTPUTS ,
-
Table: ALR_ALERT_INSTALLATIONS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_INSTALLATIONS, object_name:ALR_ALERT_INSTALLATIONS, status:VALID, product: ALR - Alert , description: Alert installation information , implementation_dba_data: ALR.ALR_ALERT_INSTALLATIONS ,
-
Table: ALR_ALERT_OUTPUTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_OUTPUTS, object_name:ALR_ALERT_OUTPUTS, status:VALID, product: ALR - Alert , description: Alert outputs , implementation_dba_data: ALR.ALR_ALERT_OUTPUTS ,
-
Table: ALR_ALERT_OUTPUTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_OUTPUTS, object_name:ALR_ALERT_OUTPUTS, status:VALID, product: ALR - Alert , description: Alert outputs , implementation_dba_data: ALR.ALR_ALERT_OUTPUTS ,
-
Table: ALR_ACTION_OUTPUTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_OUTPUTS, object_name:ALR_ACTION_OUTPUTS, status:VALID, product: ALR - Alert , description: Critical outputs used in a summary action , implementation_dba_data: ALR.ALR_ACTION_OUTPUTS ,
-
Table: ALR_ACTION_GROUP_MEMBERS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_GROUP_MEMBERS, object_name:ALR_ACTION_GROUP_MEMBERS, status:VALID, product: ALR - Alert , description: Member actions of an alert action group , implementation_dba_data: ALR.ALR_ACTION_GROUP_MEMBERS ,
-
Table: ALR_ALERT_CHECKS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_CHECKS, object_name:ALR_ALERT_CHECKS, status:VALID, product: ALR - Alert , description: Alert check information , implementation_dba_data: ALR.ALR_ALERT_CHECKS ,
-
Table: ALR_ALERT_CHECKS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_CHECKS, object_name:ALR_ALERT_CHECKS, status:VALID, product: ALR - Alert , description: Alert check information , implementation_dba_data: ALR.ALR_ALERT_CHECKS ,
-
Table: ALR_RESPONSE_VARIABLE_VALUES
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_VARIABLE_VALUES, object_name:ALR_RESPONSE_VARIABLE_VALUES, status:VALID, product: ALR - Alert , description: Actual variable and alert output values returned in a response message , implementation_dba_data: ALR.ALR_RESPONSE_VARIABLE_VALUES ,
-
Table: ALR_ACTION_GROUPS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_GROUPS, object_name:ALR_ACTION_GROUPS, status:VALID, product: ALR - Alert , description: Alert action, threshold, and escalation groups , implementation_dba_data: ALR.ALR_ACTION_GROUPS ,
-
Table: ALR_ACTION_OUTPUTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_OUTPUTS, object_name:ALR_ACTION_OUTPUTS, status:VALID, product: ALR - Alert , description: Critical outputs used in a summary action , implementation_dba_data: ALR.ALR_ACTION_OUTPUTS ,
-
Table: ALR_RESPONSE_ACTION_HISTORY
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_ACTION_HISTORY, object_name:ALR_RESPONSE_ACTION_HISTORY, status:VALID, product: ALR - Alert , description: Response processing history , implementation_dba_data: ALR.ALR_RESPONSE_ACTION_HISTORY ,
-
Table: ALR_RESPONSE_ACTION_HISTORY
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_ACTION_HISTORY, object_name:ALR_RESPONSE_ACTION_HISTORY, status:VALID, product: ALR - Alert , description: Response processing history , implementation_dba_data: ALR.ALR_RESPONSE_ACTION_HISTORY ,
-
Table: ALR_ALERT_INPUTS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_INPUTS, object_name:ALR_ALERT_INPUTS, status:VALID, product: ALR - Alert , description: Alert inputs , implementation_dba_data: ALR.ALR_ALERT_INPUTS ,
-
Table: ALR_ACTION_GROUPS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_GROUPS, object_name:ALR_ACTION_GROUPS, status:VALID, product: ALR - Alert , description: Alert action, threshold, and escalation groups , implementation_dba_data: ALR.ALR_ACTION_GROUPS ,
-
Table: ALR_RESPONSE_VARIABLE_VALUES
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_VARIABLE_VALUES, object_name:ALR_RESPONSE_VARIABLE_VALUES, status:VALID, product: ALR - Alert , description: Actual variable and alert output values returned in a response message , implementation_dba_data: ALR.ALR_RESPONSE_VARIABLE_VALUES ,
-
Table: ALR_ACTION_GROUP_MEMBERS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_GROUP_MEMBERS, object_name:ALR_ACTION_GROUP_MEMBERS, status:VALID, product: ALR - Alert , description: Member actions of an alert action group , implementation_dba_data: ALR.ALR_ACTION_GROUP_MEMBERS ,
-
Table: ALR_PERIODIC_SET_MEMBERS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_PERIODIC_SET_MEMBERS, object_name:ALR_PERIODIC_SET_MEMBERS, status:VALID, product: ALR - Alert , description: Member alerts and periodic sets of periodic sets , implementation_dba_data: ALR.ALR_PERIODIC_SET_MEMBERS ,
-
Table: ALR_ACTION_SETS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SETS, object_name:ALR_ACTION_SETS, status:VALID, product: ALR - Alert , description: Alert action sets , implementation_dba_data: ALR.ALR_ACTION_SETS ,
-
Table: ALR_VALID_RESPONSES
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_VALID_RESPONSES, object_name:ALR_VALID_RESPONSES, status:VALID, product: ALR - Alert , description: Response text for each possible response to an alert message , implementation_dba_data: ALR.ALR_VALID_RESPONSES ,
-
Table: ALR_RESPONSE_VARIABLES
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_VARIABLES, object_name:ALR_RESPONSE_VARIABLES, status:VALID, product: ALR - Alert , description: Response set variables , implementation_dba_data: ALR.ALR_RESPONSE_VARIABLES ,
-
Table: ALR_ACTION_SET_OUTPUTS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_OUTPUTS, object_name:ALR_ACTION_SET_OUTPUTS, status:VALID, product: ALR - Alert , description: Alert action set outputs , implementation_dba_data: ALR.ALR_ACTION_SET_OUTPUTS ,
-
Table: ALR_ALERT_INSTALLATIONS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ALERT_INSTALLATIONS, object_name:ALR_ALERT_INSTALLATIONS, status:VALID, product: ALR - Alert , description: Alert installation information , implementation_dba_data: ALR.ALR_ALERT_INSTALLATIONS ,
-
Table: ALR_ACTION_SET_MEMBERS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_MEMBERS, object_name:ALR_ACTION_SET_MEMBERS, status:VALID, product: ALR - Alert , description: Member actions and action groups of alert action sets , implementation_dba_data: ALR.ALR_ACTION_SET_MEMBERS ,
-
Table: ALR_ACTION_HISTORY
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_HISTORY, object_name:ALR_ACTION_HISTORY, status:VALID, product: ALR - Alert , description: Actual action execution history , implementation_dba_data: ALR.ALR_ACTION_HISTORY ,
-
Table: ALR_RESPONSE_VARIABLES
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_VARIABLES, object_name:ALR_RESPONSE_VARIABLES, status:VALID, product: ALR - Alert , description: Response set variables , implementation_dba_data: ALR.ALR_RESPONSE_VARIABLES ,
-
Table: ALR_ACTION_SET_CHECKS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_CHECKS, object_name:ALR_ACTION_SET_CHECKS, status:VALID, product: ALR - Alert , description: Action set check information , implementation_dba_data: ALR.ALR_ACTION_SET_CHECKS ,
-
Table: ALR_ACTUAL_RESPONSES
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTUAL_RESPONSES, object_name:ALR_ACTUAL_RESPONSES, status:VALID, product: ALR - Alert , description: Responses expected and received for an alert message , implementation_dba_data: ALR.ALR_ACTUAL_RESPONSES ,
-
Table: ALR_RESPONSE_ACTIONS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_ACTIONS, object_name:ALR_RESPONSE_ACTIONS, status:VALID, product: ALR - Alert , description: Member actions of a response set , implementation_dba_data: ALR.ALR_RESPONSE_ACTIONS ,
-
Table: ALR_RESPONSE_ACTIONS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_ACTIONS, object_name:ALR_RESPONSE_ACTIONS, status:VALID, product: ALR - Alert , description: Member actions of a response set , implementation_dba_data: ALR.ALR_RESPONSE_ACTIONS ,
-
Table: ALR_ACTUAL_RESPONSES
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTUAL_RESPONSES, object_name:ALR_ACTUAL_RESPONSES, status:VALID, product: ALR - Alert , description: Responses expected and received for an alert message , implementation_dba_data: ALR.ALR_ACTUAL_RESPONSES ,
-
Table: ALR_RESPONSE_SETS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_SETS, object_name:ALR_RESPONSE_SETS, status:VALID, product: ALR - Alert , description: Response sets , implementation_dba_data: ALR.ALR_RESPONSE_SETS ,
-
Table: ALR_ACTION_HISTORY
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_HISTORY, object_name:ALR_ACTION_HISTORY, status:VALID, product: ALR - Alert , description: Actual action execution history , implementation_dba_data: ALR.ALR_ACTION_HISTORY ,
-
Table: ALR_ACTION_SET_MEMBERS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_MEMBERS, object_name:ALR_ACTION_SET_MEMBERS, status:VALID, product: ALR - Alert , description: Member actions and action groups of alert action sets , implementation_dba_data: ALR.ALR_ACTION_SET_MEMBERS ,
-
Table: ALR_ACTIONS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTIONS, object_name:ALR_ACTIONS, status:VALID, product: ALR - Alert , description: Alert and response actions , implementation_dba_data: ALR.ALR_ACTIONS ,
-
Table: ALR_ACTIONS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTIONS, object_name:ALR_ACTIONS, status:VALID, product: ALR - Alert , description: Alert and response actions , implementation_dba_data: ALR.ALR_ACTIONS ,
-
Table: ALR_VALID_RESPONSES
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_VALID_RESPONSES, object_name:ALR_VALID_RESPONSES, status:VALID, product: ALR - Alert , description: Response text for each possible response to an alert message , implementation_dba_data: ALR.ALR_VALID_RESPONSES ,
-
Table: ALR_ACTION_SETS
12.2.2
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SETS, object_name:ALR_ACTION_SETS, status:VALID, product: ALR - Alert , description: Alert action sets , implementation_dba_data: ALR.ALR_ACTION_SETS ,
-
Table: ALR_ACTION_SET_CHECKS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_ACTION_SET_CHECKS, object_name:ALR_ACTION_SET_CHECKS, status:VALID, product: ALR - Alert , description: Action set check information , implementation_dba_data: ALR.ALR_ACTION_SET_CHECKS ,
-
Table: ALR_RESPONSE_SETS
12.1.1
owner:ALR, object_type:TABLE, fnd_design_data:ALR.ALR_RESPONSE_SETS, object_name:ALR_RESPONSE_SETS, status:VALID, product: ALR - Alert , description: Response sets , implementation_dba_data: ALR.ALR_RESPONSE_SETS ,
-
View: ALR_GROUPS_AND_ACTIONS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ALR.ALR_GROUPS_AND_ACTIONS_VIEW, object_name:ALR_GROUPS_AND_ACTIONS_VIEW, status:VALID, product: ALR - Alert , description: Alert groups and actions for an alert , implementation_dba_data: APPS.ALR_GROUPS_AND_ACTIONS_VIEW ,
-
View: ALR_GROUPS_AND_ACTIONS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ALR.ALR_GROUPS_AND_ACTIONS_VIEW, object_name:ALR_GROUPS_AND_ACTIONS_VIEW, status:VALID, product: ALR - Alert , description: Alert groups and actions for an alert , implementation_dba_data: APPS.ALR_GROUPS_AND_ACTIONS_VIEW ,
-
View: ALR_ALERT_ACTIONS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ALR.ALR_ALERT_ACTIONS_VIEW, object_name:ALR_ALERT_ACTIONS_VIEW, status:VALID, product: ALR - Alert , description: Actions that are attached to an action set , implementation_dba_data: APPS.ALR_ALERT_ACTIONS_VIEW ,
-
View: ALR_ALERT_ACTIONS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ALR.ALR_ALERT_ACTIONS_VIEW, object_name:ALR_ALERT_ACTIONS_VIEW, status:VALID, product: ALR - Alert , description: Actions that are attached to an action set , implementation_dba_data: APPS.ALR_ALERT_ACTIONS_VIEW ,