DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on HZ_ORG_CONTACTS

Line 2539: FROM hz_org_contacts

2535: AND status = 'A');
2536:
2537: CURSOR c_org_contact(p_party_relationship_id NUMBER) IS
2538: SELECT org_contact_id, object_version_number
2539: FROM hz_org_contacts
2540: WHERE party_relationship_id = p_party_relationship_id;
2541:
2542: CURSOR c_party(p_party_id NUMBER) IS
2543: SELECT object_version_number