|
|
Re: how to script uploading printer definitions into Oracle Applications? [message #225648 is a reply to message #225128] |
Tue, 20 March 2007 13:12 |
yanbo1
Messages: 3 Registered: February 2007
|
Junior Member |
|
|
Thanks for your response! Could you please tell me why I got the following error and how to fix it?
SQL> exec fnd_printer_pkg.INSERT_ROW(X_PRINTER_NAME=>'ACCTBUD',X_PRINTER_TYPE=>'HPLJ4SI',X
_DESCRIPTION=>'Marion Accounting Plant 3');
BEGIN fnd_printer_pkg.INSERT_ROW(X_PRINTER_NAME=>'ACCTBUD',X_PRINTER_TYPE=>'HPLJ4SI',X
_DESCRIPTION=>'Marion Accounting Plant 3'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'INSERT_ROW'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
|
|
|
|