DBA Data[Home] [Help]

APPS.FA_FIN_ADJ1_PKG dependencies on FA_FISCAL_YEAR

Line 365: fa_fiscal_year fy

361: */
362: cursor same_fiscal_year is
363: select 'Y'
364: from fa_book_controls bc,
365: fa_fiscal_year fy
366: where bc.book_type_code = bks_book_type_code
367: and bc.fiscal_year_name = fy.fiscal_year_name
368: and bks_date_placed_in_service between
369: fy.start_date and fy.end_date