DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_LOCATION_PROFILE_PVT

Line 443: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;

439: db_address4 hz_locations.address4%TYPE;
440: db_content_source_type hz_locations.content_source_type%TYPE;
441:
442: -- ACNG add call to location profile: BEGIN
443: l_location_profile_rec hz_location_profile_pvt.location_profile_rec_type;
444: l_profile_content_source VARCHAR2(30);
445: l_return_status VARCHAR2(30);
446: l_msg_count NUMBER;
447: l_msg_data VARCHAR2(2000);

Line 789: hz_location_profile_pvt.update_location_profile (

785: END IF;
786:
787: l_return_status := FND_API.G_RET_STS_SUCCESS;
788:
789: hz_location_profile_pvt.update_location_profile (
790: p_location_profile_rec => l_location_profile_rec
791: ,x_return_status => l_return_status
792: ,x_msg_count => l_msg_count
793: ,x_msg_data => l_msg_data );