434: 'INTER_ASSET_TRANSACTIONS',
435: bc.book_type_code
436: from xla_events ev,
437: xla_transaction_entities te,
438: fa_trx_references trx,
439: fa_book_controls bc
440: where te.application_id = l_appl_id
441: and te.ledger_id = bc.set_of_books_id
442: and te.entity_code = 'INTER_ASSET_TRANSACTIONS'