What are the Oracle DB user permissions required for calling pos_vendor_pub_pkg?
Oracle EBS 12.1
I am building an integration that creates suppliers and bank accounts in Oracle EBS. I'd like to create an Oracle User specific to the task so we don't have to use a system account like APPS.
Is there any documentation about what permissions I need to give a new Oracle user to call these PL/SQL procedures?
These are the procedures I'm currently calling:
- POS_VENDOR_PUB_PKG.CREATE_VENDOR
- POS_VENDOR_PUB_PKG.CREATE_VENDOR_SITE
- POS_VENDOR_PUB_PKG.CREATE_VENDOR_CONTACT
- POS_VENDOR_PUB_PKG.UPDATE_VENDOR
- POS_VENDOR_PUB_PKG.UPDATE_VENDOR_SITE
- POS_VENDOR_PUB_PKG.UPDATE_VENDOR_CONTACT