DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on FND_MESSAGE

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

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

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

1774: );
1775: --R12 CC Encryption
1776: -- End of requests logged by blankets business object APIs.
1777: ELSE
1778: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
1779: FND_MESSAGE.SET_TOKEN('ACTION',l_request_type);
1780: OE_MSG_PUB.Add;
1781: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1782:

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

1775: --R12 CC Encryption
1776: -- End of requests logged by blankets business object APIs.
1777: ELSE
1778: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
1779: FND_MESSAGE.SET_TOKEN('ACTION',l_request_type);
1780: OE_MSG_PUB.Add;
1781: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1782:
1783: END IF;

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

3992: IF l_debug_level > 0 THEN
3993: oe_debug_pub.add('Invalid entity given for Price Order Action. Entity has to be Header or Line', 5);
3994: END IF;
3995:
3996: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
3997: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
3998: OE_MSG_PUB.Add;
3999: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4000:

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

3993: oe_debug_pub.add('Invalid entity given for Price Order Action. Entity has to be Header or Line', 5);
3994: END IF;
3995:
3996: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
3997: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
3998: OE_MSG_PUB.Add;
3999: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4000:
4001: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

4221: ELSIF l_request_rec.entity_code = OE_Globals.G_ENTITY_LINE THEN
4222: OE_MSG_PUB.update_msg_context(
4223: p_line_id => l_request_rec.entity_id);
4224: END IF;
4225: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4226: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4227: OE_MSG_PUB.Add;
4228: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4229: END IF;

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

4222: OE_MSG_PUB.update_msg_context(
4223: p_line_id => l_request_rec.entity_id);
4224: END IF;
4225: FND_MESSAGE.SET_NAME('ONT','ONT_INVALID_REQUEST');
4226: FND_MESSAGE.SET_TOKEN('ACTION',l_request_rec.request_type);
4227: OE_MSG_PUB.Add;
4228: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4229: END IF;
4230: