DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_LOCATION_PROFILE_PVT

Line 456: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;

452: db_address4 hz_locations.address4%TYPE;
453: db_content_source_type hz_locations.content_source_type%TYPE;
454:
455: -- ACNG add call to location profile: BEGIN
456: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;
457: l_profile_content_source VARCHAR2(30);
458: l_return_status VARCHAR2(30);
459: l_msg_count NUMBER;
460: l_msg_data VARCHAR2(2000);

Line 802: hz_location_profile_pvt.update_location_profile (

798: END IF;
799:
800: l_return_status := FND_API.G_RET_STS_SUCCESS;
801:
802: hz_location_profile_pvt.update_location_profile (
803: p_location_profile_rec => l_location_profile_rec
804: ,x_return_status => l_return_status
805: ,x_msg_count => l_msg_count
806: ,x_msg_data => l_msg_data );