DBA Data[Home] [Help]

APPS.ALR_ACTION_SET_OUTPUTS_PKG dependencies on ALR_ACTION_SETS

Line 99: from alr_action_sets

95: where application_id = l_app_id
96: and alert_name = X_ALERT_NAME;
97:
98: select action_set_id into l_action_set_id
99: from alr_action_sets
100: where application_id = l_app_id
101: and alert_id = l_alert_id
102: and name = X_NAME;
103: