How to access new package in portal
694483Apr 3 2009 — edited Apr 6 2009Hello Friends,
I am relatively new in pl/sql and portals and would appreciate your kind help. I am making some changes to an existing application and the business required me to make a copy of an existing package.
Lets say my package name is - abc_xyz_uvw ; Now I created a new package which is actually a copy of this package and named it as - abc_xyz_uvw_new ;
In our application the old package was called as
http://domainname.tld/pls/PORTAL.abc_xyz_uvw.FRR2_DRAW_REGISTER
Now I am not able to call the package as
http://domainname.tld/pls/PORTAL.abc_xyz_uvw_new.FRR2_DRAW_REGISTER
can someone help me know how I can make portal call the package properly.
Thanks.
Amol S Chawathe