DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_FISCAL_YEAR

Line 3199: fa_fiscal_year fy

3195: (fy.end_date + 1 - fy.start_date))),0) * 12, 0)
3196: from fa_calendar_periods cp,
3197: fa_calendar_types ct,
3198: fa_book_controls bc,
3199: fa_fiscal_year fy
3200: where bc.book_type_code = p_asset_hdr_rec.book_type_code
3201: and bc.date_ineffective is null
3202: and ct.calendar_type = bc.prorate_calendar
3203: and ct.fiscal_year_name = bc.fiscal_year_name

Line 3649: from fa_fiscal_year fy,

3645:
3646: /*
3647: select count(1)
3648: into l_first_period
3649: from fa_fiscal_year fy,
3650: fa_deprn_periods dp
3651: where l_fiscal_year_name = fy.fiscal_year_name
3652: and l_current_fiscal_year = fy.fiscal_year
3653: and dp.book_type_code = p_asset_hdr_rec.book_type_code