DBA Data[Home] [Help]

APPS.ARPT_SQL_FUNC_UTIL dependencies on HZ_CONTACT_POINTS

Line 2266: FROM hz_contact_points cont_point

2262: cont_point.telex_number, cont_point.phone_number),
2263: cont_point.phone_area_code,
2264: cont_point.phone_extension
2265: INTO l_ph_num, l_area_code, l_ext
2266: FROM hz_contact_points cont_point
2267: WHERE cont_point.contact_point_id = p_phone_id;
2268:
2269: pg_phone_rec(p_phone_id).extension := l_ext;
2270: pg_phone_rec(p_phone_id).area_code := l_area_code;