DBA Data[Home] [Help]

APPS.PV_EXT_ENTY_ATTR_VALUE_PVT dependencies on HZ_PARTIES

Line 69: select object_version_number from hz_parties where party_id = pc_party_id

65: and orgp2.effective_end_date is null and nvl(orgp.effective_end_date, sysdate+1) > sysdate
66: ;
67:
68: CURSOR c_get_obj_ver_num (pc_party_id IN NUMBER) IS
69: select object_version_number from hz_parties where party_id = pc_party_id
70: ;
71:
72:
73: BEGIN