DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PUB dependencies on AS_LEAD_CONTACTS

Line 141: as_lead_contacts lc

137: pt.party_name,
138: lc.lead_contact_id
139: from as_leads_all ld,
140: hz_parties pt,
141: as_lead_contacts lc
142: where ld.lead_id = pc_lead_id
143: and ld.customer_id = pt.party_id (+)
144: and ld.lead_id = lc.lead_id (+) for update of ld.lead_id;
145: