DBA Data[Home] [Help]

APPS.ECE_RULES_PKG dependencies on STANDARD

Line 197: -- Standard call to check for call compatibility.

193: ec_debug.pl (3, 'p_level', p_level);
194: ec_debug.pl (3, 'p_map_id', p_map_id);
195: end if;
196:
197: -- Standard call to check for call compatibility.
198: if not fnd_api.compatible_api_call (l_api_version_number,
199: p_api_version_number, l_api_name,
200: g_pkg_name) then
201: raise fnd_api.g_exc_unexpected_error;

Line 302: -- Standard call to get message count and if count is 1, get message info.

298: elsif (fnd_api.to_boolean(p_commit)) then
299: commit work;
300: end if;
301:
302: -- Standard call to get message count and if count is 1, get message info.
303: fnd_msg_pub.count_and_get(p_count => x_msg_count,
304: p_data => x_msg_data);
305: if ec_debug.G_debug_level >= 2 then
306: ec_debug.pop ('ECE_RULES_PKG.VALIDATE_PROCESS_RULES');

Line 766: -- Standard call to check for call compatibility.

762: ec_debug.pl (3, 'p_document_number', p_document_number);
763: ec_debug.pl (3, 'p_level', p_level);
764: end if;
765:
766: -- Standard call to check for call compatibility.
767: if not fnd_api.compatible_api_call (l_api_version_number,
768: p_api_version_number, l_api_name,
769: g_pkg_name) then
770: raise fnd_api.g_exc_unexpected_error;

Line 958: -- Standard call to get message count and if count is 1, get message info.

954: elsif (fnd_api.to_boolean(p_commit)) then
955: commit work;
956: end if;
957:
958: -- Standard call to get message count and if count is 1, get message info.
959: fnd_msg_pub.count_and_get(p_count => x_msg_count,
960: p_data => x_msg_data);
961:
962: if ec_debug.G_debug_level = 3 then