Supplier ZX tax reporting table relationships (knowledge)
After I am diving into ZX module I am thinking sharing some knowledge, since some guys has been asking where are the tables
that contain supplier tax config and its relationship with ZX tables.
Here it goes:
PO_VENDORS has PARTY_ID
PO_VENDOR_SITES_ALL has PARTY_SITE_ID
HZ_PARTIES has PARTY_ID
HZ_PARTY_SITES has PARTY_SITE_ID
then ZX_PARTY_TAX_PROFILE has PARTY_ID
The config in Suppliers for ZX module is split into two tables:
PO_VENDOR_SITES_ALL and ZX_PARTY_TAX_PROFILE
Hope this helps for many developers