DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_FISCAL_YEAR

Line 3959: fa_fiscal_year fy

3955: (fy.end_date + 1 - fy.start_date))),0) * 12, 0)
3956: from fa_calendar_periods cp,
3957: fa_calendar_types ct,
3958: fa_book_controls bc,
3959: fa_fiscal_year fy
3960: where bc.book_type_code = p_asset_hdr_rec.book_type_code
3961: and bc.date_ineffective is null
3962: and ct.calendar_type = bc.prorate_calendar
3963: and ct.fiscal_year_name = bc.fiscal_year_name

Line 4413: from fa_fiscal_year fy,

4409:
4410: /*
4411: select count(1)
4412: into l_first_period
4413: from fa_fiscal_year fy,
4414: fa_deprn_periods dp
4415: where l_fiscal_year_name = fy.fiscal_year_name
4416: and l_current_fiscal_year = fy.fiscal_year
4417: and dp.book_type_code = p_asset_hdr_rec.book_type_code