DBA Data[Home] [Help]

APPS.AMS_THRESHOLD_NOTIFY dependencies on WF_CORE

Line 300: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);

296: END IF;
297: */
298: EXCEPTION
299: WHEN OTHERS THEN
300: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
301: RAISE;
302: END notify_threshold_violate;
303:
304: END ams_threshold_notify;