DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on HZ_PARTIES

Line 338: hz_parties hzp

334: CURSOR c1 IS
335: SELECT
336: hzp.party_name
337: FROM
338: hz_parties hzp
339: , hz_cust_accounts_all hzca
340: WHERE hzp.party_id = hzca.party_id
341: AND hzca.cust_account_id = p_cust_id
342: ;