DBA Data[Home] [Help]

APPS.ALR_VALID_RESPONSES_PKG dependencies on ALR_RESPONSE_SETS

Line 103: from alr_response_sets

99: where application_id = l_app_id
100: and alert_name = X_ALERT_NAME;
101:
102: select response_set_id into l_response_set_id
103: from alr_response_sets
104: where application_id = l_app_id
105: and alert_id = l_alert_id
106: and name = X_RESP_SET_NAME ;
107: