DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_PVT dependencies on HZ_PARTY_SITES

Line 32: from hz_party_sites

28:
29: cursor address_cur(l_party_id number)
30: is
31: select party_site_id
32: from hz_party_sites
33: where party_id = l_party_id
34: and identifying_address_flag = 'Y'
35: and status = 'A';
36: