DBA Data[Home] [Help]

APPS.FA_MASS_DEPRN_BASIS_PKG dependencies on FA_CALENDAR_TYPES

Line 238: fa_calendar_types ct

234: into l_fiscal_year,
235: l_eofy_flag
236: from fa_book_controls_mrc_v bc,
237: fa_deprn_periods_mrc_v dp,
238: fa_calendar_types ct
239: where dp.book_type_code = p_book_type_code
240: and dp.period_counter = p_period_counter
241: and bc.book_type_code = p_book_type_code
242: and bc.deprn_calendar = ct.calendar_type;

Line 256: fa_calendar_types ct

252: l_eofy_flag,
253: l_period_num
254: from fa_book_controls bc,
255: fa_deprn_periods dp,
256: fa_calendar_types ct
257: where dp.book_type_code = p_book_type_code
258: and dp.period_counter = p_period_counter
259: and bc.book_type_code = p_book_type_code
260: and bc.deprn_calendar = ct.calendar_type;