DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_POST_PROCESS_PKG dependencies on HZ_CONTACT_POINT_V2PUB

Line 1089: hz_contact_point_v2pub.phone_format (

1085: l1_country_code := NULL;
1086: END IF;
1087:
1088: l_phone_area_code(i) := NULL;
1089: hz_contact_point_v2pub.phone_format (
1090: p_raw_phone_number => l_raw_phone_number(i),
1091: p_territory_code => l1_country_code,
1092: x_formatted_phone_number => l_formatted_phone_number,
1093: x_phone_country_code => l_country_code(i),