DBA Data[Home] [Help]

APPS.FV_1099_TRANSACTION dependencies on HZ_CUST_ACCOUNTS

Line 148: FROM hz_parties hzp, hz_cust_accounts hzca

144:
145: BEGIN
146: SELECT hzp.party_name,hzp.tax_reference
147: INTO v_cust_name, v_tax_ref
148: FROM hz_parties hzp, hz_cust_accounts hzca
149: WHERE hzca.cust_account_id = v_customer_id
150: AND hzca.party_id = hzp.party_id;
151:
152: EXCEPTION