Posted: Mon May 11, 2009 12:29 pm Post subject: WMB calling Oracle Stored Procedure
Novice
Joined: 11 May 2009 Posts: 11
We have 6.1 Message Broker/toolkit.
I'm trying to CREATE PROCEDURE for the following Oracle Stored Procedure but can't seem to get the parameters correct.
TYPE refService is REF CURSOR RETURN ServiceRecord;
PROCEDURE ProcService (
i_PrtyId IN AMXL.PRTY_ID%type, --NUMBER
i_EffDt IN AMXL.BB_EFFCTV_DT%type, --DATE
i_AddTyp IN AMXL.ADDRSS_TYPE_DSCRPTN%type, --VARCHAR2
i_LobCtgryCd IN AMXL.LOB_CTGRY_CD%type, --VARCHAR2
o_RefService OUT refService, --CURSOR
o_RetMsg OUT VARCHAR2); --VARCHAR2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum