DBA Data[Home] [Help]

APPS.IGS_PE_USERID_PKG dependencies on HZ_FORMAT_PHONE_V2PUB

Line 2210: HZ_FORMAT_PHONE_V2PUB.phone_display (

2206: OPEN cur_person_id_type(FND_PROFILE.VALUE('IGS_PE_ACC_REG_PERS_IDTYPE'));
2207: FETCH cur_person_id_type INTO l_person_id_type;
2208: CLOSE cur_person_id_type;
2209:
2210: HZ_FORMAT_PHONE_V2PUB.phone_display (
2211: p_phone_country_code => l_phone_country_code,
2212: p_phone_area_code => l_phone_area_code,
2213: p_phone_number => l_phone_number,
2214: x_formatted_phone_number => l_formatted_phone,