DBA Data[Home] [Help]

APPS.WSH_CARRIER_CONTACT_INFO_PKG dependencies on HZ_CONTACT_POINTS

Line 215: from hz_contact_points

211: l_relationship_party_id number;
212:
213: CURSOR Get_Object_Version_Number(p_contact_point_id NUMBER) IS
214: select object_version_number
215: from hz_contact_points
216: where contact_point_id = p_contact_point_id;
217:
218: --
219: l_debug_on BOOLEAN;