DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WF_ENGINE

Line 134: access_key := Wf_Engine.GetItemAttrText(x_item_type,

130: access_key varchar2(2000);
131: begin
132:
133: if (upper(substr(x_admin_mode, 1, 1)) <> 'Y') then
134: access_key := Wf_Engine.GetItemAttrText(x_item_type,
135: x_item_key, '.MONITOR_KEY');
136: else
137: access_key := Wf_Engine.GetItemAttrText(x_item_type,
138: x_item_key, '.ADMIN_KEY');

Line 137: access_key := Wf_Engine.GetItemAttrText(x_item_type,

133: if (upper(substr(x_admin_mode, 1, 1)) <> 'Y') then
134: access_key := Wf_Engine.GetItemAttrText(x_item_type,
135: x_item_key, '.MONITOR_KEY');
136: else
137: access_key := Wf_Engine.GetItemAttrText(x_item_type,
138: x_item_key, '.ADMIN_KEY');
139: end if;
140:
141: return access_key;

Line 727: wf_engine_util.activity_timeout(p.instance_id) timeout,

723: a.error_item_type||'/'||a.error_process error_process,
724: a.expand_role,
725: p.instance_id, /* activity usage */
726: p.instance_label, /* activity usage */
727: wf_engine_util.activity_timeout(p.instance_id) timeout,
728: p.start_end,
729: p.default_result,
730: wf_core.activity_result(pd.result_type, p.default_result)
731: activity_usage_result,

Line 1043: wf_engine.eng_trans_any) or

1039: and s.process_activity (+) = p1.instance_id
1040: and l.lookup_type = 'WFSTD_BOOLEAN'
1041: and ((s.activity_status = 'COMPLETE' and
1042: (t.result_code in (nvl(s.activity_result_code, '#NULL'),
1043: wf_engine.eng_trans_any) or
1044: t.result_code = wf_engine.eng_trans_default and not exists
1045: (select null from wf_activity_transitions tr
1046: where tr.from_process_activity = p1.instance_id
1047: and tr.result_code = nvl(s.activity_result_code, '#NULL'))) and

Line 1044: t.result_code = wf_engine.eng_trans_default and not exists

1040: and l.lookup_type = 'WFSTD_BOOLEAN'
1041: and ((s.activity_status = 'COMPLETE' and
1042: (t.result_code in (nvl(s.activity_result_code, '#NULL'),
1043: wf_engine.eng_trans_any) or
1044: t.result_code = wf_engine.eng_trans_default and not exists
1045: (select null from wf_activity_transitions tr
1046: where tr.from_process_activity = p1.instance_id
1047: and tr.result_code = nvl(s.activity_result_code, '#NULL'))) and
1048: l.lookup_code = 'T') or

Line 1051: wf_engine.eng_trans_any) or

1047: and tr.result_code = nvl(s.activity_result_code, '#NULL'))) and
1048: l.lookup_code = 'T') or
1049: (not (s.activity_status = 'COMPLETE' and
1050: (t.result_code in (nvl(s.activity_result_code, '#NULL'),
1051: wf_engine.eng_trans_any) or
1052: t.result_code = wf_engine.eng_trans_default and not exists
1053: (select null from wf_activity_transitions tr
1054: where tr.from_process_activity = p1.instance_id
1055: and tr.result_code = nvl(s.activity_result_code, '#NULL')))) or

Line 1052: t.result_code = wf_engine.eng_trans_default and not exists

1048: l.lookup_code = 'T') or
1049: (not (s.activity_status = 'COMPLETE' and
1050: (t.result_code in (nvl(s.activity_result_code, '#NULL'),
1051: wf_engine.eng_trans_any) or
1052: t.result_code = wf_engine.eng_trans_default and not exists
1053: (select null from wf_activity_transitions tr
1054: where tr.from_process_activity = p1.instance_id
1055: and tr.result_code = nvl(s.activity_result_code, '#NULL')))) or
1056: s.activity_status is null) and

Line 1802: Wf_Engine.AbortProcess(x_item_type, x_item_key, third_arg, forth_arg);

1798: end;
1799:
1800:
1801: if (api_name = 'AbortProcess') then
1802: Wf_Engine.AbortProcess(x_item_type, x_item_key, third_arg, forth_arg);
1803:
1804: elsif (api_name = 'SuspendProcess') then
1805: Wf_Engine.SuspendProcess(x_item_type, x_item_key, third_arg);
1806:

Line 1805: Wf_Engine.SuspendProcess(x_item_type, x_item_key, third_arg);

1801: if (api_name = 'AbortProcess') then
1802: Wf_Engine.AbortProcess(x_item_type, x_item_key, third_arg, forth_arg);
1803:
1804: elsif (api_name = 'SuspendProcess') then
1805: Wf_Engine.SuspendProcess(x_item_type, x_item_key, third_arg);
1806:
1807: elsif (api_name = 'ResumeProcess') then
1808: Wf_Engine.ResumeProcess(x_item_type, x_item_key, third_arg);
1809:

Line 1808: Wf_Engine.ResumeProcess(x_item_type, x_item_key, third_arg);

1804: elsif (api_name = 'SuspendProcess') then
1805: Wf_Engine.SuspendProcess(x_item_type, x_item_key, third_arg);
1806:
1807: elsif (api_name = 'ResumeProcess') then
1808: Wf_Engine.ResumeProcess(x_item_type, x_item_key, third_arg);
1809:
1810: elsif (api_name = 'AssignActivity') then
1811: Wf_Engine.AssignActivity(x_item_type, x_item_key, third_arg, forth_arg);
1812:

Line 1811: Wf_Engine.AssignActivity(x_item_type, x_item_key, third_arg, forth_arg);

1807: elsif (api_name = 'ResumeProcess') then
1808: Wf_Engine.ResumeProcess(x_item_type, x_item_key, third_arg);
1809:
1810: elsif (api_name = 'AssignActivity') then
1811: Wf_Engine.AssignActivity(x_item_type, x_item_key, third_arg, forth_arg);
1812:
1813: elsif (api_name = 'HandleError') then
1814: Wf_Engine.HandleError(x_item_type, x_item_key, third_arg, forth_arg,
1815: fifth_arg);

Line 1814: Wf_Engine.HandleError(x_item_type, x_item_key, third_arg, forth_arg,

1810: elsif (api_name = 'AssignActivity') then
1811: Wf_Engine.AssignActivity(x_item_type, x_item_key, third_arg, forth_arg);
1812:
1813: elsif (api_name = 'HandleError') then
1814: Wf_Engine.HandleError(x_item_type, x_item_key, third_arg, forth_arg,
1815: fifth_arg);
1816:
1817: elsif (api_name = 'SetItemAttrText') then
1818: Wf_Engine.SetItemAttrText(x_item_type, x_item_key, third_arg, forth_arg);

Line 1818: Wf_Engine.SetItemAttrText(x_item_type, x_item_key, third_arg, forth_arg);

1814: Wf_Engine.HandleError(x_item_type, x_item_key, third_arg, forth_arg,
1815: fifth_arg);
1816:
1817: elsif (api_name = 'SetItemAttrText') then
1818: Wf_Engine.SetItemAttrText(x_item_type, x_item_key, third_arg, forth_arg);
1819: end if;
1820:
1821: htp.p('ENG_API_SUCC:');
1822: return;

Line 3692: role_name := wf_core.translate('WFMON_WF_ENGINE');

3688:
3689: ELSE
3690:
3691: mlrurl := NULL;
3692: role_name := wf_core.translate('WFMON_WF_ENGINE');
3693:
3694: END IF;
3695:
3696: /*