Basic Tables in R12
|
R12 |
Description |
|
HZ_PARTIES |
This happens to be the master table now instead of PO_VENDORS. |
|
HZ_PARTY_USG_ASSIGNMENTS |
This table stores the Party Usages, for example, it captures the fact that the given party_id is of type SUPPLIER |
|
HZ_ORGANIZATION_PROFILES |
his table captures additional Supplier information, for example, credit scoring details of Supplier or the Number of Employees working in Supplier Organization. |
|
IBY_EXTERNAL_PAYEES_ALL |
This table captures Payment related details of the Supplier. |
|
AP_SUPPLIERS |
Alongside HZ_PARTIES, this is another master table that replaces the PO_VENDORS table of 11i. |
|
POS_SUPPLIER_MAPPINGS |
This table holds the mapping between the AP_SUPPLIERS.VENDOR_ID and HZ_PARTIES.PARTY_ID. |
|
ZX_PARTY_TAX_PROFILE |
The taxation related details like Tax Codes, and Tax Accounts etc have been moved from AP into ZX. Efectively this application is the Tax repository/Taxation Engine for eBusiness Suite starting from R12. |
|
PO_VENDORS |
PO_VENDORS is a view in R12, that joins AP_SUPPLIERS & HZ_PARTIES. |
|
|
|