You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

AR Transaction details with receipt details custom OTBI report

edited Aug 3, 2020 12:01PM in Reporting and Analytics for ERP 4 comments

Summary

Need to link Receipt Application subject area to transaction details subject area

Content

Hi,

I have created a custom OTBI report with all standard AR receipt details along with it's application details however i am unable to get the transaction amount in the report. Please help.

Below is the query i have prepared for the same.

SELECT distinct ACR.RECEIPT_NUMBER,
to_char(ACR.RECEIPT_DATE,'DD-MON-YYYY') REC_DATE,
ACR.CURRENCY_CODE CURRENCY, 
ROUND (ACR.AMOUNT,2) REC_AMOUNT, 
ACR.COMMENTS REC_EMPL_ID,
RM.NAME RECEIPT_METHOD, 
RCT.TRX_NUMBER INV_NUMBER,
ACR.STATUS,
to_char(RCT.TRX_DATE,'DD-MON-YYYY') INV_DATE,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!