99: h.phone_line_type ,
100: h.contact_point_purpose,
101: h.contact_point_type
102:
103: FROM hz_contact_points h,
104: aso_i_parties_v ap,
105: fnd_user fnd
106: where fnd.user_id = FND_GLOBAL.USER_ID
107: and owner_table_name = 'HZ_PARTIES'