DBA Data[Home] [Help]

APPS.AS_ACCESS_PUB dependencies on AS_SALES_LEAD_CONTACTS

Line 1155: from as_sales_lead_contacts cont,

1151: and SUBJECT_TABLE_NAME = 'HZ_PARTIES'
1152: AND OBJECT_TABLE_NAME = 'HZ_PARTIES';
1153: cursor lead_contact_exist_csr is
1154: select 'x'
1155: from as_sales_lead_contacts cont,
1156: hz_relationships rel
1157: where cont.contact_party_id = rel.party_id
1158: and rel.subject_id = p_person_party_id
1159: and cont.sales_lead_id = p_security_id