DBA Data[Home] [Help]

APPS.GL_FLATTEN_SETUP_DATA dependencies on WF_EVENT_T

Line 1289: -- p_event wf_event_t workflow business event

1285: -- 10-Oct-2004 Srini pala Created
1286: -- Arguments
1287: -- p_subscription_guid raw unique subscription id
1288: --
1289: -- p_event wf_event_t workflow business event
1290: --
1291: -- Example
1292: -- ret_status := GL_FLATTEN_SETUP_DATA.GL_Flatten_Rule( );
1293: --

Line 1297: p_event in out nocopy wf_event_t)

1293: --
1294:
1295: FUNCTION GL_FLATTEN_RULE(
1296: p_subscription_guid in raw,
1297: p_event in out nocopy wf_event_t)
1298: RETURN VARCHAR2 IS
1299:
1300: i NUMBER;
1301: parmlist wf_parameter_list_t;