DBA Data[Home] [Help]

APPS.AMW_ASSOC_POST_TXN dependencies on STANDARD

Line 357: -- Standard check for p_commit

353:
354: IF x_return_status <> fnd_api.g_ret_sts_success THEN
355: RAISE fnd_api.g_exc_error;
356: END IF;
357: -- Standard check for p_commit
358: IF fnd_api.to_boolean (p_commit) THEN
359: COMMIT WORK;
360: END IF;
361: --Debug Message

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

359: COMMIT WORK;
360: END IF;
361: --Debug Message
362: amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'end');
363: -- Standard call to get message count and if count is 1, get message info.
364: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
365: EXCEPTION
366: WHEN fnd_api.g_exc_error THEN
367: ROLLBACK TO get_process_hierarchy_pvt;

Line 369: -- Standard call to get message count and if count=1, get the message

365: EXCEPTION
366: WHEN fnd_api.g_exc_error THEN
367: ROLLBACK TO get_process_hierarchy_pvt;
368: x_return_status := fnd_api.g_ret_sts_error;
369: -- Standard call to get message count and if count=1, get the message
370: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
371: p_count => x_msg_count,
372: p_data => x_msg_data
373: );

Line 377: -- Standard call to get message count and if count=1, get the message

373: );
374: WHEN fnd_api.g_exc_unexpected_error THEN
375: ROLLBACK TO get_process_hierarchy_pvt;
376: x_return_status := fnd_api.g_ret_sts_unexp_error;
377: -- Standard call to get message count and if count=1, get the message
378: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
379: p_count => x_msg_count,
380: p_data => x_msg_data
381: );

Line 388: -- Standard call to get message count and if count=1, get the message

384: x_return_status := fnd_api.g_ret_sts_unexp_error;
385: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
386: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
387: END IF;
388: -- Standard call to get message count and if count=1, get the message
389: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
390: p_count => x_msg_count,
391: p_data => x_msg_data
392: );