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
Tagged:
0