DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_BOOK_CONTROLS

Line 3958: fa_book_controls bc,

3954: (cp.end_date + 1 - cp.start_date) /
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