Home » Fusion Middleware & Colab Suite » WebCenter Suite & Portal » Display a bind variable
Display a bind variable [message #276060] Tue, 23 October 2007 16:06 Go to next message
deahayes3
Messages: 203
Registered: May 2006
Senior Member

I have created a calendar in portal and I would like to execute a query based on the bind variable off the customization form and have the result displayed in one of the points of the Additional Pl/SQl code section. Any ideas.
Re: Display a bind variable [message #276548 is a reply to message #276060] Thu, 25 October 2007 08:22 Go to previous message
deahayes3
Messages: 203
Registered: May 2006
Senior Member

I received help with this elsewhere, but in case anyone ever needs to know......

delcare
v_name varchar(25);

BEGIN
v_name:= get_value('p_parameter_name');
if v_name = 'ABC' then
htp.bold('this is the'||v_name||'company');
end if;
END;

Previous Topic: Portal 10G or website
Next Topic: parameter
Goto Forum:
  


Current Time: Fri Mar 29 05:26:09 CDT 2024