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

Oracle BI Publisher

I'm trying to create a DM and extract in Oracle BI publisher to pull some payment data from the cloud and build a report for our users to run to identify payments made. I have the following query below, however it's displaying duplicate records. Can anyone see any issue with the way the query is built? Most likely has something to do with the joins:

select

(SELECT BANK_ACCOUNT_NUM 

FROM CE_BANK_ACCT_USES_ALL CBAU,

CE_BANK_ACCOUNTS CBA 

WHERE A.CE_BANK_ACCT_USE_ID = CBAU.BANK_ACCT_USE_ID

AND CBAU.BANK_ACCOUNT_ID = CBA.BANK_ACCOUNT_ID

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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