DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_FORMAT_PHONE_V2PUB

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

5796: l_territory_code := NULL;
5797: END IF;
5798:
5799: --Following commented code is replaced by parsing and displaying logic in
5800: --HZ_FORMAT_PHONE_V2PUB's phone_parse and phone_display. This was done in
5801: -- version 115.9 for Phone normalization and parsing project
5802:
5803: --Call to phone_parse to get parsed components
5804: HZ_FORMAT_PHONE_V2PUB.phone_parse (

Line 5804: HZ_FORMAT_PHONE_V2PUB.phone_parse (

5800: --HZ_FORMAT_PHONE_V2PUB's phone_parse and phone_display. This was done in
5801: -- version 115.9 for Phone normalization and parsing project
5802:
5803: --Call to phone_parse to get parsed components
5804: HZ_FORMAT_PHONE_V2PUB.phone_parse (
5805: fnd_api.g_true ,
5806: l_raw_phone_number ,
5807: p_territory_code ,
5808: x_phone_country_code ,

Line 5817: HZ_FORMAT_PHONE_V2PUB.phone_display(

5813: x_msg_count,
5814: x_msg_data);
5815:
5816: --Parsed components are i/p to phone_display to get formateed number
5817: HZ_FORMAT_PHONE_V2PUB.phone_display(
5818: fnd_api.g_true ,
5819: p_territory_code,
5820: x_phone_country_code ,
5821: x_phone_area_code ,