DBA Data[Home] [Help]

APPS.AST_UWQ_WRAPPER_PKG dependencies on AS_SALES_LEAD_CONTACTS

Line 538: FROM as_sales_lead_contacts

534: and primary_contact_flag = 'Y';
535:
536: CURSOR C_lead_contact (p_lead_id NUMBER) IS
537: SELECT contact_party_id
538: FROM as_sales_lead_contacts
539: WHERE sales_lead_id = p_lead_id
540: and primary_contact_flag = 'Y';
541:
542: CURSOR C_task_references(p_task_id NUMBER) IS