Originally posted by Shestakov

1) recompile store procedure or
2) restart form module second time.
1) recompile store procedure or
alter [procedure/function/package] strore_name compile;
----------------------------------------
2) restart form module second time.
-- steps of Oracle runform execution process
-- 1. Oracle forms try to execute store procedure
-- and compare timestamps forms and store procedure
-- if store procedure was compiling later then form module
-- then u get this message.
-- 2. when u restart runform again whithout any
-- addition action, usually all ok
---------------------------------------
This is my experience.
And it was with Oracle 7.2.3, 7.3.4.