DBA Data[Home] [Help]

APPS.ZPB_WF_EVENT dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 250: from wf_item_activity_statuses_v

246: -- if result is normal when coming from conc makeinstance then send full notificaton
247:
248: select ACTIVITY_RESULT_CODE, ERROR_NAME, ERROR_MESSAGE
249: into l_result, l_errorName, l_errormsg
250: from wf_item_activity_statuses_v
251: where item_type = 'ZPBSCHED' AND ACTIVITY_NAME = 'SUBMIT_CONC_REQUEST'
252: AND ITEM_KEY = ItemKey;
253:
254: if upper(l_result) = 'NORMAL' then