DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on WF_EVENT_T

Line 1959: p_event in out nocopy WF_EVENT_T) return

1955: -- This function is introduced as part of bugfix 8706771 and this is replacement
1956: -- for function wsh_wf_std.instance_default_rule
1957: --========================================================================================
1958: FUNCTION WF_ENGINE_EVENT (p_subscription_guid in raw,
1959: p_event in out nocopy WF_EVENT_T) return
1960: VARCHAR2 is
1961: l_eventname VARCHAR2(240);
1962: l_wf_pr_name VARCHAR2(30);
1963: l_eventkey VARCHAR2(240);

Line 2150: p_event in out nocopy WF_EVENT_T) return

2146: END WF_ENGINE_EVENT;
2147:
2148: ---------------------------------------------------------------------------------------
2149: FUNCTION Instance_Default_Rule (p_subscription_guid in raw,
2150: p_event in out nocopy WF_EVENT_T) return
2151: VARCHAR2 is
2152: --performance bug 5220516: make this API as efficient as possible
2153: -- by commenting the unnecessary assignment; this variable is
2154: -- used only in the code that is currently commented.