DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_RESERVE_PVT dependencies on OE_MSG_PUB

Line 417: OE_MSG_PUB.Add;

413: IF (l_qty_to_reserve-l_reservation_tbl(I).quantity < 0)
414: THEN
415:
416: FND_MESSAGE.SET_NAME('ONT','OE_SCH_RES_MORE_ORD_QTY');
417: OE_MSG_PUB.Add;
418: --p_return_status := FND_API.G_RET_STS_ERROR;
419: --EXIT;
420: goto next_rec_rsrv;
421: END IF;

Line 468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

464: WHEN OTHERS THEN
465: IF l_debug_level > 0 THEN
466: oe_debug_pub.add( 'UNEXPECTED ERROR IN RESERVE_INVENTORY: '||SQLERRM ) ;
467: END IF;
468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
469: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
470: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Reserve_Inventory');
471: END IF;
472:

Line 470: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Reserve_Inventory');

466: oe_debug_pub.add( 'UNEXPECTED ERROR IN RESERVE_INVENTORY: '||SQLERRM ) ;
467: END IF;
468: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
469: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
470: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Reserve_Inventory');
471: END IF;
472:
473: END;
474:

Line 559: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);

555: oe_debug_pub.add( 'MSG COUNT: '|| L_MSG_COUNT ) ;
556: END IF;
557:
558: IF l_msg_count = 1 THEN
559: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);
560: IF l_debug_level > 0 THEN
561: oe_debug_pub.add( 'ERROR: '|| L_MSG_DATA ) ;
562: END IF;
563: ELSE

Line 572: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);

568: p_encoded => FND_API.G_TRUE,
569: p_data => l_msg_data,
570: p_msg_index_out => l_msg_index);
571:
572: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);
573: IF l_debug_level > 0 THEN
574: oe_debug_pub.add( 'ERROR: '|| L_MSG_DATA ) ;
575: END IF;
576: END LOOP;

Line 592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

588: END IF;
589: IF l_debug_level > 0 THEN
590: oe_debug_pub.add( 'BUT THE SUCCESS WILL BE RETURNED' ) ;
591: END IF;
592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
593: p_return_status := FND_API.G_RET_STS_SUCCESS;
594: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Create_Reservation');
595: END IF;
596:

Line 594: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Create_Reservation');

590: oe_debug_pub.add( 'BUT THE SUCCESS WILL BE RETURNED' ) ;
591: END IF;
592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
593: p_return_status := FND_API.G_RET_STS_SUCCESS;
594: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Create_Reservation');
595: END IF;
596:
597: END Create_Reservation;
598:

Line 656: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);

652: oe_debug_pub.add( 'MSG COUNT: '|| L_MSG_COUNT ) ;
653: END IF;
654:
655: IF l_msg_count = 1 THEN
656: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);
657: IF l_debug_level > 0 THEN
658: oe_debug_pub.add( 'ERROR: '|| L_MSG_DATA ) ;
659: END IF;
660: ELSE

Line 669: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);

665: p_encoded => FND_API.G_TRUE,
666: p_data => l_msg_data,
667: p_msg_index_out => l_msg_index);
668:
669: OE_Msg_Pub.Add_Text(p_message_text => l_msg_data);
670: IF l_debug_level > 0 THEN
671: oe_debug_pub.add( 'ERROR: '|| L_MSG_DATA ) ;
672: END IF;
673: END LOOP;

Line 689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

685: END IF;
686: IF l_debug_level > 0 THEN
687: oe_debug_pub.add( 'BUT THE SUCCESS WILL BE RETURNED' ) ;
688: END IF;
689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
690: p_return_status := FND_API.G_RET_STS_SUCCESS;
691: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Delete_Reservation');
692: END IF;
693:

Line 691: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Delete_Reservation');

687: oe_debug_pub.add( 'BUT THE SUCCESS WILL BE RETURNED' ) ;
688: END IF;
689: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
690: p_return_status := FND_API.G_RET_STS_SUCCESS;
691: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Delete_Reservation');
692: END IF;
693:
694: END Delete_Reservation;
695: