DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_DEPRN_SUMMARY_MRC_V

Line 539: from fa_deprn_summary_mrc_v

535:
536: if (p_MRC_SOB_Type_Code = 'R') then
537: select deprn_reserve
538: into l_first_year_reserve
539: from fa_deprn_summary_mrc_v
540: where book_type_code = p_Book_Type_Code
541: and asset_id = p_Asset_Id
542: and period_counter = l_first_year_period_counter;
543:

Line 546: from fa_deprn_summary_mrc_v

542: and period_counter = l_first_year_period_counter;
543:
544: select deprn_reserve
545: into l_prev_year_reserve
546: from fa_deprn_summary_mrc_v
547: where book_type_code = p_Book_Type_Code
548: and asset_id = p_Asset_Id
549: and period_counter = l_prev_year_period_counter;
550:

Line 1461: from fa_deprn_summary_mrc_v

1457: end;
1458:
1459: select deprn_reserve
1460: into x_prev_reserve
1461: from fa_deprn_summary_mrc_v
1462: where book_type_code = p_Book_Type_Code
1463: and asset_id = p_Asset_Id
1464: and period_counter = x_bef_trxn_period_counter;
1465: else