DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on FND_MESSAGE

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

724: END IF;
725:
726: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
727: -- Sales order and corresponding internal requisition has been cancelled
728: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_CANCEL');
729: OE_MSG_PUB.Add;
730: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
731: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
732: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

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

728: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_CANCEL');
729: OE_MSG_PUB.Add;
730: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
731: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
732: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
733: OE_MSG_PUB.Add;
734: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
735: RAISE FND_API.G_EXC_ERROR;
736: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

813: END IF;
814:
815: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
816: -- Sales order and corresponding internal requisition line has been cancelled
817: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_LIN_CANCEL');
818: OE_MSG_PUB.Add;
819: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
820: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
821: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');

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

817: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_LIN_CANCEL');
818: OE_MSG_PUB.Add;
819: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
820: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
821: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
822: OE_MSG_PUB.Add;
823: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
824: RAISE FND_API.G_EXC_ERROR;
825: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

988: -- Ordered quantity, Supply picture, and corresponding internal
989: -- requisition line have been updated
990: g_reason := OE_GLOBALS.G_REASON_CODE;
991: -- 'OE_GLOBALS.G_REASON_COMMENTS'
992: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_UDPATE');
993: OE_MSG_PUB.Add;
994: ELSIF L_change = 'D' THEN -- D => Date
995: -- Schedule Ship/Arrival date and corresponding internal
996: -- requisition line have been updated

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

995: -- Schedule Ship/Arrival date and corresponding internal
996: -- requisition line have been updated
997: g_reason := OE_GLOBALS.G_REASON_CODE;
998: -- 'OE_GLOBALS.G_REASON_COMMENTS'
999: FND_Message.Set_Name('ONT', 'OE_IRCMS_DATE_UDPATE');
1000: OE_MSG_PUB.Add;
1001: ELSIF L_change = 'B' THEN -- B => Both Date and Quantity
1002: -- Schedule Ship/Arrival date, Ordered quantity, Supply picture,
1003: -- and corresponding internal requisition line have been updated

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

1002: -- Schedule Ship/Arrival date, Ordered quantity, Supply picture,
1003: -- and corresponding internal requisition line have been updated
1004: g_reason := OE_GLOBALS.G_REASON_CODE;
1005: -- 'OE_GLOBALS.G_REASON_COMMENTS'
1006: FND_Message.Set_Name('ONT', 'OE_IRCMS_QTY_DATE_UDPATE');
1007: OE_MSG_PUB.Add;
1008: END IF;
1009: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1010: -- Unable to save the changes as the corresponding Internal Requisition can not be updated

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

1007: OE_MSG_PUB.Add;
1008: END IF;
1009: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1010: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
1011: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
1012: OE_MSG_PUB.Add;
1013: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
1014: RAISE FND_API.G_EXC_ERROR;
1015: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

1089: END IF;
1090:
1091: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1092: -- Unable to save the changes as the corresponding Internal Requisition can not be updated
1093: FND_Message.Set_Name('ONT', 'OE_IRCMS_REQ_FAIL');
1094: OE_MSG_PUB.Add;
1095: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
1096: RAISE FND_API.G_EXC_ERROR;
1097: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN