PDA

View Full Version : calling PL/SQL block from Notification.


ns_wmc
03-10-2006, 16:23
Hi All,

The situation I have is -- when the Notificaiton is triggered, it will call a PL/SQL code block and hand over an Employee ID.
PL/SQL will pull bunch of records from the database and will return it back, which will be handed over to the publishing service on webMethods.

How to handle this? How to pass a parameter to PL/SQL Block from Notification?

Please Help...

Thanks,
NS.

rmg
03-10-2006, 16:54
Can you pass the parameter from subscribe service that gets triggered by the notification?

Are you using JDBC Adapter select or custom template for PL/SQL query?

HTH,
RMG