DBA Data[Home] [Help]

APPS.FND_SYSTEM_ALERT_INTG_UTIL dependencies on WF_PARAMETER_LIST_T

Line 9: * param wf_parameter_list_t in - Event parameter List

5: /**
6: * This function will return the System alert exception in XML format.
7: * param p_event_name in - Workflow Business Event Name
8: * param p_event_key in - Workflow Business Event Key
9: * param wf_parameter_list_t in - Event parameter List
10: * param errbuf out type - If any error occurs it will have error message
11: * else null
12: **/
13: function GET_EXCPETION_DETAILS(p_event_name in varchar2

Line 15: , p_parameter_list in wf_parameter_list_t default null) return clob;

11: * else null
12: **/
13: function GET_EXCPETION_DETAILS(p_event_name in varchar2
14: , p_event_key in varchar2
15: , p_parameter_list in wf_parameter_list_t default null) return clob;
16:
17:
18: /**
19: * For Testing all API's