DBA Data[Home] [Help]

APPS.GMI_RESERVATION_PUB dependencies on FND_MSG_PUB

Line 26: | And removed all FND_MSG_PUB.Get calls (at public level) |

22: | 21-FEB-2000 odaboval Created |
23: | |
24: | B1479751 odaboval 15-Nov-2000 : Removed all variable x_msg_data from |
25: | any GMI_Reservation_Util.PrintLn. |
26: | And removed all FND_MSG_PUB.Get calls (at public level) |
27: | 03-OCT-2001 odaboval, local fix for bug 2025611 |
28: | Call procedure Check_Shipping_Details |
29: | As a local fix, this is now removed. |
30: | |

Line 145: FND_MSG_PUB.Add;

141: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
142: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
143: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_Util.Check_Missing');
144: FND_MESSAGE.Set_Token('WHERE', 'Query_Reservation');
145: FND_MSG_PUB.Add;
146: raise FND_API.G_EXC_ERROR;
147: END IF;
148:
149: END IF;

Line 172: FND_MSG_PUB.Add;

168: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
169: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
170: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_PVT.Query_Reservation');
171: FND_MESSAGE.Set_Token('WHERE', 'Query_Reservation');
172: FND_MSG_PUB.Add;
173: GMI_Reservation_Util.PrintLn('(opm_dbg) in end of PUB q ERROR:Returned by PVT q.');
174: RAISE FND_API.G_EXC_ERROR;
175: END IF;
176:

Line 189: FND_MSG_Pub.Count_and_Get

185: WHEN FND_API.G_EXC_ERROR THEN
186: x_return_status := FND_API.G_RET_STS_ERROR;
187:
188: /* Get message count and data */
189: FND_MSG_Pub.Count_and_Get
190: ( p_count => x_msg_count
191: , p_data => x_msg_data
192: );
193:

Line 196: FND_MSG_PUB.Get(

192: );
193:
194: /* IF (x_msg_count > 1)
195: THEN
196: FND_MSG_PUB.Get(
197: p_data => x_msg_data
198: , p_msg_index_out => x_msg_count
199: );
200: END IF;

Line 207: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

203:
204: WHEN OTHERS THEN
205: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
206:
207: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
208: , l_api_name
209: );
210:
211: /* Get message count and data */

Line 212: FND_MSG_Pub.Count_and_Get

208: , l_api_name
209: );
210:
211: /* Get message count and data */
212: FND_MSG_Pub.Count_and_Get
213: ( p_count => x_msg_count
214: , p_data => x_msg_data
215: );
216:

Line 219: FND_MSG_PUB.Get(

215: );
216:
217: /* IF (x_msg_count > 1)
218: THEN
219: FND_MSG_PUB.Get(
220: p_data => x_msg_data
221: , p_msg_index_out => x_msg_count
222: );
223: END IF;

Line 318: FND_MSG_PUB.Add;

314: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
315: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
316: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_Util.Check_Missing');
317: FND_MESSAGE.Set_Token('WHERE', 'Create_Reservation');
318: FND_MSG_PUB.Add;
319: GMI_Reservation_Util.PrintLn('(opm_dbg) in proc PUB c : after Check_Missing : Error='||x_return_status);
320: RAISE FND_API.G_EXC_ERROR;
321: END IF;
322: END IF;

Line 348: FND_MSG_PUB.Add;

344: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
345: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
346: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_PVT.Create_Reservation');
347: FND_MESSAGE.Set_Token('WHERE', 'Create_Reservation');
348: FND_MSG_PUB.Add;
349: GMI_Reservation_Util.PrintLn('(opm_dbg) in proc PUB c : after create(PVT) : Error='||x_return_status);
350: RAISE FND_API.G_EXC_ERROR;
351: END IF;
352:

Line 366: FND_MSG_Pub.Count_and_Get

362: ROLLBACK TO SAVEPOINT GMI_Create_Reservation_PUB;
363: x_return_status := FND_API.G_RET_STS_ERROR;
364:
365: /* Get message count and data */
366: FND_MSG_Pub.Count_and_Get
367: ( p_count => x_msg_count
368: , p_data => x_msg_data
369: );
370:

Line 379: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

375: GMI_Reservation_Util.PrintLn('in end of GMI_Reservation_PUB.create_reservation : ErrorOther');
376: ROLLBACK TO SAVEPOINT GMI_Create_Reservation_PUB;
377: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
378:
379: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
380: , l_api_name
381: );
382:
383: /* Get message count and data */

Line 384: FND_MSG_PUB.count_and_get

380: , l_api_name
381: );
382:
383: /* Get message count and data */
384: FND_MSG_PUB.count_and_get
385: ( p_count => x_msg_count
386: , p_data => x_msg_data
387: );
388:

Line 476: FND_MSG_PUB.Add;

