HTP.P and printing variables
I have the following PL/SQL Region that I would like to use to print a group of links... The problem is that I cannot use my assigned variables in the output statement for the htp.p function. Can someone show me the correct syntax to make my variables print here.
ANOTHERVAR NUMBER; this is my variable
ANOTHERVAR := THISEQUIPMENTID; cursor assigned variable going to my variable
htp.p('a href="f?p=&APP_ID.:22:&SESSION.::NO:22:P22_BASE_UNIT_ID:&THISEQUIPMENTID.">Profile<a');
messed up href syntax show line would show up properly.