Showing posts with label backend. Show all posts
Showing posts with label backend. Show all posts

Thursday, October 4, 2012

How to Launch Workflow from PL/SQL


declare
   v_itemtype   VARCHAR2(50);
   v_itemkey    VARCHAR2(50);
   v_process    VARCHAR2(50);
   v_userkey    VARCHAR2(50);
begin