Best Of
Re: How can we disable tax calculation from a tax engine in Oracle EBS
Thanks for sharing David.
There might be need to calculate Tax for old date transactions that are entered now in the system .
In that case, the profile has to be set again.
Re: How can we disable tax calculation from a tax engine in Oracle EBS
Hi Bharat,
We are doing it at the profile option level. There is a profile option eBTax: Sabrix O2C Tax Calculation which when turned OFF does not calculate tax for OM and AR transactions. We have tested this in lower environments and it has worked fine.
Regards
David
Re: LLM integration that performs actions on your behalf
Hi Otto - I chose Copilot Studio because it fits well within the Microsoft enterprise ecosystem. Since most organizations already use Microsoft 365, it is easier to adopt compared to bringing in a separate agent platform.
Copilot Studio also works well as a no-code or low-code agent builder, which makes it faster to prototype and deploy agents for business use cases.
So my main reason for choosing Copilot Studio is practical: faster adoption, easier integration with Teams, Power Automate, SharePoint, and Microsoft 365, and better alignment with existing enterprise governance and security controls.
-Velu
Re: Oracle Workflow Builder installation for Windows11
Hi
Please check
Troubleshooting Workflow Builder Latest Version 2.6.3.5 Download/Install/Connect Issues for Oracle Applications Release 12.2 (Doc ID 3075937.1)
Thank you
Romeo
Re: TDE configuration on Physical Standby
Hi,
To my Understanding, The ORA-28374 error occurs because the standby database cannot find the master encryption key required to decrypt the redo logs received from the primary database. Your orapki output confirms that the missing key (AbzCw64OLE...) is not present in the standby wallet.
Your merge attempt failed because you merged the keystore from +data/DEPT/wallet/tde into /home/oracle/wallet_test, but the actual active wallet on the primary database seems to be located elsewhere or contains a different key.
To resolve this, please follow these steps:
- Identify the exact active wallet location on the primary database by checking sqlnet.ora or the V$ENCRYPTION_WALLET view.
- Ensure you copy the primary wallet file (ewallet.p12) directly from that active primary location to the standby file system directory (/home/oracle/wallet).
- Since your standby is on a file system while the primary is on ASM, you can use ASMCMD (cp command) or DBMS_FILE_TRANSFER to copy the wallet file out of ASM first.
- Restart the standby database or re-open the wallet on the standby.
Regards,
asahide
Re: Orrch healthCheck failed 401--Unauthorized
Hi @2011
First confirm whether Basic Auth is supposed to be supported in this environment. Since JWT Trust Login is passing, it may be expected that Basic Auth is blocked.
Then test Basic Auth directly against the AIS endpoint, for example run something like the following.
curl -i -u username:password -H "Accept: application/json" https://<host>:<port>/<ais-context>/defaultconfig
If Basic Auth should be allowed:
- Verify the HC username/password.
- Confirm the user is active and not locked.
- Check AIS/Server Manager configuration for Basic Auth or allowed login types.
- Restart the AIS instance after any authentication setting change.
- Check proxy/load balancer rules to ensure the
Authorizationheader is passed through. - Review AIS/WebLogic logs around the timestamp of the HC failure.
If Basic Auth is intentionally disabled, then this HC failure is expected and the Health Check configuration should be adjusted so Basic Auth is not treated as a required check.
Regards,
Prasad
tkprasad
Re: PeopleSoft Weekly PRPs posting location/page
We update Hot Topics but missed a couple because support was not given that there were patches delivered. I have discussed with the development team so this should not be an issue going forward.
Regards,
Paul
Re: Patch 39168284 – Readme File Download Fails with “400 Bad Request (Request Header or Cookie Large)"
This error drives me crazy. I have it very often on Oracle Support. I would appreciate a "real" solution or workaround.
Re: LLM integration that performs actions on your behalf
Hi - Current LLMs are probabilistic. You cannot simply tell AI to “do month-end closing” and expect it to complete the process reliably end to end. That is more of an automation/workflow problem than a pure AI problem.
AI can definitely increase productivity, reduce manual effort, and help users make better decisions. But for critical business processes like month-end close, a human should still remain in the loop for review, validation, and final approval.
I am currently exploring AI use cases in the PeopleSoft space. One example close to your requirement is a PeopleSoft AI invoice auto-fill solution. The idea is to use Azure Document Intelligence to extract invoice details from a PDF and automatically populate the relevant fields on the PeopleSoft voucher page.
But even there, AI is not replacing the user. It assists with data extraction and entry, while the user still validates the information and approves the transaction.
So the realistic approach is: use AI to assist, automate where rules are clear, and keep human approval for business-critical decisions.
look at my website
-Velu

