DBA Data[Home] [Help]

APPS.AST_UWQ_WRAPPER_PKG dependencies on AS_LEAD_CONTACTS

Line 532: FROM as_lead_contacts

528: my_message VARCHAR2(1000);
529:
530: CURSOR C_opp_contact (p_opp_id NUMBER) IS
531: SELECT contact_party_id
532: FROM as_lead_contacts
533: WHERE lead_id = p_opp_id
534: and primary_contact_flag = 'Y';
535:
536: CURSOR C_lead_contact (p_lead_id NUMBER) IS