DBA Data[Home] [Help]

APPS.FA_CUA_GAIN_LOSS_EXT_PKG dependencies on FA_DEPRN_PERIODS

Line 33: from fa_deprn_periods

29: l_trans_rec FA_API_TYPES.trans_rec_type;
30:
31: Cursor C_amort_date is
32: select greatest(calendar_period_open_date,least(sysdate, calendar_period_close_date))
33: from fa_deprn_periods
34: where book_type_code = x_book_type_code
35: and period_close_date is null;
36:
37: Cursor check_hr_asset is