Ho to use the standard parameters for the customized report
Hi,
I have developed the customized report to get asset addition details as per the user requirement.
when I ran the following query I got correct data and I also compared those data with standard report output.
So now I want to use standard FA period parameters (which are using in standard asset addition report) for my report.
Can you please guide me to add that parameters.
Version EBS R12.13
-----Query-----------
select
DISTINCT
A.ASSET_NUMBER,
A.DESCRIPTION,
A.current_Units,
A.SERIAL_NUMBER,
B.DATE_PLACED_IN_SERVICE,
B.ORIGINAL_COST,
B.BOOK_TYPE_CODE,
C.DESCRIPTION,
D.ASSET_COST_ACCT,