DBA Data[Home] [Help]

APPS.ARH_PHON_PKG dependencies on HZ_CUST_CONTACT_POINTS_S

Line 408: SELECT hz_cust_contact_points_s.nextval

404: where contact_point_id = x_phone_id ;
405:
406: END LOOP;
407: --
408: SELECT hz_cust_contact_points_s.nextval
409: into x_cust_contact_point_id
410: from dual;
411: --
412: IF ( x_orig_system_reference is null)