DBA Data[Home] [Help]

APPS.M4U_GET_CIN_EXTN dependencies on WF_EVENT_T

Line 11: a_evnt IN WF_EVENT_T,

7: -- Any failure is RAISEed and M4USTD workflow is stopped
8: -- This api is called from m4u_230_cin_out.xgm extensions/extensionsHookTag
9: PROCEDURE get_xml_fragment
10: (
11: a_evnt IN WF_EVENT_T,
12: x_xml OUT NOCOPY VARCHAR2
13: );
14: END m4u_get_cin_extn;