DBA Data[Home] [Help]

APPS.FA_SHORT_TAX_YEARS_PKG dependencies on FA_BOOK_CONTROLS

Line 89: fa_book_controls bc

85: decode(h_curr_fy_start_date,
86: NULL,to_date(C_Curr_Fy_Start_Date, 'DD/MM/YYYY'),
87: h_curr_fy_start_date))
88: FROM fa_fiscal_year fy,
89: fa_book_controls bc
90: WHERE h_dpis between fy.start_date
91: and fy.end_date
92: AND bc.book_type_code = X_Book_Type_Code
93: AND bc.fiscal_year_name = fy.fiscal_year_name;