Total Pageviews

Showing posts with label EBS : Oracle APPS Query : GL. Show all posts
Showing posts with label EBS : Oracle APPS Query : GL. Show all posts

Monday, 10 April 2023

EBS : Oracle Apps GL Important Query

 Oracle APPS GL Query


  • Query to get GL Daily rates

select * from apps.gl_daily_rates

where trunc(conversion_date) ='22-MAR-2023'

and from_currency='EUR' and TO_CURRENCY ='USD'

and conversion_type ='1002'

order by 3 desc;







FUSION : BIP Reports Multiple Parameter Selection

How to make parameter multiple value selection in FUSION BIP REPORT    AND ( least(:P_PR_NUMBER) is null   or   prha.requisition_header_id i...