FA What-If Depreciation - draft

Description
Categories: BI Publisher
Application: Assets
Source: What-If Depreciation Report (XML) - Not Supported: Reserved For Future Use
Short Name: FAWHTIF_XML
DB package: FA_FAWHTIF_XMLP_PKG
SELECT     asset_number c_asset_number,
	description c_description,
	period_name c_period_name,
	fiscal_year c_fiscal_year,
	expense_acct c_expense_acct,
	current_cost c_current_cost,
	current_prorate_conv c_current_prorate_conv,
	current_life c_current_life,
	current_salvage_value c_current_salvage_value,
	current_basic_rate c_current_basic_rate,
	current_adjusted_rate c_current_adjusted_rate,
	depreciation	c_depreciation,
	new_depreciation	c_new_depreciation
FROM        fa_whatif_itf
WHERE      request_id = :P_REQUEST_ID_T
ORDER BY rowid