Hello,
I am just struggling to find the correct API for changing the state in routing alternate.

I just installed the extensino IFS cloud web devtools, but I don’t know where to look in there for called API’s???
Please help.
Hello,
I am just struggling to find the correct API for changing the state in routing alternate.

I just installed the extensino IFS cloud web devtools, but I don’t know where to look in there for called API’s???
Please help.
Best answer by Marcel.Ausan
These wrapper PL/SQL packages will call the ‘good old’ %_API PL/SQL packages.
If you want to use the wrapper functions in your pl/sql event action you need to set ODP_SESSION to true.
Fnd_Session_API.Set_Property('ODP_SESSION', 'TRUE');
... logic to execute your wrapper function
Fnd_Session_API.Set_Property('ODP_SESSION', 'FALSE');See below a post where you and see an implementation example:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.