Page 1 of 1
Difference between ra_customers and Hz_parties?
Posted: Thu Jul 24, 2008 12:10 pm
by sheshasai
difference between ra_customers and Hz_parties pls reply
Posted: Sun Jul 27, 2008 10:27 pm
by roy
In older versions of Oracle (10.7 etc.) all the customer data (e.g.
customer name) was in AR tables.
Later Oracle implemented the Trading Community Architecture and came up with HZ tables. So now the customer info is in HZ_CUSTOMERS.
But to ensure backward compatibility, Oracle turned all AR tables into
views based on HZ tables.
E.g you will notice that AR_CUSTOMERS is not a table. It is a view
based on HZ_CUSTOMERS and HZ_PARTIES.
So when you run the customer interface program, HZ_CUSTOMERS table will get updated and those updates will also appear in AR_CUSTOMERS since it is a view.
Posted: Mon Jul 28, 2008 8:19 am
by sheshasai
[quote]In older versions of Oracle (10.7 etc.) all the customer data (e.g.
customer name) was in AR tables.
Later Oracle implemented the Trading Community Architecture and came up with HZ tables. So now the customer info is in HZ_CUSTOMERS.
But to ensure backward compatibility, Oracle turned all AR tables into
views based on HZ tables.
E.g you will notice that AR_CUSTOMERS is not a table. It is a view
based on HZ_CUSTOMERS and HZ_PARTIES.
So when you run the customer interface program, HZ_CUSTOMERS table will get updated and those updates will also appear in AR_CUSTOMERS since it is a view.
<i><div align="right">Originally posted by roy