DBA Data[Home] [Help]

APPS.GL_FLATTEN_SETUP_DATA dependencies on WF_EVENT_T

Line 175: -- p_event wf_event_t workflow business event

171: -- 10-Oct-2004 Srini pala Created
172: -- Arguments
173: -- p_subscription_guid raw unique subscription id
174: --
175: -- p_event wf_event_t workflow business event
176: --
177: -- Example
178: -- ret_status := GL_FLATTEN_SETUP_DATA.GL_Flatten_Rule( );
179: --

Line 183: p_event in out nocopy wf_event_t)

179: --
180:
181: FUNCTION GL_Flatten_Rule(
182: p_subscription_guid in raw,
183: p_event in out nocopy wf_event_t)
184: RETURN VARCHAR2;
185:
186:
187: -- ******************************************************************