DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_VARIATION_V2PUB dependencies on STANDARD

Line 336: -- standard start of API savepoint

332: l_debug_prefix VARCHAR2(30) := '';
333:
334: BEGIN
335:
336: -- standard start of API savepoint
337: SAVEPOINT create_style_fmt_variation;
338:
339: -- Check if API is called in debug mode. If yes, enable debug.
340: --enable_debug;

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

358: do_create_style_fmt_variation(
359: l_style_fmt_variation_rec,
360: x_return_status);
361:
362: -- standard call to get message count and if count is 1, get message info.
363: FND_MSG_PUB.Count_And_Get(
364: p_encoded => FND_API.G_FALSE,
365: p_count => x_msg_count,
366: p_data => x_msg_data);

Line 511: -- standard start of API savepoint

507: l_debug_prefix VARCHAR2(30) := '';
508:
509: BEGIN
510:
511: -- standard start of API savepoint
512: SAVEPOINT update_style_fmt_variation;
513:
514: -- Check if API is called in debug mode. If yes, enable debug.
515: --enable_debug;

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

534: l_style_fmt_variation_rec,
535: p_object_version_number,
536: x_return_status);
537:
538: -- standard call to get message count and if count is 1, get message info.
539: FND_MSG_PUB.Count_And_Get(
540: p_encoded => FND_API.G_FALSE,
541: p_count => x_msg_count,
542: p_data => x_msg_data);

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

735: p_prefix=>l_debug_prefix,
736: p_msg_level=>fnd_log.level_procedure);
737: END IF;
738:
739: --Standard call to get message count and if count is 1, get message info.
740: fnd_msg_pub.count_and_get(
741: p_encoded => fnd_api.g_false,
742: p_count => x_msg_count,
743: p_data => x_msg_data