DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_FORMAT_PHONE_V2PUB

Line 5644: --HZ_FORMAT_PHONE_V2PUB's phone_parse and phone_display. This was done in

5640: l_territory_code := NULL;
5641: END IF;
5642:
5643: --Following commented code is replaced by parsing and displaying logic in
5644: --HZ_FORMAT_PHONE_V2PUB's phone_parse and phone_display. This was done in
5645: -- version 115.9 for Phone normalization and parsing project
5646:
5647: --Call to phone_parse to get parsed components
5648: HZ_FORMAT_PHONE_V2PUB.phone_parse (

Line 5648: HZ_FORMAT_PHONE_V2PUB.phone_parse (

5644: --HZ_FORMAT_PHONE_V2PUB's phone_parse and phone_display. This was done in
5645: -- version 115.9 for Phone normalization and parsing project
5646:
5647: --Call to phone_parse to get parsed components
5648: HZ_FORMAT_PHONE_V2PUB.phone_parse (
5649: fnd_api.g_true ,
5650: l_raw_phone_number ,
5651: p_territory_code ,
5652: x_phone_country_code ,

Line 5661: HZ_FORMAT_PHONE_V2PUB.phone_display(

5657: x_msg_count,
5658: x_msg_data);
5659:
5660: --Parsed components are i/p to phone_display to get formateed number
5661: HZ_FORMAT_PHONE_V2PUB.phone_display(
5662: fnd_api.g_true ,
5663: p_territory_code,
5664: x_phone_country_code ,
5665: x_phone_area_code ,