You are going looking for the Payment Method and Payment Method changes in AP_SUPPLIERS and AP_SUPPLIER_SITES_ALL Tables and you don’t find any. You are disappointed and frustrated. Well don’t you worry, I possibly have the cure for that.
Payment Method for suppliers in R12 can be seen in the below tables:
- IBY_EXTERNAL_PAYEES_ALL
- IBY_EXT_PARTY_PMT_MTHDS
We know that Payment Method can be defined at Supplier Level, Site Level or both. How do we differentiate in R12?
- Supplier Level payment method will have ORG_ID field as NULL in IBY_EXTERNAL_PAYEES_ALL Table.
- Site Level Payment Method will have ORG_ID field populated and will also have the Supplier_site_id and Party_site_id columns populated in IBY_EXTERNAL_PAYEES_ALL Table
Importing Suppliers using Open Interface
- Populate the payment_method_lookup_code in AP_SUPPLIERS_INT table to create the payment method at Supplier Level
- Populate the payment_method_lookup_code in AP_SUPPLIER_SITES_INT table to create the payment method at Supplier Site Level
Using API to create the Payment Method
- IBY_DISBURSEMENT_SETUP_PUB.Create_External_Payee to create the Payment Method
- IBY_DISBURSEMENT_SETUP_PUB.Update_External_Payee to update the Payment Method
I have attached a sample code to create the Payment Method using API. You can download the same below:
I will post another one on Update Payment method API. Hope this helps. Post your questions and I will try my best to answer those!!
Questions? Comments? Suggestions? Let us know!! Like / Subscribe / Follow for more updates.