Gopalan Nagalakshmi 17.Dec.10 03:20 AM a Web browser LEILEI - 8.0Windows
I have used virtual documents activity to insert record and getting result back using the procedure.
But when I execute, it is throwing an error 'Monitor failure -- Error: [Execute Statement]ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'SAP_EGI_PROC_INSERTOUT_VIR' ORA-06550: line 1, column 7: PL/SQL: Statement ignored, Connector 'oracle', Method -Call- (6550)'
virtual document activity details
The data fields in the domino form mapped to columns in the table. so all the columns are mapped. But not able to map EINOTEID column.
Procedure struc is
create or replace procedure sap_egi_proc_insertout_vir
(EINOTEID in number,irefnum in varchar2, ivbeln in varchar2, gidate in varchar2,
igrflag in varchar2, istatus in varchar2,oresult in out varchar2, omessage in out varchar2)
I think for EINOTEID, i need not map anything in Virtual documents activity document for this. automatically it should take take the noteid value.
If anything wrong in the above structure, let me know