DBA Data[Home] [Help]

APPS.HZ_GNR_UTIL_PKG dependencies on HZ_TIMEZONE_PUB

Line 148: hz_timezone_pub

144:
145: EXTERNAL PROCEDURES/FUNCTIONS ACCESSED :
146: HZ_LOCATION_V2PUB
147: hz_fuzzy_pub
148: hz_timezone_pub
149:
150: ARGUMENTS :
151: IN p_old_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE
152:

Line 199: hz_timezone_pub.get_timezone_id(

195: )
196: THEN
197:
198: l_message_count := fnd_msg_pub.count_msg();
199: hz_timezone_pub.get_timezone_id(
200: p_api_version => 1.0,
201: p_init_msg_list => FND_API.G_FALSE,
202: p_postal_code => p_new_location_rec.postal_code,
203: p_city => p_new_location_rec.city,