DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on WF_EVENT_T

Line 1768: p_event in out nocopy WF_EVENT_T) return

1764: END Log_Wf_Exception;
1765:
1766: ---------------------------------------------------------------------------------------
1767: FUNCTION Instance_Default_Rule (p_subscription_guid in raw,
1768: p_event in out nocopy WF_EVENT_T) return
1769: VARCHAR2 is
1770: --performance bug 5220516: make this API as efficient as possible
1771: -- by commenting the unnecessary assignment; this variable is
1772: -- used only in the code that is currently commented.