Email procedure in package fails with 24247 ACL via concurrent request; succeeds when invoked direct
I've got a package that calls a second package which generates an email. When I run this package via the concurrent manager, I get the ORA-24247 error about an incorrectly configured ACL. However, if I invoke the package directly, using the same user that executes the package when it is run through concurrent manager, the email is generated. Here's what the DBA_NETWORK_ACLS and DBA_NETWORK_ACL_PRIVILEGES look like. In both cases it is the 'APPS' user which runs the procedure.
HOST | LOWER_PORT | UPPER_PORT | ACL | ACLID |
XXXX.oracleoutsourcing.com | 25 | 25 | /sys/acls/acl_for_apps.xml | F10665381FCE6F03E0409B8107406235 |