DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_PROCESS_ACTIVITY

Line 839: rootid := Wf_Process_Activity.RootInstanceId(item.item_type,

835: end if;
836:
837: begin
838: -- Search tree for a reference
839: rootid := Wf_Process_Activity.RootInstanceId(item.item_type,
840: item.item_key, item.root_activity);
841: if (Wf_Process_Activity.IsChild(rootid, c_item_type,
842: c_name, item.begin_date)) then
843: refflag := TRUE;

Line 841: if (Wf_Process_Activity.IsChild(rootid, c_item_type,

837: begin
838: -- Search tree for a reference
839: rootid := Wf_Process_Activity.RootInstanceId(item.item_type,
840: item.item_key, item.root_activity);
841: if (Wf_Process_Activity.IsChild(rootid, c_item_type,
842: c_name, item.begin_date)) then
843: refflag := TRUE;
844: exit rootloop;
845: end if;