DBA Data[Home] [Help]

APPS.ALR_ACTION_GROUP_MEMBERS_PKG dependencies on ALR_ACTIONS

Line 108: from ALR_ACTIONS

104: where APPLICATION_ID = l_app_id
105: and ALERT_NAME = X_ALERT_NAME;
106:
107: select ACTION_ID into l_action_id
108: from ALR_ACTIONS
109: where APPLICATION_ID = l_app_id
110: and ALERT_ID = l_alert_id
111: and NAME = X_ACTION_NAME
112: and (((END_DATE_ACTIVE is null)