DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRX dependencies on HZ_CUST_ACCOUNTS_ALL

Line 3959: hz_cust_accounts_all hzca

3955: END IF;
3956: SELECT hzca.customer_class_code
3957: INTO l_cust_class_code
3958: FROM ra_customer_trx_all rct,
3959: hz_cust_accounts_all hzca
3960: WHERE rct.trx_number = p_reimb_agree_seg_val
3961: AND rct.set_of_books_id = vp_set_of_books_id
3962: AND hzca.cust_account_id = rct.bill_to_customer_id;
3963: