DBA Data[Home] [Help]

APPS.HZ_CONTACT_PREFERENCE_BO_PVT dependencies on HZ_CONTACT_PREFERENCE_BO_PVT

Line 1: PACKAGE BODY hz_contact_preference_bo_pvt AS

1: PACKAGE BODY hz_contact_preference_bo_pvt AS
2: /*$Header: ARHBCTVB.pls 120.6 2006/05/18 22:25:22 acng noship $ */
3:
4: -- PRIVATE PROCEDURE assign_contact_pref_rec
5: --

Line 106: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.create_contact_preferences: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,

102: -- If error happen, push message into stack, raise exception out of the loop.
103: -- Reason is that we want to capture as manay as we can.
104: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
105: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
106: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.create_contact_preferences: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,
107: p_prefix=>l_debug_prefix,
108: p_msg_level=>fnd_log.level_procedure);
109: END IF;
110: RAISE FND_API.G_EXC_ERROR;

Line 298: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.check_contact_pref_op: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,

294: );
295:
296: IF(l_ovn = -1) THEN
297: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
298: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.check_contact_pref_op: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,
299: p_prefix=>l_debug_prefix,
300: p_msg_level=>fnd_log.level_procedure);
301: END IF;
302: FND_MESSAGE.SET_NAME('AR', 'HZ_API_INVALID_ID');

Line 338: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.save_contact_preferences: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,

334: END IF;
335:
336: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
337: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
338: hz_utility_v2pub.debug(p_message=>'Error occurred at hz_contact_preference_bo_pvt.save_contact_preferences: contact level table and id: '||p_contact_level_table||' '||p_contact_level_table_id,
339: p_prefix=>l_debug_prefix,
340: p_msg_level=>fnd_log.level_procedure);
341: END IF;
342: RAISE FND_API.G_EXC_ERROR;

Line 494: END hz_contact_preference_bo_pvt;

490: END IF;
491: px_contact_pref_rec.created_by_module := HZ_UTILITY_V2PUB.G_CREATED_BY_MODULE;
492: END assign_contact_pref_rec;
493:
494: END hz_contact_preference_bo_pvt;