472: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
473: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
474: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_Util.Check_Missing');
475: FND_MESSAGE.Set_Token('WHERE', 'Update_Reservation');
476: FND_MSG_PUB.Add;
477: raise FND_API.G_EXC_ERROR;
478: END IF;
479:
480: END IF;

Line 502: FND_MSG_PUB.Add;

498: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
499: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
500: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_PVT.Update_Reservation');
501: FND_MESSAGE.Set_Token('WHERE', 'Update_Reservation');
502: FND_MSG_PUB.Add;
503: GMI_Reservation_Util.PrintLn('(opm_dbg) in end of PUB u: ERROR:Returned by PVT u.');
504: RAISE FND_API.G_EXC_ERROR;
505: END IF;
506:

Line 520: FND_MSG_Pub.Count_and_Get

516: ROLLBACK TO SAVEPOINT GMI_Update_Reservation_PUB;
517: x_return_status := FND_API.G_RET_STS_ERROR;
518:
519: /* Get message count and data */
520: FND_MSG_Pub.Count_and_Get
521: ( p_count => x_msg_count
522: , p_data => x_msg_data
523: );
524:

Line 532: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

528: WHEN OTHERS THEN
529: ROLLBACK TO SAVEPOINT GMI_Update_Reservation_PUB;
530: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
531:
532: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
533: , l_api_name
534: );
535:
536: /* Get message count and data */

Line 537: FND_MSG_Pub.Count_and_Get

533: , l_api_name
534: );
535:
536: /* Get message count and data */
537: FND_MSG_Pub.Count_and_Get
538: ( p_count => x_msg_count
539: , p_data => x_msg_data
540: );
541:

Line 635: FND_MSG_PUB.Add;

631: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
632: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
633: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_Util.Check_Missing');
634: FND_MESSAGE.Set_Token('WHERE', 'Delete_Reservation');
635: FND_MSG_PUB.Add;
636: raise FND_API.G_EXC_ERROR;
637: END IF;
638:
639: END IF;

Line 655: FND_MSG_PUB.Add;

651: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
652: FND_MESSAGE.Set_Name('GMI','GMI_NOT_ALLOWED_TO_DELETE_RSV');
653: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_PVT.Check_Shipping_Details');
654: FND_MESSAGE.Set_Token('WHERE', 'Delete_Reservation');
655: FND_MSG_PUB.Add;
656: GMI_Reservation_Util.PrintLn('(opm_dbg) in end of PUB d: WARNING: Cannot call Delete_Reservation because of shipping status.');
657: RAISE FND_API.G_EXC_ERROR;
658: END IF;
659: (odaboval) */

Line 679: FND_MSG_PUB.Add;

675: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
676: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
677: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Reservation_PVT.Delete_Reservation');
678: FND_MESSAGE.Set_Token('WHERE', 'Delete_Reservation');
679: FND_MSG_PUB.Add;
680: GMI_Reservation_Util.PrintLn('(opm_dbg) in end of PUB d: ERROR:Returned by PVT d.');
681: RAISE FND_API.G_EXC_ERROR;
682: END IF;
683:

Line 698: FND_MSG_Pub.Count_and_Get

694: WHEN FND_API.G_EXC_ERROR THEN
695: x_return_status := FND_API.G_RET_STS_ERROR;
696:
697: /* Get message count and data */
698: FND_MSG_Pub.Count_and_Get
699: ( p_count => x_msg_count
700: , p_data => x_msg_data
701: );
702:

Line 708: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

704:
705: WHEN OTHERS THEN
706: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
707:
708: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
709: , l_api_name
710: );
711:
712: /* Get message count and data */

Line 713: FND_MSG_Pub.Count_and_Get

709: , l_api_name
710: );
711:
712: /* Get message count and data */
713: FND_MSG_Pub.Count_and_Get
714: ( p_count => x_msg_count
715: , p_data => x_msg_data
716: );
717:

Line 781: FND_MSG_PUB.Add;

777:
778: BEGIN
779:
780: FND_MESSAGE.SET_NAME('GMI','GMI_RSV_UNAVAILABLE');
781: FND_MSG_PUB.Add;
782: RAISE FND_API.G_EXC_ERROR;
783:
784: EXCEPTION
785: WHEN FND_API.G_EXC_ERROR THEN

Line 789: FND_MSG_Pub.Count_and_Get

785: WHEN FND_API.G_EXC_ERROR THEN
786: x_return_status := FND_API.G_RET_STS_ERROR;
787:
788: /* Get message count and data */
789: FND_MSG_Pub.Count_and_Get
790: ( p_count => x_msg_count
791: , p_data => x_msg_data
792: );
793:

Line 799: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

795:
796: WHEN OTHERS THEN
797: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
798:
799: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
800: , l_api_name
801: );
802:
803: /* Get message count and data */

Line 804: FND_MSG_Pub.Count_and_Get

800: , l_api_name
801: );
802:
803: /* Get message count and data */
804: FND_MSG_Pub.Count_and_Get
805: ( p_count => x_msg_count
806: , p_data => x_msg_data
807: );
808: