DBA Data[Home] [Help]

APPS.WSH_SITE_CONTACT_PERSON_PKG dependencies on HZ_CONTACT_POINTS

Line 356: from hz_contact_points

352: where org_contact_id = p_org_contact_id;
353:
354: CURSOR Get_Cont_Point_Version IS
355: select object_version_number
356: from hz_contact_points
357: where contact_point_id = p_contact_point_id;
358:
359: --
360: l_debug_on BOOLEAN;