DBA Data[Home] [Help]

APPS.FV_FACTS_TRANSACTIONS dependencies on FV_BE_TRANSACTION_TYPES

Line 2217: -- from fv_be_transaction_types table.

2213: FROM fv_be_trx_dtls
2214: WHERE transaction_id = vl_legis_ref
2215: AND set_of_books_id = vp_set_of_books_id ;
2216: -- Get the Legislation Indicator Value
2217: -- from fv_be_transaction_types table.
2218: SELECT legislative_indicator
2219: INTO va_legis_ind_val
2220: FROM fv_be_transaction_types
2221: WHERE be_tt_id = vl_tran_type

Line 2220: FROM fv_be_transaction_types

2216: -- Get the Legislation Indicator Value
2217: -- from fv_be_transaction_types table.
2218: SELECT legislative_indicator
2219: INTO va_legis_ind_val
2220: FROM fv_be_transaction_types
2221: WHERE be_tt_id = vl_tran_type
2222: AND set_of_books_id = vp_set_of_books_id ;
2223:
2224: IF ( FND_LOG.LEVEL_STATEMENT >=