Neha,
I am using fixed query with output as below in the fixed query text box:
declare
indOn MyActivityInsert.ACT_CURSOR;
begin
ActualTrans(:indOn,[Param.1],'[Param.2]');
commit;
end;
ActualTrans is the procedure and indOn is the cursor which is returning the value as document.UpdCall.getValue(1,1) in JavaScript function where UpdCall is iCommand object
<APPLET style="visibility:hidden" NAME="UpdCall" CODEBASE="/XMII/Classes" CODE="iCommand" ARCHIVE="illum8.zip" WIDTH="1" HEIGHT="1" MAYSCRIPT>
<PARAM NAME="QueryTemplate" VALUE="MyProj/CallQuery">
</APPLET>
Thanks,
Raman N