DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on WF_EVENT

Line 1092: i_event wf_event_t;

1088: i_username varchar2(200);
1089: i_password varchar2(500);
1090: i_hub_user_id number DEFAULT 0;
1091: pragma exception_init(e_qtimeout,-25228);
1092: i_event wf_event_t;
1093: i_from_agt wf_agent_t := wf_agent_t(NULL, NULL);
1094: i_system varchar2(200);
1095: i_int_type varchar2(200);
1096: i_int_subtype varchar2(200);

Line 1212: wf_event_t.initialize(i_event);

1208: ecx_debug.log(l_statement,'i_party_site_id', i_party_site_id,i_method_name);
1209: ecx_debug.log(l_statement,'i_party_type', i_party_type,i_method_name);
1210: end if;
1211: -- call ecx_out_wf_qh.enqueue with the correct parameters
1212: wf_event_t.initialize(i_event);
1213: i_event.addParameterToList('PARTY_TYPE', i_party_type);
1214: i_event.addParameterToList('PARTYID', i_party_id);
1215: i_event.addParameterToList('PARTY_SITE_ID', i_source_code);
1216: -- added this for passthrough logging purposes in ecx_out_wf_qh

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

1248:
1249: i_event.setFromAgent(i_from_agt);
1250:
1251: if(l_statementEnabled) then
1252: ecx_debug.log(l_statement,'Calling WF_EVENT.Send for Enqueue',i_method_name);
1253: end if;
1254: wf_event.send(i_event);
1255: ecx_errorlog.outbound_log(i_event);
1256:

Line 1254: wf_event.send(i_event);

1250:
1251: if(l_statementEnabled) then
1252: ecx_debug.log(l_statement,'Calling WF_EVENT.Send for Enqueue',i_method_name);
1253: end if;
1254: wf_event.send(i_event);
1255: ecx_errorlog.outbound_log(i_event);
1256:
1257: i_out_msgid := ecx_out_wf_qh.msgid;
1258: