DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WFA_SEC

Line 3618: wfa_sec.Restore_Ctx();

3614: end;
3615: end if;
3616:
3617: -- bug 7828862 - Resynch apps context from cached values if it changed
3618: wfa_sec.Restore_Ctx();
3619:
3620: -- For eligible row: Commit work to insure this activity
3621: -- thread doesn't interfere with others.
3622: -- For non-eligible row: Commit to release the lock.

Line 3900: wfa_sec.Cache_Ctx();

3896: -- Do not need to preserve context
3897: wf_engine.preserved_context := FALSE;
3898:
3899: -- bug 7828862 Cache Apps context before starting to process any type
3900: wfa_sec.Cache_Ctx();
3901:
3902: -- Process deferred activities
3903: if (process_deferred) then
3904: -- process the inbound queue first - it may place events on the deferred Q

Line 3924: wfa_sec.Restore_Ctx();

3920: when others then
3921: Wf_Core.Context('Wf_Engine', 'Background', itemtype,
3922: to_char(minthreshold), to_char(maxthreshold));
3923: -- Restore Apps Context
3924: wfa_sec.Restore_Ctx();
3925: raise;
3926: end Background;
3927:
3928: --

Line 6210: if (not Wfa_Sec.CheckSession) then

6206: end if;
6207:
6208:
6209: -- If we are in a different Fwk session, need to clear Workflow PLSQL state
6210: if (not Wfa_Sec.CheckSession) then
6211: Wf_Global.Init;
6212: end if;
6213:
6214: -- Make sure item is valid