Blog / Oracle Application Blog
Calling External URL in a New window
Suppose if we want to call any external URL in OAF page. So you can call as like below.
urlname = https://www.google.com/
pageContext.sendRedirect(urlname);
Blog / Oracle Application Blog
Suppose if we want to call any external URL in OAF page. So you can call as like below.
urlname = https://www.google.com/
pageContext.sendRedirect(urlname);
Introduction / Issue Closing a WIP job in EBS normally means going through the Discrete Jobs form manually — checking if all transactions are done, confirming t…

Introduction/Issue: Even though supplier setup in Oracle Payables was correct, the “Supplier Balance” dashboard on the Oracle Enterprise Command Center (ECC) wa…

Introduction / Issue Users of the Order Management – Enterprise Command Center dashboard needed a way to narrow down the Orders by Order Date directly from the…