DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_ENGINE

Line 5592: wf_engine.preserved_context := FALSE;

5588: l_comment);
5589: end if;
5590: else
5591: -- Do not need to preserve context
5592: wf_engine.preserved_context := FALSE;
5593:
5594: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
5595: wf_log_pkg.string(WF_LOG_PKG.level_statement,
5596: 'wf.plsql.WF_XML.handleReceiveEvent',

Line 6080: -- if status = wf_engine.eng_completed then

6076: and ias.process_activity = pa.instance_id
6077: and pa.process_name = 'ROOT';
6078:
6079: -- This will prevent FYI message that are in error being reported.
6080: -- if status = wf_engine.eng_completed then
6081: -- return 'SUCCESS';
6082: -- end if;
6083:
6084: exception