DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_FISCAL_YEAR

Line 316: from fa_fiscal_year fy,

312: if (p_MRC_SOB_Type_Code = 'R') then
313:
314: select fy.fiscal_year
315: into l_first_fiscal_year
316: from fa_fiscal_year fy,
317: fa_book_controls_mrc_v bc,
318: fa_books_mrc_v bks
319: where bc.book_type_code = p_Book_Type_Code
320: and bc.fiscal_year_name = fy.fiscal_year_name

Line 348: from fa_fiscal_year fy,

344: else
345:
346: select fy.fiscal_year
347: into l_first_fiscal_year
348: from fa_fiscal_year fy,
349: fa_book_controls bc,
350: fa_books bks
351: where bc.book_type_code = p_Book_Type_Code
352: and bc.fiscal_year_name = fy.fiscal_year_name