DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_ENGINE

Line 5690: wf_engine.preserved_context := FALSE;

5686: l_comment);
5687: end if;
5688: else
5689: -- Do not need to preserve context
5690: wf_engine.preserved_context := FALSE;
5691:
5692: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
5693: wf_log_pkg.string(WF_LOG_PKG.level_statement,
5694: 'wf.plsql.WF_XML.handleReceiveEvent',

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

6115: and ias.process_activity = pa.instance_id
6116: and pa.process_name = 'ROOT';
6117:
6118: -- This will prevent FYI message that are in error being reported.
6119: -- if status = wf_engine.eng_completed then
6120: -- return 'SUCCESS';
6121: -- end if;
6122:
6123: exception