DBA Data[Home] [Help]

APPS.HZ_POPULATE_TIMEZONE_PKG dependencies on HZ_TIMEZONE_PUB

Line 455: hz_timezone_pub.get_timezone_id(

451: END IF;
452:
453: FOR i IN I_LOCATION_ID.FIRST..I_LOCATION_ID.LAST
454: LOOP
455: hz_timezone_pub.get_timezone_id(
456: p_api_version => 1.0,
457: p_init_msg_list => FND_API.G_TRUE,
458: p_postal_code => I_POSTAL_CODE(i),
459: p_city => I_CITY(i),

Line 505: hz_timezone_pub.get_timezone_id(

501: END IF;
502:
503: FOR i IN I_LOCATION_ID.FIRST..I_LOCATION_ID.LAST
504: LOOP
505: hz_timezone_pub.get_timezone_id(
506: p_api_version => 1.0,
507: p_init_msg_list => FND_API.G_TRUE,
508: p_postal_code => I_POSTAL_CODE(i),
509: p_city => I_CITY(i),