DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on FV_BE_TRANSACTION_TYPES

Line 5837: FROM fv_be_transaction_types bt

5833: log(l_module,'Sub Type Authority Type: '||l_authority_type_code_sub);
5834: ELSE
5835: SELECT authority_type
5836: INTO l_authority_type_code_trx
5837: FROM fv_be_transaction_types bt
5838: WHERE bt.be_tt_id = l_trx_type_id
5839: AND bt.set_of_books_id = g_set_of_books_id;
5840: log(l_module,'Trx Type Authority Type: '||l_authority_type_code_trx);
5841: END IF;