DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on HZ_ORG_CONTACTS

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

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