DBA Data[Home] [Help]

APPS.M4U_XML_GENPROCESS_OUT dependencies on EGO_UCCNET_EVENTS_PUB

Line 417: ego_uccnet_events_pub.set_collaboration_id(

413: cln_debug_pub.add('Truncated Key Value - '||l_truncated_key,1);
414: END IF;
415:
416: IF (l_truncated_key = 'M4U_EGOEVT') THEN
417: ego_uccnet_events_pub.set_collaboration_id(
418: p_api_version => 1.0,
419: p_batch_id => l_ecx_parameter2 ,
420: p_subbatch_id => l_ecx_parameter4,
421: p_top_gtin => l_doc_no,

Line 428: cln_debug_pub.Add('ego_uccnet_events_pub.set_collaboration_id - ', 1);

424: x_msg_count => l_msg_count,
425: x_msg_data => l_msg_data);
426:
427: IF (l_Debug_Level <= 1) THEN
428: cln_debug_pub.Add('ego_uccnet_events_pub.set_collaboration_id - ', 1);
429: cln_debug_pub.Add(' l_return_status - '|| l_return_status, 1);
430: cln_debug_pub.Add(' l_msg_data - '|| l_msg_data, 1);
431: cln_debug_pub.Add(' l_msg_count - '|| l_msg_count, 1);
432: END IF;

Line 911: ego_uccnet_events_pub.update_event_disposition(

907: cln_debug_pub.Add('return from call to Notify_Administrator',1);
908: END IF;
909:
910: IF (l_doc_type = 'M4U_CIN' OR l_doc_type = 'M4U_RCIR' OR l_doc_type = 'M4U_RCIR_BATCH') THEN
911: ego_uccnet_events_pub.update_event_disposition(
912: p_api_version => 1.0,
913: p_cln_id => l_ecx_parameter1,
914: p_disposition_code => 'FAILED',
915: p_disposition_date => sysdate,

Line 921: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);

917: x_msg_count => l_msg_count,
918: x_msg_data => l_msg_data );
919:
920: IF (l_Debug_Level <= 1) THEN
921: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);
922: cln_debug_pub.Add(' l_return_status - '|| l_return_status, 1);
923: cln_debug_pub.Add(' l_msg_data - '|| l_msg_data, 1);
924: cln_debug_pub.Add(' l_msg_count - '|| l_msg_count, 1);
925: END IF;

Line 943: ego_uccnet_events_pub.update_event_disposition(

939: END IF;
940:
941:
942: IF (l_doc_type = 'M4U_CIN' OR l_doc_type = 'M4U_RCIR' OR l_doc_type = 'M4U_RCIR_BATCH') THEN
943: ego_uccnet_events_pub.update_event_disposition(
944: p_api_version => 1.0,
945: p_cln_id => l_ecx_parameter1,
946: p_disposition_code => 'FAILED',
947: p_disposition_date => sysdate,

Line 953: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);

949: x_msg_count => l_msg_count,
950: x_msg_data => l_msg_data );
951:
952: IF (l_Debug_Level <= 1) THEN
953: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);
954: cln_debug_pub.Add(' l_return_status - '|| l_return_status, 1);
955: cln_debug_pub.Add(' l_msg_data - '|| l_msg_data, 1);
956: cln_debug_pub.Add(' l_msg_count - '|| l_msg_count, 1);
957: END IF;

Line 1376: ego_uccnet_events_pub.set_collaboration_id(

1372: END IF;
1373:
1374: IF (x_return_status ='S') THEN
1375:
1376: ego_uccnet_events_pub.set_collaboration_id(
1377: p_api_version => 1.0,
1378: p_batch_id => l_ego_batch_id ,
1379: p_subbatch_id => l_ego_subbatch_id,
1380: p_top_gtin => l_gtin,

Line 1387: cln_debug_pub.Add('ego_uccnet_events_pub.set_collaboration_id - ', 1);

1383: x_msg_count => x_msg_count,
1384: x_msg_data => x_msg_data);
1385:
1386: IF (l_Debug_Level <= 1) THEN
1387: cln_debug_pub.Add('ego_uccnet_events_pub.set_collaboration_id - ', 1);
1388: cln_debug_pub.Add(' x_return_status - '|| x_return_status, 1);
1389: cln_debug_pub.Add(' x_msg_data - '|| x_msg_data, 1);
1390: cln_debug_pub.Add(' x_msg_count - '|| x_msg_count, 1);
1391: END IF;

Line 1716: ego_uccnet_events_pub.update_event_disposition(

1712: IF (l_Debug_Level <= 1) THEN
1713: cln_debug_pub.Add('returned from call to NOTIFY_ADMINISTRATOR', 1);
1714: END IF;
1715:
1716: ego_uccnet_events_pub.update_event_disposition(
1717: p_api_version => 1.0,
1718: p_cln_id => rec_cln_ids.collaboration_id,
1719: p_disposition_code => 'FAILED',
1720: p_disposition_date => sysdate,

Line 1726: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);

1722: x_msg_count => x_msg_count,
1723: x_msg_data => x_msg_data );
1724:
1725: IF (l_Debug_Level <= 1) THEN
1726: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);
1727: cln_debug_pub.Add(' x_return_status - '|| x_return_status, 1);
1728: cln_debug_pub.Add(' x_msg_data - '|| x_msg_data, 1);
1729: cln_debug_pub.Add(' x_msg_count - '|| x_msg_count, 1);
1730: END IF;

Line 1759: ego_uccnet_events_pub.update_event_disposition(

1755: cln_debug_pub.add('x_return_status - ' || x_return_status,1);
1756: cln_debug_pub.add('x_msg_data - ' || x_msg_data,1);
1757: END IF;
1758:
1759: ego_uccnet_events_pub.update_event_disposition(
1760: p_api_version => 1.0,
1761: p_cln_id => rec_cln_ids.collaboration_id,
1762: p_disposition_code => 'FAILED',
1763: p_disposition_date => sysdate,

Line 1769: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);

1765: x_msg_count => x_msg_count,
1766: x_msg_data => x_msg_data );
1767:
1768: IF (l_Debug_Level <= 1) THEN
1769: cln_debug_pub.Add('ego_uccnet_events_pub.update_event_disposition - returns', 1);
1770: cln_debug_pub.Add(' x_return_status - '|| x_return_status, 1);
1771: cln_debug_pub.Add(' x_msg_data - '|| x_msg_data, 1);
1772: cln_debug_pub.Add(' x_msg_count - '|| x_msg_count, 1);
1773: END IF;