DBA Data[Home] [Help]

APPS.POS_SUPPLIER_ADDRESS_PKG dependencies on HZ_LOCATION_V2PUB

Line 575: l_location_rec hz_location_v2pub.location_rec_type;

571: x_msg_data OUT nocopy VARCHAR2
572: )
573: IS
574: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
575: l_location_rec hz_location_v2pub.location_rec_type;
576: l_obj_ver hz_locations.object_version_number%TYPE;
577:
578: CURSOR l_cur IS
579: SELECT object_version_number,location_id

Line 630: hz_location_v2pub.update_location

626: l_location_rec.country := Nvl(p_country , fnd_api.g_miss_char);
627:
628: l_obj_ver := l_rec.object_version_number;
629:
630: hz_location_v2pub.update_location
631: ( p_init_msg_list => fnd_api.g_true,
632: p_location_rec => l_location_rec,
633: p_object_version_number => l_obj_ver,
634: x_return_status => x_return_status,