Web Enabled PLSQL in r12
This is on Oracle EBS r12.1.3 on 11g r2 database enterprise edition.
I need to develop a web based plsql user interface and this is the first time this is being done on our system. Below is the code I have written. Then, I registered the package and procedure as web plsql under AOL and also registered it as a function.
Now, this is where I am stuck, how do I launch the procedure as a URL from browser window? When I tried to enter with Oracle EBS URL/procedure name, it says "Page not found" or "Page can't be displayed".