DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on WF_ENGINE_UTIL

Line 456: processid := WF_ENGINE_UTIL.activity_parent_process(itemtype, itemkey, actid);

452: open GetExecutionTime(itemtype, itemkey);
453: fetch GetExecutionTime into delta;
454: close GetExecutionTime;
455: else
456: processid := WF_ENGINE_UTIL.activity_parent_process(itemtype, itemkey, actid);
457:
458: -- calculate the execution time
459: open GetRunningTime(itemtype, itemkey, processid);
460: fetch GetRunningTime into delta;

Line 1296: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,

1292: end if;
1293:
1294:
1295: -- Actually send the notification
1296: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,
1297: msg, msgtype, prole, expand_role,
1298: resultout);
1299:
1300: