DBA Data[Home] [Help]

APPS.CAC_VIEW_WF_PVT dependencies on WF_ITEM_ACTIVITY_STATUS

Line 2756: WF_ITEM_ACTIVITY_STATUS.Root_Status( itemtype => r_Task.ReminderWFItemType

2752: AND (r_Task.ReminderWFItemKey IS NOT NULL)
2753: )
2754: THEN
2755: -- Check if the process is stil active
2756: WF_ITEM_ACTIVITY_STATUS.Root_Status( itemtype => r_Task.ReminderWFItemType
2757: , itemkey => r_Task.ReminderWFItemKey
2758: , status => l_status
2759: , result => l_result
2760: );