DBA Data[Home] [Help]

APPS.FV_FACTS_TBAL_TRANSACTIONS dependencies on FV_BE_TRX_HDRS

Line 2347: FROM fv_be_trx_dtls d, fv_be_trx_hdrs h

2343: --Modified the following Budget_Transac cursor definition--
2344:
2345: Cursor Budget_Transac is
2346: SELECT h.doc_number, d.gl_date, d.creation_date, d.created_by
2347: FROM fv_be_trx_dtls d, fv_be_trx_hdrs h
2348: WHERE to_char(d.transaction_id) = p_reference1
2349: AND h.doc_id = d.doc_id;
2350:
2351: --End Bug 2464961--