DBA Data[Home] [Help]

APPS.HZ_GNR_UTIL_PKG dependencies on HZ_LOCATION_PROFILE_PVT

Line 2216: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;

2212: db_attribute9 VARCHAR2(150);
2213: db_attribute10 VARCHAR2(150);
2214: db_wh_update_date DATE;
2215:
2216: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;
2217: l_loc_components_rec loc_components_rec_type;
2218: l_old_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2219: l_new_location_rec HZ_LOCATION_V2PUB.LOCATION_REC_TYPE;
2220: l_other_param_rec HZ_GNR_UTIL_PKG.loc_other_param_rec_type;

Line 2507: hz_location_profile_pvt.update_location_profile (

2503: END IF;
2504:
2505: l_return_status := FND_API.G_RET_STS_SUCCESS;
2506:
2507: hz_location_profile_pvt.update_location_profile (
2508: p_location_profile_rec => l_location_profile_rec
2509: ,x_return_status => l_return_status
2510: ,x_msg_count => l_msg_count
2511: ,x_msg_data => l_msg_data );