DBA Data[Home] [Help]

APPS.GML_BATCH_OM_RES_PVT dependencies on FND_MSG_PUB

Line 257: FND_MSG_PUB.count_and_get

253: EXCEPTION
254: WHEN FND_API.G_EXC_ERROR THEN
255: x_return_status := FND_API.G_RET_STS_ERROR;
256: /* Get message count and data*/
257: FND_MSG_PUB.count_and_get
258: ( p_count => x_msg_cont
259: , p_data => x_msg_data
260: );
261: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Expected');

Line 265: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

261: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Expected');
262: WHEN OTHERS THEN
263: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
264:
265: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
266: , 'convert_FPO'
267: );
268: /* Get message count and data*/
269: FND_MSG_PUB.count_and_get

Line 269: FND_MSG_PUB.count_and_get

265: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
266: , 'convert_FPO'
267: );
268: /* Get message count and data*/
269: FND_MSG_PUB.count_and_get
270: ( p_count => x_msg_cont
271: , p_data => x_msg_data
272: );
273: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Others');

Line 578: FND_MSG_PUB.ADD;

574: ELSE
575: GMI_reservation_Util.PrintLn('create_allocation, alloc creation error');
576: FND_MESSAGE.SET_NAME('GMI','GMI_QTY_RSV_NOT_FOUND');
577: FND_MESSAGE.Set_Token('WHERE', 'Check rules');
578: FND_MSG_PUB.ADD;
579: l_history_rec.failure_reason := 'all stack of msgs';
580: END IF;
581: GMI_RESERVATION_UTIL.balance_default_lot
582: ( p_ic_default_rec => l_dft_tran_rec

Line 635: FND_MSG_PUB.count_and_get

631: EXCEPTION
632: WHEN FND_API.G_EXC_ERROR THEN
633: x_return_status := FND_API.G_RET_STS_ERROR;
634: /* Get message count and data*/
635: FND_MSG_PUB.count_and_get
636: ( p_count => x_msg_cont
637: , p_data => x_msg_data
638: );
639: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Expected');

Line 643: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

639: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Expected');
640: WHEN OTHERS THEN
641: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
642:
643: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
644: , 'create_allocations'
645: );
646: /* Get message count and data*/
647: FND_MSG_PUB.count_and_get

Line 647: FND_MSG_PUB.count_and_get

643: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
644: , 'create_allocations'
645: );
646: /* Get message count and data*/
647: FND_MSG_PUB.count_and_get
648: ( p_count => x_msg_cont
649: , p_data => x_msg_data
650: );
651: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT u EXCEPTION: Others');

Line 708: FND_MSG_PUB.ADD;

704: IF x_return_status <> fnd_api.g_ret_sts_success Then
705: GMI_reservation_Util.PrintLn('Delete OMSO trans for Batch trans');
706: FND_MESSAGE.SET_NAME('GMI','GMI_QTY_RSV_NOT_FOUND');
707: FND_MESSAGE.Set_Token('WHERE', 'Check rules');
708: FND_MSG_PUB.ADD;
709: END IF;
710: END IF;
711: l_dft_tran_rec.line_id := l_tran_rec.line_id;
712: l_dft_tran_rec.trans_id := null;

Line 788: FND_MSG_PUB.Add;

784: GMI_reservation_Util.PrintLn('(opm_dbg) in PVT d ERROR: Returned by Delete_Transaction().');
785: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
786: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_TRANS_ENGINE_PUB.DELETE_PENDING_TRANSACTION');
787: FND_MESSAGE.Set_Token('WHERE', 'Delete_Reservation');
788: FND_MSG_PUB.Add;
789: RAISE FND_API.G_EXC_ERROR;
790: END IF;
791:
792: GML_BATCH_OM_RES_PVT.cancel_alloc_for_trans

Line 1419: FND_MSG_PUB.ADD;

1415: GMI_reservation_Util.PrintLn('In Else part after GML_BATCH_OM_RES_PVT.create_allocations returned a status other than success In regenerate_alloc');
1416: GMI_reservation_Util.PrintLn('OM_UTIL, checking rule failure');
1417: FND_MESSAGE.SET_NAME('GMI','GMI_QTY_RSV_NOT_FOUND');
1418: FND_MESSAGE.Set_Token('WHERE', 'Check rules');
1419: FND_MSG_PUB.ADD;
1420: RAISE FND_API.G_EXC_ERROR;
1421: END IF;
1422:
1423: GML_GME_API_PVT.g_not_to_notify := 1;

Line 1629: FND_MSG_PUB.count_and_get

1625: EXCEPTION
1626: WHEN FND_API.G_EXC_ERROR THEN
1627: x_return_status := FND_API.G_RET_STS_ERROR;
1628: /* Get message count and data*/
1629: FND_MSG_PUB.count_and_get
1630: ( p_count => x_msg_count
1631: , p_data => x_msg_data
1632: );
1633: GMI_reservation_Util.PrintLn('Split reservations: EXCEPTION: Expected');

Line 1637: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

1633: GMI_reservation_Util.PrintLn('Split reservations: EXCEPTION: Expected');
1634: WHEN OTHERS THEN
1635: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1636:
1637: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
1638: , 'Split_reservations'
1639: );
1640: /* Get message count and data*/
1641: FND_MSG_PUB.count_and_get

Line 1641: FND_MSG_PUB.count_and_get

1637: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
1638: , 'Split_reservations'
1639: );
1640: /* Get message count and data*/
1641: FND_MSG_PUB.count_and_get
1642: ( p_count => x_msg_count
1643: , p_data => x_msg_data
1644: );
1645: GMI_reservation_Util.PrintLn('Split reservations EXCEPTION: Others');

Line 1771: FND_MSG_PUB.ADD;

1767: IF x_return_status <> fnd_api.g_ret_sts_success Then
1768: GMI_reservation_Util.PrintLn('pick confirm failed ');
1769: FND_MESSAGE.SET_NAME('GMI','GMI_PICK_CONFIRM');
1770: FND_MESSAGE.Set_Token('WHERE', 'pick confirm ');
1771: FND_MSG_PUB.ADD;
1772: --RAISE FND_API.G_EXC_ERROR;
1773: END IF;
1774: END IF;
1775: end loop;