DBA Data[Home] [Help]

APPS.JTF_RS_PARTY_MERGE_PUB dependencies on JTF_RS_PARTY_CONTACTS_VL

Line 725: from jtf_rs_party_contacts_vl

721: l_party_site_id number,
722: l_contact_id number)
723: is
724: select 'x'
725: from jtf_rs_party_contacts_vl
726: where party_id = l_party_id
727: and nvl(party_site_id, -1) = nvl(l_party_site_id, -1)
728: and contact_id = l_contact_id ;
729: