DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_BO_PUB dependencies on HZ_CONTACT_POINT_V2PUB

Line 2124: hz_contact_point_v2pub.phone_format (

2120: l_contact_point_list(i).FLEX_FORMAT_PHONE_NUMBER := p_organization_obj.phone_objs(i).PHONE_COUNTRY_CODE ||p_organization_obj.phone_objs(i).PHONE_AREA_CODE||p_organization_obj.phone_objs(i).PHONE_NUMBER;
2121:
2122: elsif l_contact_point_list(i).RAW_PHONE_NUMBER is not null
2123: then
2124: hz_contact_point_v2pub.phone_format (
2125: p_raw_phone_number => p_organization_obj.phone_objs(i).RAW_PHONE_NUMBER,
2126: p_territory_code => p_organization_obj.phone_objs(i).PHONE_COUNTRY_CODE,
2127: x_formatted_phone_number => l_contact_point_list(i).FLEX_FORMAT_PHONE_NUMBER,
2128: x_phone_country_code => l_contact_point_list(i).PHONE_COUNTRY_CODE,