Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error while Compiling Form using f60gen

KannanBJun 4 2009 — edited Jun 4 2009
Hello All,
I am trying to compile a customized form in apps middle tier using f60gen command.

Actually the form is a customized version of FNDCPMCP.fmb(new form is in another name).

f60gen throws the following error,

Compiling package body CONC_PROG_PKG...
Compilation error on package body CONC_PROG_PKG:
PL/SQL ERROR 306 at line 4, column 3
wrong number or types of arguments in call to 'INSERT_ROW'
PL/SQL ERROR 0 at line 4, column 3
Statement ignored
PL/SQL ERROR 306 at line 59, column 7
wrong number or types of arguments in call to 'LOCK_ROW'
PL/SQL ERROR 0 at line 59, column 7
Statement ignored
PL/SQL ERROR 306 at line 109, column 3
wrong number or types of arguments in call to 'UPDATE_ROW'
PL/SQL ERROR 0 at line 109, column 3
Statement ignored

The form calls FND_CONCURRENT_PROGRAMS_PKG.

What may be the issue.

Thanks&Regards
Kannan Balasubramanian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2009
Added on Jun 4 2009
1 comment
995 views