Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Work Flow is not sumiting from backend !

user627525May 29 2009 — edited Jun 2 2009
Hi All,

I would like to start workflow process from backend. but its not started when i check from front end(applications).
here is the code have look and please correct me if i did anything wrong.

begin

WF_ENGINE.CreateProcess ( itemtype => 'HRSSA'
,itemkey => '00001'
,process => 'Techm Sample1'
,user_key => NULL
,owner_role => NULL );

WF_ENGINE.StartProcess ( itemtype => 'HRSSA'
,itemkey => '00001');
end;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2009
Added on May 29 2009
7 comments
1,551 views