DBA Data[Home] [Help]

APPS.ALR_RESPONSE_ACTIONS_PKG dependencies on ALR_RESPONSE_SETS

Line 114: from alr_response_sets

110: where application_id = l_app_id
111: and alert_name = X_ALERT_NAME;
112:
113: select response_set_id into l_response_set_id
114: from alr_response_sets
115: where application_id = l_app_id
116: and alert_id = l_alert_id
117: and name = X_RESP_SET_NAME ;
118: