Order Management - EBS (MOSC)

MOSC Banner

getting duplicate rows while linking witht the customer tables with order management

edited Dec 16, 2013 2:04AM in Order Management - EBS (MOSC) 1 commentAnswered
 HI,
can any body please help me in fixing these query

select ooha.order_number
        ,hp.party_name
        ,hlc.address1
        ,hlc.address2
        ,hlc.address3
        ,hlc.city
        ,hcsu.site_use_code
        ,hp.email_address
        ,ooha.header_id
from hz_parties hp
       ,hz_party_sites hps
       ,hz_locations hlc
       ,hz_cust_accounts hca
       ,hz_cust_acct_sites_all hcac
       ,hz_cust_site_uses_all hcsu
       ,oe_order_headers_all ooha
where 1=1
    and hp.party_id=hps.party_id
    and hps.location_id=hlc.location_id
    and hca.party_id=hps.party_id
    and hca.cust_account_id=hcac.cust_account_id
    and hps.party_site_id=hcac.party_site_id

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