DBA Data[Home] [Help]

APPS.JMF_SHIKYU_GRP dependencies on FND_MSG_PUB

Line 125: FND_MSG_PUB.initialize;

121: END IF;
122:
123: -- Start API initialization
124: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
125: FND_MSG_PUB.initialize;
126: END IF;
127:
128: IF NOT FND_API.Compatible_API_Call( l_api_version
129: , p_api_version

Line 191: FND_MSG_PUB.Count_And_Get

187: END IF;
188:
189: EXCEPTION
190: WHEN NO_DATA_FOUND THEN
191: FND_MSG_PUB.Count_And_Get
192: ( p_count => x_msg_count
193: , p_data => x_msg_data
194: );
195: x_return_status := FND_API.G_RET_STS_ERROR;

Line 205: FND_MSG_PUB.Count_And_Get

201: , 'No relationship exists for the OEM Organization and Manufacturing Organization of the Subcontracting PO');
202: END IF;
203:
204: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
205: FND_MSG_PUB.Count_And_Get
206: ( p_count => x_msg_count
207: , p_data => x_msg_data
208: );
209:

Line 220: FND_MSG_PUB.Count_And_Get

216: , 'Exception');
217: END IF;
218:
219: WHEN OTHERS THEN
220: FND_MSG_PUB.Count_And_Get
221: ( p_count => x_msg_count
222: , p_data => x_msg_data
223: );
224:

Line 276: FND_MSG_PUB.initialize;

