DBA Data[Home] [Help]

APPS.HZ_STYLE_FORMAT_V2PUB dependencies on STANDARD

Line 366: -- standard start of API savepoint

362: l_debug_prefix VARCHAR2(30) := '';
363:
364: BEGIN
365:
366: -- standard start of API savepoint
367: SAVEPOINT create_style_format;
368:
369: -- Check if API is called in debug mode. If yes, enable debug.
370: --enable_debug;

Line 392: -- standard call to get message count and if count is 1, get message info.

388: do_create_style_format(
389: l_style_format_rec,
390: x_return_status);
391:
392: -- standard call to get message count and if count is 1, get message info.
393: FND_MSG_PUB.Count_And_Get(
394: p_encoded => FND_API.G_FALSE,
395: p_count => x_msg_count,
396: p_data => x_msg_data);

Line 540: -- standard start of API savepoint

536: l_debug_prefix VARCHAR2(30) := '';
537:
538: BEGIN
539:
540: -- standard start of API savepoint
541: SAVEPOINT update_style_format;
542:
543: -- Check if API is called in debug mode. If yes, enable debug.
544: --enable_debug;

Line 567: -- standard call to get message count and if count is 1, get message info.

563: l_style_format_rec,
564: p_object_version_number,
565: x_return_status);
566:
567: -- standard call to get message count and if count is 1, get message info.
568: FND_MSG_PUB.Count_And_Get(
569: p_encoded => FND_API.G_FALSE,
570: p_count => x_msg_count,
571: p_data => x_msg_data);

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

759: p_prefix=>l_debug_prefix,
760: p_msg_level=>fnd_log.level_procedure);
761: END IF;
762:
763: --Standard call to get message count and if count is 1, get message info.
764: fnd_msg_pub.count_and_get(
765: p_encoded => fnd_api.g_false,
766: p_count => x_msg_count,
767: p_data => x_msg_data