DBA Data[Home] [Help]

APPS.FA_CDE_PKG dependencies on FA_CALENDAR_TYPES

Line 4250: from fa_book_controls bc, fa_calendar_types ct

4246: -- Get calendar Info: type, fy_name and num_per_fiscal_year
4247: /* SELECT bc.deprn_calendar, bc.fiscal_year_name,
4248: ct.number_per_fiscal_year
4249: into h_calendar_type, h_fy_name, h_num_per_fy
4250: from fa_book_controls bc, fa_calendar_types ct
4251: where bc.book_type_code = book
4252: and bc.deprn_calendar = ct.calendar_type;
4253: */
4254: h_calendar_type:= fa_cache_pkg.fazcbc_record.deprn_calendar;