Do I need to Recompile the FORM
rkpMay 28 2008 — edited May 29 2008Hi All,
I am using form 6i and database orcale9.2 version. I have one store procedure and this is called in many places. In the store procedure there was 10 in type (mode) parameters were passed. I am adding one new parameter to the store procedure with default value as a last parameter as below.
create procedure ins_pro (........, v_jflag emp.jflag%type := 'N') ...... .
I am inserting this parameter into the table. But after doing changes in the store procedure the form which is calling this store procedure is hanging. If I am recompile the form again then it is working properly.
Do I need to re-compile all the form which is calling this store procedure?
Regards
SUN