272: END IF;
273:
274: -- Start API initialization
275: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
276: FND_MSG_PUB.initialize;
277: END IF;
278:
279: /*
280: IF NOT FND_API.Compatible_API_Call( l_api_version

Line 335: FND_MSG_PUB.Count_And_Get

331: END IF;
332:
333: EXCEPTION
334: WHEN NO_DATA_FOUND THEN
335: FND_MSG_PUB.Count_And_Get
336: ( p_count => x_msg_count
337: , p_data => x_msg_data
338: );
339: x_msg_data := 'NO_DATA_FOUND: p_po_shipment_id = ' || p_po_shipment_id;

Line 350: FND_MSG_PUB.Count_And_Get

346: , 'The PO Line does not exist.');
347: END IF;
348:
349: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
350: FND_MSG_PUB.Count_And_Get
351: ( p_count => x_msg_count
352: , p_data => x_msg_data
353: );
354: x_msg_data := 'FND_API.G_EXC_UNEXPECTED_ERROR: p_po_shipment_id = ' || p_po_shipment_id;

Line 365: FND_MSG_PUB.Count_And_Get

361: , 'Exception');
362: END IF;
363:
364: WHEN OTHERS THEN
365: FND_MSG_PUB.Count_And_Get
366: ( p_count => x_msg_count
367: , p_data => x_msg_data
368: );
369: x_msg_data := 'OTHER EXCEPTIONS: p_po_shipment_id = ' || p_po_shipment_id;

Line 419: FND_MSG_PUB.initialize;

415: END IF;
416:
417: -- Start API initialization
418: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
419: FND_MSG_PUB.initialize;
420: END IF;
421:
422: IF NOT FND_API.Compatible_API_Call( l_api_version
423: , p_api_version

Line 441: FND_MSG_PUB.Count_And_Get

437: WHERE organization_id = p_organization_id;
438:
439: EXCEPTION
440: WHEN NO_DATA_FOUND THEN
441: FND_MSG_PUB.Count_And_Get
442: ( p_count => x_msg_count
443: , p_data => x_msg_data
444: );
445: x_return_status := FND_API.G_RET_STS_ERROR;

Line 455: FND_MSG_PUB.Count_And_Get

451: , 'The Inventory Organization does not exist.');
452: END IF;
453:
454: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
455: FND_MSG_PUB.Count_And_Get
456: ( p_count => x_msg_count
457: , p_data => x_msg_data
458: );
459:

Line 470: FND_MSG_PUB.Count_And_Get

466: , 'Exception');
467: END IF;
468:
469: WHEN OTHERS THEN
470: FND_MSG_PUB.Count_And_Get
471: ( p_count => x_msg_count
472: , p_data => x_msg_data
473: );
474:

Line 535: FND_MSG_PUB.initialize;

531: END IF;
532:
533: -- Start API initialization
534: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
535: FND_MSG_PUB.initialize;
536: END IF;
537:
538: IF NOT FND_API.Compatible_API_Call( l_api_version
539: , p_api_version

Line 590: FND_MSG_PUB.Count_And_Get

586: END IF;
587:
588: EXCEPTION
589: WHEN NO_DATA_FOUND THEN
590: FND_MSG_PUB.Count_And_Get
591: ( p_count => x_msg_count
592: , p_data => x_msg_data
593: );
594: x_return_status := FND_API.G_RET_STS_ERROR;

Line 604: FND_MSG_PUB.Count_And_Get

600: , 'The AP Invoice does not exist.');
601: END IF;
602:
603: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
604: FND_MSG_PUB.Count_And_Get
605: ( p_count => x_msg_count
606: , p_data => x_msg_data
607: );
608:

Line 619: FND_MSG_PUB.Count_And_Get

615: , 'Exception');
616: END IF;
617:
618: WHEN OTHERS THEN
619: FND_MSG_PUB.Count_And_Get
620: ( p_count => x_msg_count
621: , p_data => x_msg_data
622: );
623:

Line 714: FND_MSG_PUB.initialize;

710: END IF;
711:
712: -- Start API initialization
713: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
714: FND_MSG_PUB.initialize;
715: END IF;
716:
717: IF NOT FND_API.Compatible_API_Call( l_api_version
718: , p_api_version

Line 761: FND_MSG_PUB.Count_And_Get

757:
758: EXCEPTION
759:
760: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
761: FND_MSG_PUB.Count_And_Get
762: ( p_count => x_msg_count
763: , p_data => x_msg_data
764: );
765:

Line 776: FND_MSG_PUB.Count_And_Get

772: , 'Exception');
773: END IF;
774:
775: WHEN OTHERS THEN
776: FND_MSG_PUB.Count_And_Get
777: ( p_count => x_msg_count
778: , p_data => x_msg_data
779: );
780:

Line 852: FND_MSG_PUB.initialize;

848: END IF;
849:
850: -- Start API initialization
851: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
852: FND_MSG_PUB.initialize;
853: END IF;
854:
855: IF NOT FND_API.Compatible_API_Call( l_api_version
856: , p_api_version

Line 950: FND_MSG_PUB.Count_And_Get

946: END IF;
947:
948: EXCEPTION
949: WHEN NO_DATA_FOUND THEN
950: FND_MSG_PUB.Count_And_Get
951: ( p_count => x_msg_count
952: , p_data => x_msg_data
953: );
954: x_return_status := FND_API.G_RET_STS_ERROR;

Line 964: FND_MSG_PUB.Count_And_Get

960: , 'No Data Found ');
961: END IF;
962:
963: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
964: FND_MSG_PUB.Count_And_Get
965: ( p_count => x_msg_count
966: , p_data => x_msg_data
967: );
968:

Line 979: FND_MSG_PUB.Count_And_Get

975: , 'Exception');
976: END IF;
977:
978: WHEN OTHERS THEN
979: FND_MSG_PUB.Count_And_Get
980: ( p_count => x_msg_count
981: , p_data => x_msg_data
982: );
983:

Line 1037: FND_MSG_PUB.initialize;

1033: END IF;
1034:
1035: -- Start API initialization
1036: IF FND_API.to_boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
1037: FND_MSG_PUB.initialize;
1038: END IF;
1039:
1040: IF NOT FND_API.Compatible_API_Call( l_api_version
1041: , p_api_version

Line 1061: FND_MSG_PUB.Count_And_Get

1057: AND inventory_item_id = p_item_id;
1058:
1059: EXCEPTION
1060: WHEN NO_DATA_FOUND THEN
1061: FND_MSG_PUB.Count_And_Get
1062: ( p_count => x_msg_count
1063: , p_data => x_msg_data
1064: );
1065: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1075: FND_MSG_PUB.Count_And_Get

1071: , 'No Data Found ');
1072: END IF;
1073:
1074: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1075: FND_MSG_PUB.Count_And_Get
1076: ( p_count => x_msg_count
1077: , p_data => x_msg_data
1078: );
1079:

Line 1090: FND_MSG_PUB.Count_And_Get

1086: , 'Exception');
1087: END IF;
1088:
1089: WHEN OTHERS THEN
1090: FND_MSG_PUB.Count_And_Get
1091: ( p_count => x_msg_count
1092: , p_data => x_msg_data
1093: );
1094:

Line 1154: FND_MSG_PUB.initialize;

1150: , 'Before the query: subcontracting_type = "' || l_subcontracting_type || '"');
1151: END IF;
1152:
1153: -- Start API initialization
1154: FND_MSG_PUB.initialize;
1155:
1156:
1157: SELECT mip.subcontracting_type
1158: INTO l_subcontracting_type

Line 1185: FND_MSG_PUB.Count_And_Get

1181: , 'No subcontracting relationship exists between the OEM and the MP');
1182: END IF;
1183: RETURN NULL;
1184: WHEN OTHERS THEN
1185: FND_MSG_PUB.Count_And_Get
1186: ( p_encoded => FND_API.G_FALSE
1187: , p_count => l_msg_count
1188: , p_data => l_msg_data
1189: );