DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_VUHK dependencies on FND_PROFILE

Line 110: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN

106: SELECT org_id FROM cn_repositories_all WHERE status = 'A';
107: BEGIN
108: p_return_code := fnd_api.g_ret_sts_success;
109:
110: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN
111: RETURN;
112: END IF;
113:
114: -- store MOAC session info in local variables

Line 405: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN

401: SELECT org_id FROM cn_repositories_all WHERE status = 'A';
402: BEGIN
403: p_return_code := fnd_api.g_ret_sts_success;
404:
405: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN
406: RETURN;
407: END IF;
408:
409: -- store MOAC session info in local variables

Line 629: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN

625: SELECT org_id FROM cn_repositories_all WHERE status = 'A';
626: BEGIN
627: p_return_code := fnd_api.g_ret_sts_success;
628:
629: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN
630: RETURN;
631: END IF;
632:
633: -- store MOAC session info in local variables

Line 837: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN

833: SELECT org_id FROM cn_repositories_all WHERE status = 'A';
834: BEGIN
835: p_return_code := fnd_api.g_ret_sts_success;
836:
837: IF fnd_profile.value('CN_MARK_EVENTS') <> 'Y' THEN
838: RETURN;
839: END IF;
840:
841: IF (g_group_id IS NULL) THEN