DBA Data[Home] [Help]

APPS.AP_VENDOR_PARTY_MERGE_PKG dependencies on HZ_PARTY_USG_ASSIGNMENTS

Line 986: hz_party_usg_assignments hpua,

982: hcpp.owner_table_id contact_point_owner_id,
983: hcpp.owner_table_name contact_point_owner_name
984: from hz_parties hp,
985: hz_relationships hzr,
986: hz_party_usg_assignments hpua,
987: HZ_CONTACT_POINTS hcpp
988: where hp.party_id = hzr.subject_id
989: and hzr.subject_id = l_per_party_id /* bug 9604355 */
990: and hzr.relationship_type = 'CONTACT'