DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on WF_EVENT

Line 1107: i_event wf_event_t;

1103: i_username varchar2(200);
1104: i_password varchar2(500);
1105: i_hub_user_id number DEFAULT 0;
1106: pragma exception_init(e_qtimeout,-25228);
1107: i_event wf_event_t;
1108: i_from_agt wf_agent_t := wf_agent_t(NULL, NULL);
1109: i_system varchar2(200);
1110: i_int_type varchar2(200);
1111: i_int_subtype varchar2(200);

Line 1227: wf_event_t.initialize(i_event);

1223: ecx_debug.log(l_statement,'i_party_site_id', i_party_site_id,i_method_name);
1224: ecx_debug.log(l_statement,'i_party_type', i_party_type,i_method_name);
1225: end if;
1226: -- call ecx_out_wf_qh.enqueue with the correct parameters
1227: wf_event_t.initialize(i_event);
1228: i_event.addParameterToList('PARTY_TYPE', i_party_type);
1229: i_event.addParameterToList('PARTYID', i_party_id);
1230: i_event.addParameterToList('PARTY_SITE_ID', i_source_code);
1231: -- added this for passthrough logging purposes in ecx_out_wf_qh

Line 1267: ecx_debug.log(l_statement,'Calling WF_EVENT.Send for Enqueue',i_method_name);

1263:
1264: i_event.setFromAgent(i_from_agt);
1265:
1266: if(l_statementEnabled) then
1267: ecx_debug.log(l_statement,'Calling WF_EVENT.Send for Enqueue',i_method_name);
1268: end if;
1269: wf_event.send(i_event);
1270: ecx_errorlog.outbound_log(i_event);
1271:

Line 1269: wf_event.send(i_event);

1265:
1266: if(l_statementEnabled) then
1267: ecx_debug.log(l_statement,'Calling WF_EVENT.Send for Enqueue',i_method_name);
1268: end if;
1269: wf_event.send(i_event);
1270: ecx_errorlog.outbound_log(i_event);
1271:
1272: i_out_msgid := ecx_out_wf_qh.msgid;
1273:

Line 2550: l_event wf_event_t;

2546: i_payload IN clob,
2547: i_no_routing in varchar2)
2548: as
2549: l_method_name varchar2(200):='ecx_inbound_trig.raiseEvent';
2550: l_event wf_event_t;
2551: l_event_name varchar2(100) :='oracle.apps.ecx.inbound.process_at_java';
2552: l_event_key varchar (100);
2553: l_process_id varchar2(200);
2554: l_msg_id_null varchar2(1);

Line 2576: wf_event_t.initialize(l_event);

2572: ecx_debug.log(l_statement, 'PROCESS_ID', l_process_id,l_method_name);
2573: ecx_debug.log(l_statement, 'MSGID', i_msgid,l_method_name);
2574: ecx_debug.log(l_statement, 'i_no_routing', i_no_routing,l_method_name);
2575: end if;
2576: wf_event_t.initialize(l_event);
2577: if (l_msg_id_null = 'N') then
2578: select process_id into l_process_id from ecx_inbound_logs where msgid=i_msgid;
2579: end if;
2580: l_event.addParameterToList('ROUTING_ID', ecx_utils.g_routing_id);

Line 2599: wf_event.raise( P_EVENT_NAME=>l_event_name , P_EVENT_KEY => l_event_key, p_event_data =>i_payload ,p_parameters => l_event.getparameterlist());

2595: l_event.addParameterToList('ITEM_TYPE', ecx_utils.g_item_type);
2596: l_event.addParameterToList('ITEM_KEY', ecx_utils.g_item_key);
2597: l_event.addParameterToList('ACTIVITY_ID', ecx_utils.g_activity_id);
2598: l_event.addParameterToList('NO_ROUTING', i_no_routing);
2599: wf_event.raise( P_EVENT_NAME=>l_event_name , P_EVENT_KEY => l_event_key, p_event_data =>i_payload ,p_parameters => l_event.getparameterlist());
2600: ecx_debug.setErrorInfo(10, 10, 'Event(key:'||l_event_key ||') has been raised for messgae processing at java layer');
2601: end raiseEvent;
2602: /**
2603: * This api is to set the notified WF process function to error with name