DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_DEPRN_PERIODS

Line 1880: from fa_deprn_periods

1876: (deprn_adjustment_batch_id is NOT NULL));
1877:
1878: select count(*)
1879: into l_dp_post_count
1880: from fa_deprn_periods
1881: where book_type_code = p_book_type_code
1882: and period_counter = p_period_rec.period_counter
1883: and ((addition_batch_id is NOT NULL) or
1884: (adjustment_batch_id is NOT NULL) or