DBA Data[Home] [Help]

APPS.EAM_WORKPERMIT_WORKFLOW_PVT dependencies on WF_EVENT_T

Line 26: , p_event in out NOCOPY wf_event_t

22: * Purpose : Function called from subscription .This will in turn launch the workflow
23: *********************************************************************/
24: function Launch_Workflow
25: ( p_subscription_guid in raw
26: , p_event in out NOCOPY wf_event_t
27: ) return varchar2;
28:
29:
30: