Oracle Applications - Query To Get The Customer Name, Account Number, Transaction Number, Receipt and Amount Details
Oracle Applications - Query To Get The Customer Name, Account Number, Transaction Number, Receipt and Amount Details
mais
If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to [email protected] or message me at @apps88 in telegram.
Query to get the Customer Name, Account number, Transaction number , Receipt and Amount details
SELECT
hca.account_number
,
hp.party_name
,
rcta.trx_number
,
acra.receipt_number
,
RCTA.TRX_DATE
,
ACRA.CREATION_DATE
,
acra.amount
FROM
HZ_PARTIES HP ,
HZ_CUST_ACCOUNTS HCA ,
RA_CUSTOMER_TRX_ALL RCTA ,
ar_cash_receipts_all acra ,
ar_receivable_applications_all
aaa
WHERE
AAA.APPLICATION_TYPE =
'CASH'
AND
HP.PARTY_ID
= HCA.PARTY_ID
and
RCTA.SOLD_TO_CUSTOMER_ID =
HCA.CUST_ACCOUNT_ID
AND
AAA.CASH_RECEIPT_ID =
ACRA.CASH_RECEIPT_ID
AND
AAA.APPLIED_CUSTOMER_TRX_ID =
RCTA.CUSTOMER_TRX_ID
Posted by
Raju Chinthapatla
at
6:36:00 PM
Labels:
AR,
SCRIPTS
No comments:
Post a Comment
Comment as:
wvelascorj@gm Sign out
Publish Preview
Notify m
Subscribe to:
Post Comments (Atom)
oracleapps88.blogspot.com/2016/03/query-to-get-customer-name-account.html 1/3
22/06/2021 Oracle Applications: Query to get the Customer Name, Account number, Transaction number , Receipt and Amount details
oracleapps88.blogspot.com/2016/03/query-to-get-customer-name-account.html 2/3
22/06/2021 Oracle Applications: Query to get the Customer Name, Account number, Transaction number , Receipt and Amount details
Email : [email protected]. Picture Window theme. Theme images by konradlew. Powered by Blogger.
oracleapps88.blogspot.com/2016/03/query-to-get-customer-name-account.html 3/3