DBA Data[Home] [Help]

APPS.AS_SALES_METH_WF dependencies on HZ_PARTY_SITES

Line 598: from hz_party_sites

594: where lead_id = c_lead_id;
595:
596: CURSOR c_primary_address(c_customer_id NUMBER) IS
597: select party_site_id
598: from hz_party_sites
599: where party_id = c_customer_id
600: and identifying_address_flag = 'Y';
601:
602: CURSOR c_task_templates(c_task_template_group_id NUMBER) IS