5694: CURSOR c_party_currencies IS
5695: SELECT distinct currency
5696: FROM ar_trx_bal_summary
5697: WHERE cust_account_id IN (SELECT cust_account_id
5698: FROM hz_cust_accounts_all
5699: WHERE party_id = p_party_id
5700: AND status = 'A');
5701:
5702: CURSOR c_checklist_currency_def IS