DBA Data[Home] [Help]

APPS.HZ_STYLE_V2PUB dependencies on STANDARD

Line 305: -- standard start of API savepoint

301: l_debug_prefix VARCHAR2(30) := '';
302:
303: BEGIN
304:
305: -- standard start of API savepoint
306: SAVEPOINT create_style;
307:
308: -- Check if API is called in debug mode. If yes, enable debug.
309: --enable_debug;

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

327: do_create_style(
328: l_style_rec,
329: x_return_status);
330:
331: -- standard call to get message count and if count is 1, get message info.
332: FND_MSG_PUB.Count_And_Get(
333: p_encoded => FND_API.G_FALSE,
334: p_count => x_msg_count,
335: p_data => x_msg_data);

Line 479: -- standard start of API savepoint

475: l_debug_prefix VARCHAR2(30) := '';
476:
477: BEGIN
478:
479: -- standard start of API savepoint
480: SAVEPOINT update_style;
481:
482: -- Check if API is called in debug mode. If yes, enable debug.
483: --enable_debug;

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

502: l_style_rec,
503: p_object_version_number,
504: x_return_status);
505:
506: -- standard call to get message count and if count is 1, get message info.
507: FND_MSG_PUB.Count_And_Get(
508: p_encoded => FND_API.G_FALSE,
509: p_count => x_msg_count,
510: p_data => x_msg_data);

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

696: p_prefix=>l_debug_prefix,
697: p_msg_level=>fnd_log.level_procedure);
698: END IF;
699:
700: --Standard call to get message count and if count is 1, get message info.
701: fnd_msg_pub.count_and_get(
702: p_encoded => fnd_api.g_false,
703: p_count => x_msg_count,
704: p_data => x_msg_data