DBA Data[Home] [Help]

APPS.WSH_SITE_CONTACT_INFO_PKG dependencies on HZ_CONTACT_POINTS

Line 200: from hz_contact_points

196: l_relationship_party_id number;
197:
198: CURSOR Get_Object_Version_Number(p_contact_point_id NUMBER) IS
199: select object_version_number
200: from hz_contact_points
201: where contact_point_id = p_contact_point_id;
202:
203: --
204: l_debug_on BOOLEAN;