DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_ENGINE

Line 3960: l_userkey := wf_engine.GetItemUserKey(l_itemtype,l_itemkey);

3956:
3957: l_itemtype := substr(substr(context, 1, col1-1),1,8);
3958: l_itemkey := substr(substr(context, col1+1, col2-col1-1),1,240);
3959: begin
3960: l_userkey := wf_engine.GetItemUserKey(l_itemtype,l_itemkey);
3961: exception
3962: when others then
3963: l_userkey := null;
3964: end;