DBA Data[Home] [Help]

APPS.WF_ITEM_ACTIVITY_STATUS dependencies on WF_ACTIVITY

Line 745: act_fname:= Wf_Activity.activity_function(itemtype,itemkey,actid);

741: -- but not if parent is SUSPENDED or we get infinite loop in queue
742: if create_status.status = wf_engine.eng_deferred
743: and (not create_status.suspended )then
744:
745: act_fname:= Wf_Activity.activity_function(itemtype,itemkey,actid);
746: act_ftype:= Wf_Activity.activity_function_type(itemtype,itemkey,actid);
747:
748: -- If enqueue fails, only the activity should error and not the root
749: begin

Line 746: act_ftype:= Wf_Activity.activity_function_type(itemtype,itemkey,actid);

742: if create_status.status = wf_engine.eng_deferred
743: and (not create_status.suspended )then
744:
745: act_fname:= Wf_Activity.activity_function(itemtype,itemkey,actid);
746: act_ftype:= Wf_Activity.activity_function_type(itemtype,itemkey,actid);
747:
748: -- If enqueue fails, only the activity should error and not the root
749: begin
750: if act_ftype = 'PL/SQL' then