DBA Data[Home] [Help]

APPS.AS_SALES_METH_WF dependencies on HZ_CONTACT_POINTS

Line 609: from hz_contact_points

605: where task_group_id = c_task_template_group_id;
606:
607: CURSOR c_contact_points ( c_customer_id NUMBER) IS
608: select contact_point_id
609: from hz_contact_points
610: where owner_table_name = 'HZ_PARTIES'
611: and owner_table_id = c_customer_id
612: and status = 'A'
613: and primary_flag = 'Y'