DBA Data[Home] [Help]

APPS.PV_MATCH_PARTNER dependencies on AS_LEADS_ALL

Line 356: from as_leads_all

352: l_api_version_number CONSTANT NUMBER := 1.0;
353:
354: cursor lc_get_incumbent_pt (pc_lead_id number) is
355: select INCUMBENT_PARTNER_PARTY_ID
356: from as_leads_all
357: where lead_id = pc_lead_id;
358:
359: begin
360: