DBA Data[Home] [Help]

APPS.ALR_ACTION_SET_MEMBERS_PKG dependencies on ALR_ACTION_SETS

Line 129: from alr_action_sets

125: where application_id = l_app_id
126: and alert_name = X_ALERT_NAME;
127:
128: select action_set_id into l_action_set_id
129: from alr_action_sets
130: where application_id = l_app_id
131: and alert_id = l_alert_id
132: and name = X_NAME;
133: