FA Price Index Listing - draft

Description
Categories: BI Publisher
Application: Assets
Source: Price Index Listing (XML) - Not Supported: Reserved For Future Use
Short Name: FASPRX_XML
DB package: FA_FASPRX_XMLP_PKG

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select	PI.Price_Index_Name,
	PV.From_Date,
	PV.To_Date,
	PV.Price_Index_Value
from	FA_PRICE_INDEXES		PI,
	FA_PRICE_INDEX_VALUES	PV
where	PV.Price_Index_ID	= PI.Price_Index_ID
order by
	PI.Price_Index_Name,
	PV.From_Date