DBA Data[Home] [Help]

APPS.AS_ACCESS_PUB dependencies on AS_LEAD_CONTACTS

Line 1146: from as_lead_contacts cont,

1142: AND OBJECT_TABLE_NAME = 'HZ_PARTIES';
1143:
1144: cursor opp_contact_exist_csr is
1145: select 'x'
1146: from as_lead_contacts cont,
1147: hz_relationships rel
1148: where cont.contact_party_id = rel.party_id
1149: and rel.subject_id = p_person_party_id
1150: and cont.lead_id = p_security_id