1. From the Suppliers home page, click Create Supplier.
2. On the Create Supplier page:
o Select standard supplier as the supplier type. Note: See Setting Up Supplier Hierarchies for instructions on creating parent-child relationships between suppliers.
o Enter a unique supplier name in the Organization Name field.
Suggestion: Use a naming convention that minimizes risk of separate entries for the same supplier under different names. For example, if you consistently spell the full name of a supplier, do not enter both Orion Corp. and Orion Corporation.
o Select the country of origin for the new supplier.
o Optionally enter the supplier's tax identification number in the Taxpayer ID field; for example, a corporation or partnership's federal identification number/federal tax ID.
o Optionally enter the value-added tax (VAT) registration number in the Tax Registration Number field if you are entering a VAT supplier.
o Optionally, enter values for the remaining fields.
o Click Apply. You return to the Suppliers page with the information on the new supplier displayed..
Once you have the supplier initially created, you can use the options from the Quick Update navigation bar on the left side of the page to define other information about your new supplier. You can:
Define organizational and structural information about the supplier.
Define supplier addresses.
Define supplier sites. Note that supplier sites are tied to an address, so you must create at least one supplier address before you can create a supplier site.
Define contacts and associate them with addresses and sites.
Define tax information for the supplier.
Specify business classifications such as certifications or ownership status.
Identify the products and services the supplier provides.
Define information about the bank accounts you use with the supplier.
You can use internally created surveys to monitor and evaluate supplier performance and satisfaction.
You can create accounting information on the accounts you use with this supplier.
Specify what tax reporting requirements are used for this supplier.
Define purchasing defaults.
Define receiving defaults.
Define payables defaults.
Define invoice management defaults.
select * from apps.AP_SUPPLIERS
where vendor_name like'XX%'; --vendor_id=1 34170
select * from po_vendor_sites_all
where vendor_id in (1, 2);
Once the supplier created, if we try to user the supplier in ASL form, but we can't find the site for the supplier, please check if PURCHASING_SITE_FLAG is Yes, if the flag =N, please update the purchasing flag as Yes with path: Address book----Manage site.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15225049/viewspace-746547/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/15225049/viewspace-746547/