DBA Data[Home] [Help]

APPS.ALR_RESPONSE_VARIABLES_PKG dependencies on ALR_RESPONSE_SETS

Line 116: from alr_response_sets

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