DBA Data[Home] [Help]

APPS.FV_GEN_ARTRX_REIMB_PROC dependencies on HZ_PARTIES

Line 714: from hz_parties hzp ,

710: log(C_STATE_LEVEL, l_module, 'l_terms: '||l_terms);
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