Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get URL info

755501May 21 2012 — edited May 22 2012
I am building a file that will called a stored function in my DB, passing dynamic emp info to the function. P
ie.

select 'http://server1.test.org:9000/pls/apex/#OWNER#.sis_express_base.display_student_picture?l_fk_student_id=' || B.FK_STU_BASE
from stu_base B

What I don't want to do is hard-code my server info in the URL ''http://server1.test.org:9000/'. I want to grab that based on the the URL info from page I am currently on. Is there anyway to do that?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2012
Added on May 21 2012
5 comments
600 views