DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_FISCAL_YEAR

Line 1179: from fa_fiscal_year

1175: where book_type_code = X_Book_Type_Code;
1176: -------------------------------------------------
1177: select start_date, end_date
1178: into X_FY_Start_Date, X_FY_End_Date
1179: from fa_fiscal_year
1180: where fiscal_year = lv_fiscal_year
1181: and fiscal_year_name = lv_fiscal_year_name;
1182: -------------------------------------------------
1183: select max(transaction_date_entered)