DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_POST_PROCESS_PKG dependencies on HZ_TIMEZONE_PUB

Line 821: hz_timezone_pub.get_timezone_id(

817: BEGIN
818: FOR i in 1..l_location_id.count
819: LOOP
820: BEGIN
821: hz_timezone_pub.get_timezone_id(
822: p_api_version => 1.0,
823: p_init_msg_list => FND_API.G_FALSE,
824: p_postal_code => l_postal_code(i),
825: p_city => l_city(i),

Line 918: hz_timezone_pub.get_phone_timezone_id(

914: BEGIN
915: FOR i in 1..l_contact_point_id.count
916: LOOP
917: BEGIN
918: hz_timezone_pub.get_phone_timezone_id(
919: p_api_version => 1.0,
920: p_init_msg_list => FND_API.G_FALSE,
921: p_phone_country_code => l_country_code(i),
922: p_area_code => l_phone_area_code(i),