DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WF_CACHE

Line 930: g_Key := WF_CACHE.HashKey(enqueue_event.itemtype||':'||

926: if (wf_queue.g_dequeue_item_type = enqueue_event.itemtype and
927: wf_queue.g_dequeue_item_key = enqueue_event.itemkey and
928: wf_queue.g_dequeue_actid = enqueue_event.actid) then
929:
930: g_Key := WF_CACHE.HashKey(enqueue_event.itemtype||':'||
931: enqueue_event.itemkey||':'||enqueue_event.actid);
932:
933: -- If hashkey does not exist or the itemtype:itemkey:actid do not match,
934: -- get the history count from base table, else increment the l_background_occurrence