DBA Data[Home] [Help]

APPS.HZ_CONTACT_PREFERENCE_V2PUB dependencies on STANDARD

Line 428: --Standard start of API savepoint

424: l_contact_preference_rec CONTACT_PREFERENCE_REC_TYPE := p_contact_preference_rec;
425: l_debug_prefix VARCHAR2(30) := '';
426:
427: BEGIN
428: --Standard start of API savepoint
429: SAVEPOINT create_contact_preference_pub;
430:
431: -- Check if API is called in debug mode. If yes, enable debug.
432: --enable_debug;

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

465: p_contact_preference_id => x_contact_preference_id);
466: END IF;
467: END IF;
468:
469: --Standard call to get message count and if count is 1, get message info.
470: FND_MSG_PUB.Count_And_Get(
471: p_encoded => FND_API.G_FALSE,
472: p_count => x_msg_count,
473: p_data => x_msg_data);

Line 617: --Standard start of API savepoint

613: l_debug_prefix VARCHAR2(30) := '';
614:
615: BEGIN
616:
617: --Standard start of API savepoint
618: SAVEPOINT update_contact_preference_pub;
619:
620: -- Check if API is called in debug mode. If yes, enable debug.
621: --enable_debug;

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

668: p_contact_preference_id => l_contact_preference_rec.contact_preference_id);
669: END IF;
670: END IF;
671:
672: --Standard call to get message count and if count is 1, get message info.
673: FND_MSG_PUB.Count_And_Get(
674: p_encoded => FND_API.G_FALSE,
675: p_count => x_msg_count,
676: p_data => x_msg_data);

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

875: p_prefix=>l_debug_prefix,
876: p_msg_level=>fnd_log.level_procedure);
877: END IF;
878:
879: --Standard call to get message count and if count is 1, get message info.
880: FND_MSG_PUB.Count_And_Get(
881: p_encoded => FND_API.G_FALSE,
882: p_count => x_msg_count,
883: p_data => x_msg_data );