DBA Data[Home] [Help]

APPS.WF_EVENT_FUNCTIONS_PKG dependencies on WF_EVENT_T

Line 92: P_EVENT in out nocopy wf_event_t

88: * @rep:ihelp FND/@evfuncapis#a_evfrec See the related online help
89: */
90: function RECEIVE (
91: P_SUBSCRIPTION_GUID in raw,
92: P_EVENT in out nocopy wf_event_t
93: ) return varchar2;
94: ------------------------------------------------------------------------------
95: procedure SEND (
96: P_EVENTNAME in varchar2,

Line 145: P_EVENT in out nocopy wf_event_t

141: * @rep:ihelp FND/@evfuncapis#a_evfadd See the related online help
142: */
143: function ADDCORRELATION (
144: P_SUBSCRIPTION_GUID in raw,
145: P_EVENT in out nocopy wf_event_t
146: ) return varchar2;
147: ------------------------------------------------------------------------------
148: /*#
149: * Returns the value for the specified parameter from a text string

Line 172: p_event in out NOCOPY wf_event_t,

168: ) return varchar2;
169:
170: ------------------------------------------------------------------------------
171: function SubParamInEvent(p_guid in raw,
172: p_event in out NOCOPY wf_event_t,
173: p_match in varchar2 DEFAULT 'ALL' )
174: return boolean;
175:
176: ------------------------------------------------------------------------------