DBA Data[Home] [Help]

APPS.IEX_DISPUTE_PVT dependencies on HZ_CUST_ACCOUNTS

Line 496: from hz_cust_accounts

492: AND item_type IN('ARCMREQ', 'ARAMECM');
493:
494: cursor get_partyid(p_cust_acct_id number) is
495: select party_id
496: from hz_cust_accounts
497: where cust_account_id = p_cust_acct_id;
498:
499: Cursor Get_billto(p_cust_trx_id number) Is
500: select bill_to_site_use_id