DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS1_PKG dependencies on FA_BOOKS_SUMMARY

Line 3144: from fa_books_summary bs

3140:
3141: CURSOR c_get_bs_amounts(c_period_counter number) IS
3142: select bs.recoverable_cost
3143: , bs.salvage_value
3144: from fa_books_summary bs
3145: where bs.asset_id = p_asset_id
3146: and bs.book_type_code = p_book_type_code
3147: and bs.period_counter = c_period_counter;
3148:

Line 3211: -- eop/eofy amounts are available in FA_BOOKS_SUMMARY table.

3207: l_period_counter := p_period_counter;
3208: end if;
3209:
3210: --
3211: -- eop/eofy amounts are available in FA_BOOKS_SUMMARY table.
3212: --
3213:
3214: if (p_mrc_sob_type_code = 'R') then
3215: FOR i in 1..2 LOOP