Showing posts with label Query : To get the fiscal year name. Show all posts
Showing posts with label Query : To get the fiscal year name. Show all posts

Thursday, 7 April 2011

Query : To get the fiscal year name


Query : To get the fiscal year name

select calendar_type,
description,
period_suffix_type,
number_per_fiscal_year,
fiscal_year_name
from fa_calendar_types
where calendar_type='&calendertype';