DBA Data[Home] [Help]

APPS.WF_ITEM dependencies on WF_PROCESS_ACTIVITY

Line 74: rootid := Wf_Process_Activity.RootInstanceId(c_itemtype, c_itemkey,

70: -- Note: If process completed successfully, the last thing in the
71: -- WIAS runtime cache should be the root process, which is the
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