DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FND_MESSAGE

Line 667: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_CANCEL');

663: END IF;
664:
665: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
666: -- Sales order and corresponding internal requisition has been cancelled
667: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_CANCEL');
668: OE_MSG_PUB.Add;
669: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
670: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
671: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

Line 671: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

667: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_CANCEL');
668: OE_MSG_PUB.Add;
669: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
670: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
671: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
672: OE_MSG_PUB.Add;
673: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
674: RAISE FND_API.G_EXC_ERROR;
675: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 736: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_LIN_CANCEL');

732: END IF;
733:
734: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
735: -- Sales order and corresponding internal requisition line has been cancelled
736: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_LIN_CANCEL');
737: OE_MSG_PUB.Add;
738: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
739: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
740: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

Line 740: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

736: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_LIN_CANCEL');
737: OE_MSG_PUB.Add;
738: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
739: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
740: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
741: OE_MSG_PUB.Add;
742: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
743: RAISE FND_API.G_EXC_ERROR;
744: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 888: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_UDPATE');

884: -- Ordered quantity, Supply picture, and corresponding internal
885: -- requisition line have been updated
886: g_reason := OE_GLOBALS.G_REASON_CODE;
887: -- 'OE_GLOBALS.G_REASON_COMMENTS'
888: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_UDPATE');
889: OE_MSG_PUB.Add;
890: ELSIF L_change = 'D' THEN -- D => Date
891: -- Schedule Ship/Arrival date and corresponding internal
892: -- requisition line have been updated

Line 895: FND_Message.Set_Name('ONT', 'OE_IRCMS_DATE_UDPATE');

891: -- Schedule Ship/Arrival date and corresponding internal
892: -- requisition line have been updated
893: g_reason := OE_GLOBALS.G_REASON_CODE;
894: -- 'OE_GLOBALS.G_REASON_COMMENTS'
895: FND_Message.Set_Name('ONT', 'OE_IRCMS_DATE_UDPATE');
896: OE_MSG_PUB.Add;
897: ELSIF L_change = 'B' THEN -- B => Both Date and Quantity
898: -- Schedule Ship/Arrival date, Ordered quantity, Supply picture,
899: -- and corresponding internal requisition line have been updated

Line 902: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_DATE_UDPATE');

898: -- Schedule Ship/Arrival date, Ordered quantity, Supply picture,
899: -- and corresponding internal requisition line have been updated
900: g_reason := OE_GLOBALS.G_REASON_CODE;
901: -- 'OE_GLOBALS.G_REASON_COMMENTS'
902: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_DATE_UDPATE');
903: OE_MSG_PUB.Add;
904: END IF;
905: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
906: -- Unable to save the changes as the corresponding Internal Requisition can not be updated

Line 907: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

903: OE_MSG_PUB.Add;
904: END IF;
905: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
906: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
907: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
908: OE_MSG_PUB.Add;
909: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
910: RAISE FND_API.G_EXC_ERROR;
911: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 989: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

985: END IF;
986:
987: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
988: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
989: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
990: OE_MSG_PUB.Add;
991: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
992: RAISE FND_API.G_EXC_ERROR;
993: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN