DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_ENGINE

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

3826:
3827: l_itemtype := substr(substr(context, 1, col1-1),1,8);
3828: l_itemkey := substr(substr(context, col1+1, col2-col1-1),1,240);
3829: begin
3830: l_userkey := wf_engine.GetItemUserKey(l_itemtype,l_itemkey);
3831: exception
3832: when others then
3833: l_userkey := null;
3834: end;