DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on FV_BE_TRANSACTION_TYPES

Line 1166: FROM fv_be_transaction_types bt

1162: log(l_module_name,'Sub Type Authority Type: '||l_authority_type_code_sub);
1163: ELSE
1164: SELECT authority_type
1165: INTO l_authority_type_code_trx
1166: FROM fv_be_transaction_types bt
1167: WHERE bt.be_tt_id = l_trx_type_id
1168: AND bt.set_of_books_id = gbl_sob_id;
1169: log(l_module_name,'Trx Type Authority Type: '||l_authority_type_code_trx);
1170: END IF;