DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on WF_ENGINE

Line 1165: wf_engine.setctx_itemtype := null;

1161: -- bug 9747572 :
1162: -- If next activity is being deferred to WF background in same db-session
1163: -- for same itemtype and itemkey, let selector function be executed in next iteration .
1164: --
1165: wf_engine.setctx_itemtype := null;
1166: wf_engine.setctx_itemkey := null;
1167:
1168: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1169: l_msg := 'Restored to - '||g_user_id||':'||g_resp_id||':'||g_resp_appl_id||':'

Line 1166: wf_engine.setctx_itemkey := null;

1162: -- If next activity is being deferred to WF background in same db-session
1163: -- for same itemtype and itemkey, let selector function be executed in next iteration .
1164: --
1165: wf_engine.setctx_itemtype := null;
1166: wf_engine.setctx_itemkey := null;
1167:
1168: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1169: l_msg := 'Restored to - '||g_user_id||':'||g_resp_id||':'||g_resp_appl_id||':'
1170: ||g_security_group_id||':'||g_server_id||'->'||g_session_ctx;