DBA Data[Home] [Help]

APPS.FV_FACTS_TRANSACTIONS dependencies on FV_BE_TRANSACTION_TYPES

Line 2253: -- from fv_be_transaction_types table.

2249: FROM fv_be_trx_dtls
2250: WHERE transaction_id = vl_legis_ref
2251: AND set_of_books_id = vp_set_of_books_id ;
2252: -- Get the Legislation Indicator Value
2253: -- from fv_be_transaction_types table.
2254: SELECT legislative_indicator
2255: INTO va_legis_ind_val
2256: FROM fv_be_transaction_types
2257: WHERE be_tt_id = vl_tran_type

Line 2256: FROM fv_be_transaction_types

2252: -- Get the Legislation Indicator Value
2253: -- from fv_be_transaction_types table.
2254: SELECT legislative_indicator
2255: INTO va_legis_ind_val
2256: FROM fv_be_transaction_types
2257: WHERE be_tt_id = vl_tran_type
2258: AND set_of_books_id = vp_set_of_books_id ;
2259:
2260: IF ( FND_LOG.LEVEL_STATEMENT >=