DBA Data[Home] [Help]

APPS.ALR_MLR_PACKAGE dependencies on ALR_RESPONSE_VARIABLES

Line 606: from alr_response_variables

602: p_alert_id number,
603: p_response_set_id number) IS
604: select variable_number, name, data_type, default_value,
605: NVL(detail_max_len,0)
606: from alr_response_variables
607: where application_id = p_app_id and
608: alert_id=p_alert_id and
609: response_set_id=p_response_set_id;
610: i number;