Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8644

Re: Error when trying to invoke a Synchronous Stored Procedure on Oracle

$
0
0

Hi Ambrish,

yes they are the same.

 

Now i get a different error.



com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'WRPR_PKG_MN_ORDER.WRAPPER_HSP_PRICE_ORDER' (structure 'Statement'): java.sql.SQLException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'WRAPPER_HSP_PRICE_ORDER' ORA-06550: line 1, column 7: PL/SQL: Statement ignored




In the oracle side, these are the data types that are declared:

linecnt    NUMBER,

CUSTOMER_ID    VARCHAR,

SALES_ORDER_LINE_NUMBER        CharArray1,

PRODUCTS    CharArray2,

PRICE_DATE    VARCHAR2,

CURRENCY    VARCHAR2,

SALES_ORG_ID    VARCHAR2


from PI side, here is the XML that we are passing


<WRAPPER_HSP_PRICE_ORDER action="EXECUTE">

 

<table>WRPR_PKG_MN_ORDER.WRAPPER_HSP_PRICE_ORDER</table>

 

 

<LINECNT isInput="true" type="FLOAT">1</LINECNT>

 

 

<CUSTOMER_ID isInput="true" type="VARCHAR">0000001234</CUSTOMER_ID>

 

 

<SALES_ORDER_LINE_NUMBER isInput="true" type="VARCHAR">1</SALES_ORDER_LINE_NUMBER>

 

 

<PRODUCTS isInput="true" type="VARCHAR">1</PRODUCTS>

 

 

<PRICE_DATE isInput="true" type="VARCHAR">2014-05-13 00:00:00</PRICE_DATE>

 

 

<CURRENCY isInput="true" type="VARCHAR">USD</CURRENCY>

 

 

<SALES_ORG_ID isInput="true" type="VARCHAR">5004</SALES_ORG_ID>

 

</WRAPPER_HSP_PRICE_ORDER>


can you please help?




Viewing all articles
Browse latest Browse all 8644

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>