DBA Data[Home] [Help]

APPS.JTF_CAL_WF_PVT dependencies on WF_ITEM_ACTIVITY_STATUS

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

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