DBA Data[Home] [Help]

APPS.AMS_THRESHOLD_NOTIFY dependencies on AMS_UTILITY_PVT

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 254: ams_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

250: FROM ams_act_logs
251: WHERE activity_log_id = p_activity_log_id;
252:
253: BEGIN
254: ams_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
255: document_type := 'text/plain';
256: -- parse document_id for the ':' dividing item type name from item key value
257: -- document_id value will take the form : starting with
258: -- release 2.5 version of this demo