DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on FND_MESSAGE

Line 134: FND_MESSAGE.SET_NAME('ONT','OE_MAX_REQUESTS_EXCEEDED');

130:
131: END LOOP;
132:
133: IF x_request_ind > l_max_ind THEN
134: FND_MESSAGE.SET_NAME('ONT','OE_MAX_REQUESTS_EXCEEDED');
135: OE_MSG_PUB.ADD;
136: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
137: END IF;
138:

Line 2056: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');

2052: End;
2053: --BUG#10052614 Ends
2054:
2055: ELSE
2056: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
2057: FND_MESSAGE.SET_TOKEN('ACTION',l_request_type);
2058: OE_MSG_PUB.Add;
2059: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2060:

Line 2057: FND_MESSAGE.SET_TOKEN('ACTION',l_request_type);

2053: --BUG#10052614 Ends
2054:
2055: ELSE
2056: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
2057: FND_MESSAGE.SET_TOKEN('ACTION',l_request_type);
2058: OE_MSG_PUB.Add;
2059: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2060:
2061: END IF;

Line 4434: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');

4430: IF l_debug_level > 0 THEN
4431: oe_debug_pub.add('Invalid entity given for Price Order Action. Entity has to be Header or Line', 5);
4432: END IF;
4433:
4434: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4435: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4436: OE_MSG_PUB.Add;
4437: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4438:

Line 4435: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);

4431: oe_debug_pub.add('Invalid entity given for Price Order Action. Entity has to be Header or Line', 5);
4432: END IF;
4433:
4434: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4435: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4436: OE_MSG_PUB.Add;
4437: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4438:
4439: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4663: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');

4659: ELSIF l_request_rec.entity_code = OE_Globals.G_ENTITY_LINE THEN
4660: OE_MSG_PUB.update_msg_context(
4661: p_line_id => l_request_rec.entity_id);
4662: END IF;
4663: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4664: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4665: OE_MSG_PUB.Add;
4666: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4667: END IF;

Line 4664: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);

4660: OE_MSG_PUB.update_msg_context(
4661: p_line_id => l_request_rec.entity_id);
4662: END IF;
4663: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4664: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4665: OE_MSG_PUB.Add;
4666: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4667: END IF;
4668: