DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on HZ_CUST_ACCOUNTS

Line 760: hz_cust_accounts acc,

756:
757: select party_id
758: into l_party_id
759: from
760: hz_cust_accounts acc,
761: ra_customer_trx trx
762: where trx.bill_to_customer_id = acc.cust_account_id
763: and trx.trx_number = app_info(i).trx_number;
764: