DBA Data[Home] [Help]

APPS.ALR_ACTION_SET_MEMBERS_PKG dependencies on ALR_ACTION_GROUPS

Line 136: from alr_action_groups

132: and name = X_NAME;
133:
134: if ((X_GROUP_NAME is not null) and (X_GROUP_TYPE is not null)) then
135: select action_group_id into l_action_group_id
136: from alr_action_groups
137: where application_id = l_app_id
138: and alert_id = l_alert_id
139: and name = X_GROUP_NAME
140: and group_type = X_GROUP_TYPE;