DBA Data[Home] [Help]

APPS.WF_ITEM dependencies on WF_ITEM_ACTIVITY_STATUS

Line 76: Wf_Item_Activity_Status.Status(c_itemtype, c_itemkey, rootid, status);

72: -- only reason this will work.
73: begin
74: rootid := Wf_Process_Activity.RootInstanceId(c_itemtype, c_itemkey,
75: c_root_activity);
76: Wf_Item_Activity_Status.Status(c_itemtype, c_itemkey, rootid, status);
77: exception
78: when others then
79: status := 'x'; -- Treat errors like incomplete process
80: end;