DBA Data[Home] [Help]

APPS.ALR_ACTION_SET_INPUTS_PKG dependencies on ALR_ACTION_SETS

Line 96: from alr_action_sets

92: where application_id = l_app_id
93: and alert_name = X_ALERT_NAME;
94:
95: select action_set_id into l_action_set_id
96: from alr_action_sets
97: where application_id = l_app_id
98: and alert_id = l_alert_id
99: and name = X_NAME;
100: