DBA Data[Home] [Help]

APPS.HZ_GNR_UTIL_PKG dependencies on HZ_LOCATION_PROFILE_PVT

Line 2221: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;

2217: db_attribute9 VARCHAR2(150);
2218: db_attribute10 VARCHAR2(150);
2219: db_wh_update_date DATE;
2220:
2221: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;
2222: l_loc_components_rec loc_components_rec_type;
2223: l_old_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2224: l_new_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2225: l_other_param_rec HZ_GNR_UTIL_PKG.loc_other_param_rec_type;

Line 2512: hz_location_profile_pvt.update_location_profile (

2508: END IF;
2509:
2510: l_return_status := FND_API.G_RET_STS_SUCCESS;
2511:
2512: hz_location_profile_pvt.update_location_profile (
2513: p_location_profile_rec => l_location_profile_rec
2514: ,x_return_status => l_return_status
2515: ,x_msg_count => l_msg_count
2516: ,x_msg_data => l_msg_data );