DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on HZ_CUST_ACCOUNTS

Line 764: hz_cust_accounts acc,

760:
761: select party_id
762: into l_party_id
763: from
764: hz_cust_accounts acc,
765: ra_customer_trx trx
766: where trx.bill_to_customer_id = acc.cust_account_id
767: and trx.customer_trx_id = app_info(i).customer_trx_id; /* bug 9909157 */
768: