DBA Data[Home] [Help]

APPS.HZ_TAX_ASSIGNMENT_PUB dependencies on HZ_LOCATION_PROFILE_PVT

Line 57: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;

53: db_attribute10 VARCHAR2(150);
54: db_wh_update_date DATE;
55:
56: -- ACNG add call to location profile: BEGIN
57: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;
58: l_actual_content_source VARCHAR2(30);
59: l_return_status VARCHAR2(30);
60: l_msg_count NUMBER;
61: l_msg_data VARCHAR2(2000);

Line 315: hz_location_profile_pvt.update_location_profile (

311: END IF;
312:
313: l_return_status := FND_API.G_RET_STS_SUCCESS;
314:
315: hz_location_profile_pvt.update_location_profile (
316: p_location_profile_rec => l_location_profile_rec
317: ,x_return_status => l_return_status
318: ,x_msg_count => l_msg_count
319: ,x_msg_data => l_msg_data );