DBA Data[Home] [Help]

APPS.FA_MODIFY_DISTRIBUTIONS_PKG dependencies on FA_FISCAL_YEAR

Line 1157: from fa_fiscal_year

1153: where book_type_code = X_Book_Type_Code;
1154: -------------------------------------------------
1155: select start_date, end_date
1156: into X_FY_Start_Date, X_FY_End_Date
1157: from fa_fiscal_year
1158: where fiscal_year = lv_fiscal_year
1159: and fiscal_year_name = lv_fiscal_year_name;
1160: -------------------------------------------------
1161: select max(transaction_date_entered)