DBA Data[Home] [Help]

APPS.ALR_RESPONSE_ACTIONS_PKG dependencies on ALR_VALID_RESPONSES

Line 123: from alr_valid_responses

119: /* There is no unique key. The where clause is missing response_text
120: because it is a long column. It is also missing type because type is
121: not in the load_row parameter list. */
122: select response_id into l_response_id
123: from alr_valid_responses
124: where application_id = l_app_id
125: and alert_id = l_alert_id
126: and response_set_id = l_response_set_id
127: and ((response_name is null)