DBA Data[Home] [Help]

APPS.FA_IMPAIRMENT_PREV_PVT dependencies on FA_DEPRN_PERIODS

Line 1958: from fa_deprn_periods dp

1954: and ds.deprn_source_code = 'BOOKS')
1955: and decode(th.transaction_subtype,
1956: 'AMORTIZED', th.amortization_start_date,
1957: (select dp.calendar_period_open_date
1958: from fa_deprn_periods dp
1959: where dp.book_type_code = p_book_type_code
1960: and th.date_effective
1961: between period_open_date
1962: and nvl(period_close_date, sysdate)))