DBA Data[Home] [Help]

APPS.AMS_SCR_LEAD_PVT dependencies on HZ_RELATIONSHIPS

Line 74: from hz_relationships

70:
71: cursor c_get_party_ids (l_rel_party_id in number)
72: is
73: select subject_id person_party_id, object_id org_party_id
74: from hz_relationships
75: where party_id = l_rel_party_id
76: and
77: relationship_type = 'CONTACT'
78: and