DBA Data[Home] [Help]

APPS.FA_SHORT_TAX_YEARS_PKG dependencies on FA_BOOK_CONTROLS

Line 88: fa_book_controls bc

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