DBA Data[Home] [Help]

APPS.HXC_WF_ERROR_HELPER dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 67: from WF_ITEM_ACTIVITY_STATUSES

63:
64: CURSOR c_get_error(p_itemkey wf_items.item_key%type)
65: is
66: select error_message
67: from WF_ITEM_ACTIVITY_STATUSES
68: where item_type = 'HXCEMP'
69: and item_key = p_itemkey
70: and activity_status = 'ERROR';
71: