Receivables - EBS (MOSC)

MOSC Banner

Query between ra_customer_trx_all and HZ Tables

edited Apr 13, 2016 5:25AM in Receivables - EBS (MOSC) 5 commentsAnswered

Hello,

I am trying to build a query to get a list of all active customer sites for the past two years depending on the customer Invoices over that period of time. This is what I have till now. Would someone let me know if this holds good or guide me if they have a better solution?

SELECT hou.name operating_unit,

         hp.party_name customer_name,

         hca.account_number customer_number,

         hca.cust_account_id customer_id,

         hps.party_site_number site_number,

         hcsua.site_use_code,

         hcsua.location,

         hl.address1,

         hl.address2,

         hl.city,

         hl.state

    FROM hz_locations hl,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center