DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_BOOK_CONTROLS

Line 3198: fa_book_controls bc,

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