SELECT DISTINCT rcta.trx_number,
hca.account_number,
hps.party_site_number
FROM hz_cust_accounts hca
JOIN hz_cust_acct_sites_all hcsa
ON hca.cust_account_id = hcsa.cust_account_id
JOIN hz_cust_site_uses_all hcsu
ON hcsa.cust_acct_site_id = hcsu.cust_acct_site_id
JOIN hz_party_sites hps
ON hcsa.party_site_id = hps.party_site_id
JOIN ra_customer_trx_all rcta
ON hca.party_id = rcta.ship_to_party_id
WHERE hcsu.site_use_code = 'SHIP_TO'
AND rcta.trx_number = :trx_number
Friday, October 10, 2025
SQL Query to get Ship_To Site Details for an AR Transaction in Oracle Fusion Account Receivables
Subscribe to:
Post Comments (Atom)
Oracle Fusion Dunning Letter Delivery Details Report SQL — Fetch Dunning letter name, delivery status etc against a Account, Site, and Contact Information for AR Collections
Description Learn how to build a Dunning Letter Delivery Details Report in Oracle Fusion using SQL. This query retrieves customer account an...
-
SELECT DISTINCT fcpl . user_concurrent_program_name , fcp . concurrent_program_name , fapp . applica...
-
Query to get all AP Payments related to a PPR:- SELECT c . * FROM ap_checks_all c WHERE c . payment_id IN ( SELECT ip . pay...
-
The short answer is sort of. Which is not much help to anyone, hopefully you will have a few moments to read on and I can explain myself. T...
No comments:
Post a Comment