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;
How to make parameter multiple value selection in FUSION BIP REPORT AND ( least(:P_PR_NUMBER) is null or prha.requisition_header_id i...
No comments:
Post a Comment