DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on WFA_SEC

Line 1359: wfa_sec.Cache_Ctx();

1355: end if;
1356: end if;
1357:
1358: -- bug 7828862 Cache apps context before dispatching events
1359: wfa_sec.Cache_Ctx();
1360:
1361: -- We need to explicitly make sure that if someones Queue Handler
1362: -- blows up we rollback the transaction, just in case they don't
1363: begin

Line 1450: wfa_sec.Restore_Ctx();

1446: l_error_count := 0;
1447: commit;
1448:
1449: -- 7828862 Restore apps context from cached values
1450: wfa_sec.Restore_Ctx();
1451: exception
1452: when others then
1453: -- 7828862 Restore apps context from cached values
1454: wfa_sec.Restore_Ctx();

Line 1454: wfa_sec.Restore_Ctx();

1450: wfa_sec.Restore_Ctx();
1451: exception
1452: when others then
1453: -- 7828862 Restore apps context from cached values
1454: wfa_sec.Restore_Ctx();
1455:
1456: if (wf_event.wf_exception_source = 'RULE') then
1457: if (st = 'ERROR') then
1458: if (wf_log_pkg.level_error >= fnd_log.g_current_runtime_level) then

Line 1491: wfa_sec.Restore_Ctx();

1487: -- Bug 2210085
1488: exception
1489: when others then
1490: -- 7828862 Restore apps context from cached values
1491: wfa_sec.Restore_Ctx();
1492:
1493: -- Bug 2608037
1494: -- If the execution of rule function had failed and if the
1495: -- agent is the error queue then there is no point in enqueueing

Line 1593: wfa_sec.Restore_Ctx();

1589:
1590: exception
1591: when no_data_found then
1592: -- 7828862 Restore apps context from cached values
1593: wfa_sec.Restore_Ctx();
1594: if (wf_event.wf_exception_source = 'WF'
1595: OR wf_event.wf_exception_source = 'QH') then
1596: raise;
1597: else

Line 1604: wfa_sec.Restore_Ctx();

1600: end if;
1601: when others then
1602: wf_core.context('Wf_Event', 'Listen', p_agent_name);
1603: -- 7828862 Restore apps context from cached values
1604: wfa_sec.Restore_Ctx();
1605: raise;
1606: end Listen;
1607: ---------------------------------------------------------------------------
1608: /*