DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FA_MC_BOOKS

Line 620: FA_MC_BOOKS BOOKS,

616: FA_MC_DEPRN_DETAIL DD,
617: FA_ASSET_HISTORY AH,
618: FA_TRANSACTION_HEADERS TH,
619: FA_TRANSACTION_HEADERS TH_RT,
620: FA_MC_BOOKS BOOKS,
621: FA_DISTRIBUTION_HISTORY DH,
622: FA_CATEGORY_BOOKS CB
623: WHERE
624: CB.BOOK_TYPE_CODE = book AND

Line 638: from fa_mc_books oldbk

634: ) OR
635: ( AH.ASSET_TYPE = 'CAPITALIZED' AND
636: BOOKS.GROUP_ASSET_ID is not null
637: and exists (select 1
638: from fa_mc_books oldbk
639: , fa_transaction_headers oldth
640: , fa_mc_deprn_periods dp
641: where oldbk.transaction_header_id_out = books.transaction_header_id_in
642: and oldbk.transaction_header_id_out = oldth.transaction_header_id