DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_UTIL dependencies on FND_MSG_PUB

Line 78: FND_MSG_PUB.Add;

74: IF ( c_delivery%NOTFOUND )
75: THEN
76: FND_MESSAGE.SET_NAME('GMI','INV_DELIV_INFO_MISSING');
77: FND_MESSAGE.Set_Token('MO_LINE_ID',p_mo_line_id);
78: FND_MSG_PUB.Add;
79: RAISE FND_API.G_EXC_ERROR;
80: END IF;
81:
82: GMI_Reservation_Util.PrintLn('In Get_Delivery_Details NO Error');

Line 89: FND_MSG_PUB.count_and_get

85: WHEN FND_API.G_EXC_ERROR THEN
86: x_return_status := FND_API.G_RET_STS_ERROR;
87:
88: /* Get message count and data */
89: FND_MSG_PUB.count_and_get
90: ( p_count => x_msg_count
91: , p_data => x_msg_data
92: );
93:

Line 98: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

94:
95: WHEN OTHERS THEN
96: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
97:
98: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
99: , l_api_name
100: );
101:
102: /* Get message count and data */

Line 103: FND_MSG_Pub.Count_and_Get

99: , l_api_name
100: );
101:
102: /* Get message count and data */
103: FND_MSG_Pub.Count_and_Get
104: ( p_count => x_msg_count
105: , p_data => x_msg_data
106: );
107:

Line 262: FND_MSG_PUB.Add;

258: THEN
259: GMI_Reservation_Util.PrintLn('In Create_Pick_Slip_and_Print Error returned by Get_Pick_Slip_Number, status='||l_api_return_status);
260: ROLLBACK TO Process_Pick_Slip_Number;
261: FND_MESSAGE.SET_NAME('INV','INV_NO_PICK_SLIP_NUMBER');
262: FND_MSG_PUB.Add;
263: RAISE FND_API.G_EXC_ERROR;
264: END IF;
265:
266:

Line 331: FND_MSG_PUB.Add;

327: GMI_Reservation_Util.PrintLn('In Create_Pick_Slip_and_Print Error returned by Print_Pick_Slip, status='||l_api_return_status);
328: ROLLBACK TO Process_Pick_Slip_Number;
329: FND_MESSAGE.SET_NAME('INV','INV_PRINT_PICK_SLIP_FAILED');
330: FND_MESSAGE.SET_TOKEN('PICK_SLIP_NUM', to_char(l_pick_slip_number));
331: FND_MSG_PUB.Add;
332: RAISE FND_API.G_EXC_ERROR;
333: END IF;
334: END IF;
335: GMI_Reservation_Util.PrintLn('In Create_Pick_Slip_and_Print before loop');

Line 346: FND_MSG_PUB.count_and_get

342: WHEN FND_API.G_EXC_ERROR THEN
343: x_return_status := FND_API.G_RET_STS_ERROR;
344:
345: /* Get message count and data */
346: FND_MSG_PUB.count_and_get
347: ( p_count => x_msg_count
348: , p_data => x_msg_data
349: );
350:

Line 355: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

351:
352: WHEN OTHERS THEN
353: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
354:
355: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
356: , l_api_name
357: );
358:
359: /* Get message count and data */

Line 360: FND_MSG_Pub.Count_and_Get

356: , l_api_name
357: );
358:
359: /* Get message count and data */
360: FND_MSG_Pub.Count_and_Get
361: ( p_count => x_msg_count
362: , p_data => x_msg_data
363: );
364:

Line 521: FND_MSG_PUB.Add;

517: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
518: FND_MESSAGE.SET_NAME('GMI','GMI_ERROR');
519: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Pick_Release_Util.Create_Pick_Slip_and_Print');
520: FND_MESSAGE.Set_Token('WHERE', 'GMI_Pick_Release_PVT.Process_Line');
521: FND_MSG_PUB.Add;
522: RAISE FND_API.G_EXC_ERROR;
523: END IF; */
524:
525: GMI_Reservation_Util.PrintLn(' Calling appropriate WSH or INV wrapper as to get the pick slip number ');

Line 573: FND_MSG_PUB.Add;

569: THEN
570: GMI_Reservation_Util.PrintLn('In Create_Manual_alloc_pickslip Error returned by Get_Pick_Slip_Number, status='||x_return_status);
571: ROLLBACK TO Process_Pick_Slip_Number;
572: FND_MESSAGE.SET_NAME('INV','INV_NO_PICK_SLIP_NUMBER');
573: FND_MSG_PUB.Add;
574: RAISE FND_API.G_EXC_ERROR;
575: END IF;
576:
577: GMI_Reservation_Util.PrintLn('In Create_Manual_alloc_pickslip NO Error');

Line 585: FND_MSG_PUB.count_and_get

581: WHEN FND_API.G_EXC_ERROR THEN
582: x_return_status := FND_API.G_RET_STS_ERROR;
583:
584: /* Get message count and data */
585: FND_MSG_PUB.count_and_get
586: ( p_count => x_msg_count
587: , p_data => x_msg_data
588: );
589:

Line 592: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

588: );
589:
590: WHEN OTHERS THEN
591: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
592: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
593: , l_api_name
594: );
595:
596: /* Get message count and data */

Line 597: FND_MSG_Pub.Count_and_Get

593: , l_api_name
594: );
595:
596: /* Get message count and data */
597: FND_MSG_Pub.Count_and_Get
598: ( p_count => x_msg_count
599: , p_data => x_msg_data
600: );
601:

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 705: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

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

Line 710: FND_MSG_Pub.Count_and_Get

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