DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on FND_PROFILE

Line 146: IF fnd_profile.value('HZ_API_FILE_DEBUG_ON') = 'Y' OR

142: BEGIN
143: g_debug_count := g_debug_count + 1;
144:
145: IF g_debug_count = 1 THEN
146: IF fnd_profile.value('HZ_API_FILE_DEBUG_ON') = 'Y' OR
147: fnd_profile.value('HZ_API_DBMS_DEBUG_ON') = 'Y'
148: THEN
149: hz_utility_v2pub.enable_debug;
150: g_debug := TRUE;

Line 147: fnd_profile.value('HZ_API_DBMS_DEBUG_ON') = 'Y'

143: g_debug_count := g_debug_count + 1;
144:
145: IF g_debug_count = 1 THEN
146: IF fnd_profile.value('HZ_API_FILE_DEBUG_ON') = 'Y' OR
147: fnd_profile.value('HZ_API_DBMS_DEBUG_ON') = 'Y'
148: THEN
149: hz_utility_v2pub.enable_debug;
150: g_debug := TRUE;
151: END IF;

Line 2695: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND

2691: -- Bug 2486394 -Check if the DSS security is granted to the user
2692: -- Bug 3818648: check dss profile before call test_instance
2693: -- Bug 3867562: check dss only in party context
2694:
2695: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND
2696: l_contact_point_rec.owner_table_name IN ('HZ_PARTIES', 'HZ_PARTY_SITES')
2697: THEN
2698: l_test_security :=
2699: hz_dss_util_pub.test_instance(

Line 2929: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND

2925: -- Bug 2486394 -Check if the DSS security is granted to the user
2926: -- Bug 3818648: check dss profile before call test_instance
2927: -- Bug 3867562: check dss only in party context
2928:
2929: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND
2930: l_old_contact_point_rec.owner_table_name IN ('HZ_PARTIES', 'HZ_PARTY_SITES')
2931: THEN
2932: l_test_security :=
2933: hz_dss_util_pub.test_instance(