DBA Data[Home] [Help]

APPS.CLN_INV_REJECT_NOTIF_PVT dependencies on WF_EVENT

Line 90: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);

86: cln_debug_pub.Add('DETAIL_MESSAGE:'|| p_err_string ,1);
87: END IF;
88:
89: l_parameter_list := wf_parameter_list_t();
90: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
91: wf_event.AddParameterToList('REFERENCE_ID1',p_line_num,l_parameter_list);
92: wf_event.AddParameterToList('DETAIL_MESSAGE',p_err_string,l_parameter_list);
93:
94: -- Add the error string to the Collaboration History

Line 91: wf_event.AddParameterToList('REFERENCE_ID1',p_line_num,l_parameter_list);

87: END IF;
88:
89: l_parameter_list := wf_parameter_list_t();
90: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
91: wf_event.AddParameterToList('REFERENCE_ID1',p_line_num,l_parameter_list);
92: wf_event.AddParameterToList('DETAIL_MESSAGE',p_err_string,l_parameter_list);
93:
94: -- Add the error string to the Collaboration History
95: IF (l_debug_level <= 2) THEN

Line 92: wf_event.AddParameterToList('DETAIL_MESSAGE',p_err_string,l_parameter_list);

88:
89: l_parameter_list := wf_parameter_list_t();
90: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
91: wf_event.AddParameterToList('REFERENCE_ID1',p_line_num,l_parameter_list);
92: wf_event.AddParameterToList('DETAIL_MESSAGE',p_err_string,l_parameter_list);
93:
94: -- Add the error string to the Collaboration History
95: IF (l_debug_level <= 2) THEN
96: cln_debug_pub.Add('Raising the ----oracle.apps.cln.ch.collaboration.addmessage----- event',2);

Line 100: wf_event.raise(p_event_name => 'oracle.apps.cln.ch.collaboration.addmessage',

96: cln_debug_pub.Add('Raising the ----oracle.apps.cln.ch.collaboration.addmessage----- event',2);
97: END IF;
98:
99: BEGIN
100: wf_event.raise(p_event_name => 'oracle.apps.cln.ch.collaboration.addmessage',
101: p_event_key => p_id,
102: p_parameters => l_parameter_list);
103:
104: IF (l_debug_level <= 1) THEN

Line 288: wf_event.AddParameterToList('DOCUMENT_NO',p_invoice_num,l_parameter_list);

284:
285: l_parameter_list:= wf_parameter_list_t();
286:
287: -- add the parameters to the parameter list
288: wf_event.AddParameterToList('DOCUMENT_NO',p_invoice_num,l_parameter_list);
289: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
290: wf_event.AddParameterToList('MESSAGE_TEXT','CLN_CH_XML_CONSUMED_SUCCESS',l_parameter_list);
291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);
292:

Line 289: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);

285: l_parameter_list:= wf_parameter_list_t();
286:
287: -- add the parameters to the parameter list
288: wf_event.AddParameterToList('DOCUMENT_NO',p_invoice_num,l_parameter_list);
289: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
290: wf_event.AddParameterToList('MESSAGE_TEXT','CLN_CH_XML_CONSUMED_SUCCESS',l_parameter_list);
291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);
292:
293: -- raise the 'oracle.apps.cln.ch.collaboration.update' event for Collaboration History Updation

Line 290: wf_event.AddParameterToList('MESSAGE_TEXT','CLN_CH_XML_CONSUMED_SUCCESS',l_parameter_list);

286:
287: -- add the parameters to the parameter list
288: wf_event.AddParameterToList('DOCUMENT_NO',p_invoice_num,l_parameter_list);
289: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
290: wf_event.AddParameterToList('MESSAGE_TEXT','CLN_CH_XML_CONSUMED_SUCCESS',l_parameter_list);
291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);
292:
293: -- raise the 'oracle.apps.cln.ch.collaboration.update' event for Collaboration History Updation
294: BEGIN

Line 291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);

287: -- add the parameters to the parameter list
288: wf_event.AddParameterToList('DOCUMENT_NO',p_invoice_num,l_parameter_list);
289: wf_event.AddParameterToList('XMLG_INTERNAL_CONTROL_NUMBER',p_internal_control_number,l_parameter_list);
290: wf_event.AddParameterToList('MESSAGE_TEXT','CLN_CH_XML_CONSUMED_SUCCESS',l_parameter_list);
291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);
292:
293: -- raise the 'oracle.apps.cln.ch.collaboration.update' event for Collaboration History Updation
294: BEGIN
295: wf_event.raise(p_event_name => 'oracle.apps.cln.ch.collaboration.update', -- Bug #5219307

Line 295: wf_event.raise(p_event_name => 'oracle.apps.cln.ch.collaboration.update', -- Bug #5219307

291: wf_event.AddParameterToList('ORG_ID',l_org_id,l_parameter_list);
292:
293: -- raise the 'oracle.apps.cln.ch.collaboration.update' event for Collaboration History Updation
294: BEGIN
295: wf_event.raise(p_event_name => 'oracle.apps.cln.ch.collaboration.update', -- Bug #5219307
296: p_event_key => l_invoice_ref_id,
297: p_parameters => l_parameter_list);
298:
299: IF (l_debug_level <= 1) THEN