Sie sind auf Seite 1von 1

If we know the location,we get the customer from the below queries.

First get the location_id,Pass this into below query


select * from apps.hz_party_sites where location_id = '5388571' ---Pass Location
_id here
you get party_site_id .
select * from apps.hz_cust_acct_sites_all where party_site_id = '4387649' --Pass
party site id here
You get cust_account_id
select * from apps.hz_cust_accounts where cust_account_id = '76531'--Pass cust_a
ccount_id here,
you get the customer number nothing but the Account_number column in this query

Das könnte Ihnen auch gefallen