DBA Data[Home] [Help]

APPS.HZ_PERSON_BO_PUB dependencies on HZ_CONTACT_POINT_V2PUB

Line 1215: hz_contact_point_v2pub.phone_format (

1211: l_contact_point_list(i).FLEX_FORMAT_PHONE_NUMBER := p_person_obj.phone_objs(i).PHONE_COUNTRY_CODE ||p_person_obj.phone_objs(i).PHONE_AREA_CODE||p_person_obj.phone_objs(i).PHONE_NUMBER;
1212:
1213: elsif l_contact_point_list(i).RAW_PHONE_NUMBER is not null
1214: then
1215: hz_contact_point_v2pub.phone_format (
1216: p_raw_phone_number => p_person_obj.phone_objs(i).RAW_PHONE_NUMBER,
1217: p_territory_code => p_person_obj.phone_objs(i).PHONE_COUNTRY_CODE,
1218: x_formatted_phone_number => l_contact_point_list(i).FLEX_FORMAT_PHONE_NUMBER,
1219: x_phone_country_code => l_contact_point_list(i).PHONE_COUNTRY_CODE,