DBA Data[Home] [Help]

APPS.ALR_ACTIONS_PKG dependencies on ALR_RESPONSE_SETS

Line 231: from ALR_RESPONSE_SETS

227: end if;
228:
229: if (X_RESPONSE_SET_NAME is not null) then
230: select RESPONSE_SET_ID into l_resp_set_id
231: from ALR_RESPONSE_SETS
232: where APPLICATION_ID = l_app_id
233: and ALERT_ID = l_alert_id
234: and NAME = X_RESPONSE_SET_NAME;
235: end if;