DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_GLOBAL

Line 4361: Wf_Global.Init;

4357: end if;
4358:
4359: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
4360: if (not Wfa_Sec.CheckSession) then
4361: Wf_Global.Init;
4362: end if;
4363:
4364: -- Check role is valid and get mail preference
4365: begin

Line 6609: Wf_Global.Init;

6605: g_context_more_info_role := l_more_info_role;
6606:
6607: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
6608: if (not Wfa_Sec.CheckSession) then
6609: Wf_Global.Init;
6610: end if;
6611:
6612: -- question mode
6613: if (username is not null) then

Line 7007: Wf_Global.Init;

7003: g_context_more_info_role := l_more_info_role;
7004:
7005: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
7006: if (not Wfa_Sec.CheckSession) then
7007: Wf_Global.Init;
7008: end if;
7009:
7010: if (l_session_user = p_new_user) then
7011: --If the current user is the same as the one from

Line 9963: Wf_Global.Init;

9959: WF_CORE.TAG_DB_SESSION(WF_CORE.CONN_TAG_WF, l_item_type);
9960:
9961: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
9962: if (not Wfa_Sec.CheckSession) then
9963: Wf_Global.Init;
9964: end if;
9965:
9966: -- Bug 3065814
9967: -- Set the global context variables to appropriate values for this mode