DBA Data[Home] [Help]

APPS.HR_EMP_ERROR_UTILITY dependencies on WF_ITEM_ACTIVITY_STATUS

Line 491: wf_item_activity_status.status

487: ,activity => l_error_instance_label
488: ,command => 'RETRY');
489: -- we need to determine if the activity is still in
490: -- error
491: wf_item_activity_status.status
492: (itemtype => l_error_item_type
493: ,itemkey => l_error_item_key
494: ,actid => l_error_actid
495: ,status => l_activity_status);