DBA Data[Home] [Help]

APPS.AMS_THRESHOLD_NOTIFY dependencies on AMS_THRESHOLD_NOTIFY

Line 1: PACKAGE BODY ams_threshold_notify AS

1: PACKAGE BODY ams_threshold_notify AS
2: /* $Header: amsvtnob.pls 115.15 2001/12/18 10:33:22 pkm ship $*/
3: g_pkg_name CONSTANT VARCHAR2(30) := 'ams_threshold_notify';
4:
5: -- Start of Comments

Line 3: g_pkg_name CONSTANT VARCHAR2(30) := 'ams_threshold_notify';

1: PACKAGE BODY ams_threshold_notify AS
2: /* $Header: amsvtnob.pls 115.15 2001/12/18 10:33:22 pkm ship $*/
3: g_pkg_name CONSTANT VARCHAR2(30) := 'ams_threshold_notify';
4:
5: -- Start of Comments
6: -- API name ams_acct_generator
7: -- Type Private

Line 107: AMS_UTILITY_PVT.debug_message('Entering ams_threshold_notify.Start_process : ');

103: l_strSubject VARCHAR2(30);
104: l_strChildSubject VARCHAR2(30);
105:
106: BEGIN
107: AMS_UTILITY_PVT.debug_message('Entering ams_threshold_notify.Start_process : ');
108:
109: IF NOT fnd_api.compatible_api_call(
110: l_api_version_number
111: ,p_api_version_number

Line 279: l_fyi_notification := NVL(l_message,'Y')||'AMS_THRESHOLD_NOTIFY';

275: --fnd_message.set_name('AMS', 'AMS_WF_THREHOLD_NTF');
276: --l_string := fnd_message.get;
277:
278: -- IF (display_type = 'text/plain') THEN
279: l_fyi_notification := NVL(l_message,'Y')||'AMS_THRESHOLD_NOTIFY';
280: document := document || l_fyi_notification;
281: document_type := 'text/plain';
282:
283: RETURN;

Line 304: END ams_threshold_notify;

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;