DBA Data[Home] [Help]

APPS.ALR_MLR_PACKAGE dependencies on ALR_RESPONSE_ACTIONS

Line 697: alr_response_actions r

693: ' ', a.file_name, a.argument_string, a.program_application_id,
694: a.list_application_id, a.response_set_id, a.follow_up_after_days,
695: NVL(a.version_number,0)
696: from alr_actions a, alr_distribution_lists d,
697: alr_response_actions r
698: where r.application_id = p_app_id and
699: r.alert_id = p_alert_id and
700: r.response_set_id = p_response_set_id and
701: r.response_id = p_response_id and