DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on HZ_FORMAT_PHONE_V2PUB

Line 2196: XMLElement("PhoneNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id), l_hr_loc_phone)),

2192: l_hr_loc_fax := g_payer_contact_tbl(p_party_id).hr_loc_fax ;
2193:
2194: SELECT
2195: XMLElement("ContactLocators",
2196: XMLElement("PhoneNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id), l_hr_loc_phone)),
2197: XMLElement("FaxNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id), l_hr_loc_fax)),
2198: XMLElement("EmailAddress", l_email),
2199: XMLElement("Website", l_url)
2200: )

Line 2197: XMLElement("FaxNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id), l_hr_loc_fax)),

2193:
2194: SELECT
2195: XMLElement("ContactLocators",
2196: XMLElement("PhoneNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id), l_hr_loc_phone)),
2197: XMLElement("FaxNumber", nvl(hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id), l_hr_loc_fax)),
2198: XMLElement("EmailAddress", l_email),
2199: XMLElement("Website", l_url)
2200: )
2201: INTO l_contactinfo

Line 2350: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),

2346:
2347: -- the ContactName is left null
2348: SELECT
2349: XMLElement("ContactLocators",
2350: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),
2351: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),
2352: XMLElement("EmailAddress", l_email),
2353: XMLElement("Website", l_url)
2354: )

Line 2351: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),

2347: -- the ContactName is left null
2348: SELECT
2349: XMLElement("ContactLocators",
2350: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),
2351: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),
2352: XMLElement("EmailAddress", l_email),
2353: XMLElement("Website", l_url)
2354: )
2355: INTO l_contactinfo

Line 2544: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),

2540: -- END IF;
2541: -- the ContactName is left null
2542: SELECT
2543: XMLElement("ContactLocators",
2544: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),
2545: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),
2546: XMLElement("EmailAddress", l_email),
2547: XMLElement("Website", l_url)
2548: )

Line 2545: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),

2541: -- the ContactName is left null
2542: SELECT
2543: XMLElement("ContactLocators",
2544: XMLElement("PhoneNumber", hz_format_phone_v2pub.get_formatted_phone(l_phone_cp_id)),
2545: XMLElement("FaxNumber", hz_format_phone_v2pub.get_formatted_phone(l_fax_cp_id)),
2546: XMLElement("EmailAddress", l_email),
2547: XMLElement("Website", l_url)
2548: )
2549: INTO l_contactinfo