DBA Data[Home] [Help]

APPS.ITG_BOAPI_WRAPPERS dependencies on ITG_MSG

Line 83: itg_msg.incorrect_setup;

79:
80: /* 4169685: REMOVE INSTALL DATA INSERTION FROM HR_LOCATIONS TABLE */
81: IF NOT itg_x_utils.g_initialized THEN
82: g_return_status := FND_API.G_RET_STS_ERROR;
83: itg_msg.incorrect_setup;
84:
85: IF (l_Debug_Level <= 1) THEN
86: itg_debug_pub.Add('Missing Trading Partner setup and/or Connector uninitialized.' ,1);
87: END IF;

Line 119: itg_msg.invalid_org(p_org);

115: FND_Client_Info.set_org_context(p_org);
116: MO_GLOBAL.set_policy_context('S', p_org); -- MOAC
117: EXCEPTION
118: WHEN OTHERS THEN
119: itg_msg.invalid_org(p_org);
120: g_return_status := FND_API.G_RET_STS_ERROR;
121: RAISE FND_API.G_EXC_ERROR;
122: END;
123: END IF;

Line 173: itg_msg.cln_failure(substr(l_msg_buff,1,255));

169: IF (l_Debug_Level <= 5) THEN
170: itg_debug_pub.Add('Create CLN : ' || l_return_status || l_msg_buff , 5);
171: END IF;
172:
173: itg_msg.cln_failure(substr(l_msg_buff,1,255));
174: g_collaboration_id := 0;
175: itg_msg.unexpected_error('CLN collaboration creation');
176: END IF;
177: EXCEPTION

Line 175: itg_msg.unexpected_error('CLN collaboration creation');

171: END IF;
172:
173: itg_msg.cln_failure(substr(l_msg_buff,1,255));
174: g_collaboration_id := 0;
175: itg_msg.unexpected_error('CLN collaboration creation');
176: END IF;
177: EXCEPTION
178: WHEN OTHERS THEN
179: g_collaboration_id := 0;

Line 184: itg_msg.cln_failure(substr(SQLERRM,1,255));

180: IF (l_Debug_Level <= 6) THEN
181: itg_debug_pub.Add(substr(SQLERRM,1,255), 6);
182: END IF;
183:
184: itg_msg.cln_failure(substr(SQLERRM,1,255));
185: itg_msg.unexpected_error('CLN collaboration creation');
186: END;
187:
188: check_return_status('Begin_Wrapper', l_return_status);

Line 185: itg_msg.unexpected_error('CLN collaboration creation');

181: itg_debug_pub.Add(substr(SQLERRM,1,255), 6);
182: END IF;
183:
184: itg_msg.cln_failure(substr(SQLERRM,1,255));
185: itg_msg.unexpected_error('CLN collaboration creation');
186: END;
187:
188: check_return_status('Begin_Wrapper', l_return_status);
189:

Line 201: itg_msg.unexpected_error('CLN collaboration creation');

197: itg_debug_pub.Add('BeginWrapper ' || SQLERRM ,6);
198: END IF;
199:
200: g_collaboration_id := 0;
201: itg_msg.unexpected_error('CLN collaboration creation');
202: END Begin_Wrapper;
203:
204:
205:

Line 229: itg_msg.document_success;

225: x_cln_id := g_collaboration_id;
226:
227: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
228: x_return_status := '00';
229: itg_msg.document_success;
230: ELSE
231: x_return_status := '99';
232: END IF;
233:

Line 443: ITG_MSG.orgeff_check_failed;

439: p_organization_id => g_org,
440: p_cln_doc_type => g_clntyp,
441: p_doc_direction => 'S') THEN
442: g_return_status := FND_API.G_RET_STS_ERROR;
443: ITG_MSG.orgeff_check_failed;
444: END IF;
445:
446: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
447: IF (l_Debug_Level <= 1) THEN

Line 478: itg_msg.unexpected_error('Flex-value sync');

474: END IF;
475: EXCEPTION
476: WHEN OTHERS THEN
477: ITG_Debug.msg('Unexpected error in wrapper(Flex-value sync) - ' || substr(SQLERRM,1,255),true);
478: itg_msg.unexpected_error('Flex-value sync');
479: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
480: IF (l_Debug_Level <= 6) THEN
481: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_FlexValue :OTHER ERROR', 6);
482: END IF;

Line 514: ITG_MSG.orgeff_check_failed;

510: p_organization_id => g_org,
511: p_cln_doc_type => g_clntyp,
512: p_doc_direction => 'S') THEN
513: g_return_status := FND_API.G_RET_STS_ERROR;
514: ITG_MSG.orgeff_check_failed;
515: END IF;
516:
517: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
518: IF (l_Debug_Level <= 1) THEN

Line 549: itg_msg.unexpected_error('Exchange-rate sync');

545: END IF;
546: EXCEPTION
547: WHEN OTHERS THEN
548: ITG_Debug.msg('Unexpected error in wrapper(Exchange-rate sync) - ' || substr(SQLERRM,1,255),true);
549: itg_msg.unexpected_error('Exchange-rate sync');
550: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
551: IF (l_Debug_Level <= 6) THEN
552: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Process_ExchangeRate : OTHER ERROR', 6);
553: END IF;

Line 587: ITG_MSG.orgeff_check_failed;

