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 2848: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND

2844: -- Bug 2486394 -Check if the DSS security is granted to the user
2845: -- Bug 3818648: check dss profile before call test_instance
2846: -- Bug 3867562: check dss only in party context
2847:
2848: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND
2849: l_contact_point_rec.owner_table_name IN ('HZ_PARTIES', 'HZ_PARTY_SITES')
2850: THEN
2851: l_test_security :=
2852: hz_dss_util_pub.test_instance(

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

3081: -- Bug 2486394 -Check if the DSS security is granted to the user
3082: -- Bug 3818648: check dss profile before call test_instance
3083: -- Bug 3867562: check dss only in party context
3084:
3085: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' AND
3086: l_old_contact_point_rec.owner_table_name IN ('HZ_PARTIES', 'HZ_PARTY_SITES')
3087: THEN
3088: l_test_security :=
3089: hz_dss_util_pub.test_instance(