DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_LAYOUT_V2PUB dependencies on STANDARD

Line 344: -- standard start of API savepoint

340: l_debug_prefix VARCHAR2(30) := '';
341:
342: BEGIN
343:
344: -- standard start of API savepoint
345: SAVEPOINT create_style_fmt_layout;
346:
347: -- Check if API is called in debug mode. If yes, enable debug.
348: --enable_debug;

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

368: x_return_status);
369:
370: x_style_fmt_layout_id := l_style_fmt_layout_rec.style_fmt_layout_id;
371:
372: -- standard call to get message count and if count is 1, get message info.
373: FND_MSG_PUB.Count_And_Get(
374: p_encoded => FND_API.G_FALSE,
375: p_count => x_msg_count,
376: p_data => x_msg_data);

Line 520: -- standard start of API savepoint

516: l_debug_prefix VARCHAR2(30) := '';
517:
518: BEGIN
519:
520: -- standard start of API savepoint
521: SAVEPOINT update_style_fmt_layout;
522:
523: -- Check if API is called in debug mode. If yes, enable debug.
524: --enable_debug;

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

543: l_style_fmt_layout_rec,
544: p_object_version_number,
545: x_return_status);
546:
547: -- standard call to get message count and if count is 1, get message info.
548: FND_MSG_PUB.Count_And_Get(
549: p_encoded => FND_API.G_FALSE,
550: p_count => x_msg_count,
551: p_data => x_msg_data);

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

753: p_prefix=>l_debug_prefix,
754: p_msg_level=>fnd_log.level_procedure);
755: END IF;
756:
757: --Standard call to get message count and if count is 1, get message info.
758: fnd_msg_pub.count_and_get(
759: p_encoded => fnd_api.g_false,
760: p_count => x_msg_count,
761: p_data => x_msg_data