DBA Data[Home] [Help]

APPS.FA_XML_REPORT_PKG dependencies on FA_MC_BOOKS

Line 612: l_fa_books_tb_name := 'fa_mc_books';

608: raise FND_API.G_EXC_UNEXPECTED_ERROR;
609: end if;
610:
611: if l_reporting_flag = 'R' then
612: l_fa_books_tb_name := 'fa_mc_books';
613: l_fa_dpr_sum_tb_name := 'fa_mc_deprn_summary';
614: else
615: l_fa_books_tb_name := 'fa_books';
616: l_fa_dpr_sum_tb_name := 'fa_deprn_summary';

Line 675: from fa_mc_books bk

671: where cgu.book_type_code = p_book_type_code
672: and cgu.cash_generating_unit_id = nvl(p_cash_gen_unit_id, cgu.cash_generating_unit_id)
673: and cgu.cash_generating_unit_id
674: in (select bk.cash_generating_unit_id
675: from fa_mc_books bk
676: where bk.book_type_code = p_book_type_code
677: and bk.transaction_header_id_out is null
678: and bk.asset_id = nvl(p_asset_id, bk.asset_id)
679: );