583: p_organization_id => g_org,
584: p_cln_doc_type => g_clntyp,
585: p_doc_direction => 'S') THEN
586: g_return_status := FND_API.G_RET_STS_ERROR;
587: ITG_MSG.orgeff_check_failed;
588: END IF;
589:
590: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
591: IF (l_Debug_Level <= 1) THEN

Line 622: itg_msg.unexpected_error('Purchase order sync');

618:
619: EXCEPTION
620: WHEN OTHERS THEN
621: ITG_Debug.msg('Unexpected error in wrapper(Purchase order sync) - ' || substr(SQLERRM,1,255),true);
622: itg_msg.unexpected_error('Purchase order sync');
623: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
624: IF (l_Debug_Level <= 6) THEN
625: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Update_PoLine : OTHER ERROR', 6);
626: END IF;

Line 663: ITG_MSG.orgeff_check_failed;

659: p_organization_id => g_org,
660: p_cln_doc_type => g_clntyp,
661: p_doc_direction => 'S') THEN
662: g_return_status := FND_API.G_RET_STS_ERROR;
663: ITG_MSG.orgeff_check_failed;
664: END IF;
665:
666: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
667: IF (l_Debug_Level <= 1) THEN

Line 707: itg_msg.unexpected_error('Vendor sync');

703:
704: EXCEPTION
705: WHEN OTHERS THEN
706: ITG_Debug.msg('Unexpected error in wrapper(Vendor sync) - ' || substr(SQLERRM,1,255),true);
707: itg_msg.unexpected_error('Vendor sync');
708: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
709: IF (l_Debug_Level <= 6) THEN
710: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_Vendor : OTHER ERROR', 6);
711: END IF;

Line 793: itg_msg.unexpected_error('Vendor-site sync');

789:
790: EXCEPTION
791: WHEN OTHERS THEN
792: ITG_Debug.msg('Unexpected error in wrapper(Vendor-site sync) - ' || substr(SQLERRM,1,255),true);
793: itg_msg.unexpected_error('Vendor-site sync');
794: g_process_vendor_contact := false;
795:
796: IF (l_Debug_Level <= 6) THEN
797: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_VendorSite : OTHER ERROR', 6);

Line 853: itg_msg.unexpected_error('Vendor-contact sync');

849:
850: EXCEPTION
851: WHEN OTHERS THEN
852: ITG_Debug.msg('Unexpected error in wrapper(Vendor-contact sync) - ' || substr(SQLERRM,1,255),true);
853: itg_msg.unexpected_error('Vendor-contact sync');
854: g_process_vendor_contact := false;
855:
856: IF (l_Debug_Level <= 6) THEN
857: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_VendorContact : OTHER ERROR', 6);

Line 894: ITG_MSG.orgeff_check_failed;

890: p_organization_id => g_org,
891: p_cln_doc_type => g_clntyp,
892: p_doc_direction => 'S') THEN
893: g_return_status := FND_API.G_RET_STS_ERROR;
894: ITG_MSG.orgeff_check_failed;
895: END IF;
896:
897: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
898: IF (l_Debug_Level <= 1) THEN

Line 934: itg_msg.unexpected_error('Item sync');

930:
931: EXCEPTION
932: WHEN OTHERS THEN
933: ITG_Debug.msg('Unexpected error in wrapper(Item sync) - ' || substr(SQLERRM,1,255),true);
934: itg_msg.unexpected_error('Item sync');
935: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
936:
937: IF (l_Debug_Level <= 6) THEN
938: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_Item : OTHER ERROR', 6);

Line 964: ITG_MSG.orgeff_check_failed;

960: p_organization_id => g_org,
961: p_cln_doc_type => g_clntyp,
962: p_doc_direction => 'S') THEN
963: g_return_status := FND_API.G_RET_STS_ERROR;
964: ITG_MSG.orgeff_check_failed;
965: END IF;
966:
967:
968: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN

Line 996: itg_msg.unexpected_error('Field sync');

992: END IF;
993: EXCEPTION
994: WHEN OTHERS THEN
995: ITG_Debug.msg('Unexpected error in wrapper(Field sync) - ' || substr(SQLERRM,1,255),true);
996: itg_msg.unexpected_error('Field sync');
997: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
998:
999: IF (l_Debug_Level <= 6) THEN
1000: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Process_PoNumber : OTHER ERROR', 6);

Line 1039: ITG_MSG.orgeff_check_failed;

1035: p_cln_doc_type => g_clntyp,
1036: p_doc_direction => 'S') THEN
1037:
1038: g_return_status := FND_API.G_RET_STS_ERROR;
1039: ITG_MSG.orgeff_check_failed;
1040: END IF;
1041:
1042: IF g_return_status = FND_API.G_RET_STS_SUCCESS THEN
1043: IF (l_Debug_Level <= 1) THEN

Line 1080: itg_msg.unexpected_error('UOM sync');

1076: END IF;
1077: EXCEPTION
1078: WHEN OTHERS THEN
1079: ITG_Debug.msg('Unexpected error in wrapper(UOM sync) - ' || substr(SQLERRM,1,255),true);
1080: itg_msg.unexpected_error('UOM sync');
1081: g_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1082:
1083: IF (l_Debug_Level <= 6) THEN
1084: itg_debug_pub.Add('Exiting ITG_BOAPI_Wrappers.Sync_UOM_ALL : OTHER ERROR', 6);