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">
</WRAPPER_HSP_PRICE_ORDER>
can you please help?