DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on HZ_LOCATION_V2PUB

Line 659: l_location_rec hz_location_v2pub.location_rec_type;

655: x_msg_data OUT nocopy VARCHAR2
656: )
657: IS
658: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
659: l_location_rec hz_location_v2pub.location_rec_type;
660: l_obj_ver hz_locations.object_version_number%TYPE;
661:
662: CURSOR l_cur IS
663: SELECT object_version_number,location_id

Line 714: hz_location_v2pub.update_location

710: l_location_rec.country := Nvl(p_country , fnd_api.g_miss_char);
711:
712: l_obj_ver := l_rec.object_version_number;
713:
714: hz_location_v2pub.update_location
715: ( p_init_msg_list => fnd_api.g_true,
716: p_location_rec => l_location_rec,
717: p_object_version_number => l_obj_ver,
718: x_return_status => x_return_status,