DBA Data[Home] [Help]

APPS.AP_VENDOR_PARTY_MERGE_PKG dependencies on HZ_PARTY_SITES

Line 863: from hz_party_sites

859: END IF;
860:
861: select location_id
862: into l_location_id
863: from hz_party_sites
864: where party_site_id = contact_loop_c.party_site_id;
865:
866: l_party_site_rec.location_id := l_location_id;
867: l_party_site_rec.created_by_module := 'AP_SUPPLIERS_API';