DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_LOCALE_V2PUB dependencies on STANDARD

Line 322: -- standard start of API savepoint

318: l_debug_prefix VARCHAR2(30) := '';
319:
320: BEGIN
321:
322: -- standard start of API savepoint
323: SAVEPOINT create_style_fmt_locale;
324:
325: -- Check if API is called in debug mode. If yes, enable debug.
326: --enable_debug;

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

346: x_return_status);
347:
348: p_style_fmt_locale_id := l_style_fmt_locale_rec.style_fmt_locale_id;
349:
350: -- standard call to get message count and if count is 1, get message info.
351: FND_MSG_PUB.Count_And_Get(
352: p_encoded => FND_API.G_FALSE,
353: p_count => x_msg_count,
354: p_data => x_msg_data);

Line 499: -- standard start of API savepoint

495: l_debug_prefix VARCHAR2(30) := '';
496:
497: BEGIN
498:
499: -- standard start of API savepoint
500: SAVEPOINT update_style_fmt_locale;
501:
502: -- Check if API is called in debug mode. If yes, enable debug.
503: --enable_debug;

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

522: l_style_fmt_locale_rec,
523: p_object_version_number,
524: x_return_status);
525:
526: -- standard call to get message count and if count is 1, get message info.
527: FND_MSG_PUB.Count_And_Get(
528: p_encoded => FND_API.G_FALSE,
529: p_count => x_msg_count,
530: p_data => x_msg_data);

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

719: p_prefix=>l_debug_prefix,
720: p_msg_level=>fnd_log.level_procedure);
721: END IF;
722:
723: --Standard call to get message count and if count is 1, get message info.
724: fnd_msg_pub.count_and_get(
725: p_encoded => fnd_api.g_false,
726: p_count => x_msg_count,
727: p_data => x_msg_data