Get URL info
755501May 21 2012 — edited May 22 2012I 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?