DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on HZ_RELATIONSHIPS

Line 383: FROM hz_relationships r

379: -- The following code has been modified by sguthiva for bug 2428675
380: CURSOR C2 (i_contact_id IN NUMBER ,
381: i_party_id IN NUMBER ) IS
382: SELECT 'x'
383: FROM hz_relationships r
384: , hz_org_contacts c
385: , ar_lookups l
386: WHERE (r.object_id = i_party_id
387: OR