Hey all.. This is in continuation to my blog on “Create Payment Method API“.
Let us take a look at how to update payment method using APIs. API => iby_disbursement_setup_pub.update_external_payee
My requirement was to update the payment method for all the supplier sites that has payment method as “EFT” but no Bank Information.
You may download the PDF version. Click on the link update_payment_method.
Tables Affected:
- IBY_EXTERNAL_PAYEES_ALL
- IBY_EXT_PARTY_PMT_MTHDS
I have also noticed that sometimes you get the error message “IBY_EXT_PAYEE_NOT_EXIST“. Please make sure that:
- Payee_party_site_id is passed
- Session is initialized => use fnd_global , mo_global
Hope this helps. Let me know if you have questions.
Questions? Comments? Suggestions? Let us know!! Like / Subscribe / Follow for more updates.