DBA Data[Home] [Help]

APPS.FV_GEN_ARTRX_REIMB_PROC dependencies on HZ_CUST_ACCOUNTS

Line 715: HZ_CUST_ACCounts hza

711:
712: BEGIN
713: select hzp.party_name into l_customer_name
714: from hz_parties hzp ,
715: HZ_CUST_ACCounts hza
716: where hzp.party_id = hza.party_id
717: and hza.cust_account_id = p_trx_header_tbl(1).bill_to_customer_id;
718: EXCEPTION when others then
719: null;