DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on HZ_ORG_CONTACTS

Line 5236: SELECT ORG_CONTACT_ID, OBJECT_VERSION_NUMBER into x_org_contact_id ,l_object_version3 FROM hz_org_contacts WHERE

5232: open c_relationship;
5233: fetch c_relationship into x_relationship_id,l_object_version2;
5234: close c_relationship;
5235:
5236: SELECT ORG_CONTACT_ID, OBJECT_VERSION_NUMBER into x_org_contact_id ,l_object_version3 FROM hz_org_contacts WHERE
5237: PARTY_RELATIONSHIP_ID = x_relationship_id;
5238:
5239: select last_update_date into x_date_three from hz_parties where party_id = p_party_id;
5240: -- ocon_rec.status := 'A';