DBA Data[Home] [Help]

APPS.IBE_MERGE_PVT dependencies on FND_USER

Line 53: select u.user_id from fnd_user u, fnd_user_resp_groups g, HZ_RELATIONSHIPS r

49: If ((l_Party_type = 'ORGANIZATION') AND (l_party_id <> l_dup_party_id)) Then
50: BEGIN
51: select 'N' into l_allow_merge_flag from dual
52: where exists (
53: select u.user_id from fnd_user u, fnd_user_resp_groups g, HZ_RELATIONSHIPS r
54: where u.user_id = g.user_id and g.responsibility_application_id=671
55: and u.customer_id= r.party_id and r.object_id = l_party_id
56: and r.subject_type='PERSON' and r.object_type='ORGANIZATION');
57: EXCEPTION WHEN NO_DATA_FOUND THEN