DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on OE_MSG_PUB

Line 53: OE_MSG_PUB.ADD;

49: -- either because costing is passing an invalid order line
50: -- or because this line has an invalid link_to_line_id
51: FND_MESSAGE.SET_NAME('ONT', 'OE_COGS_INVALID_LINE_ID');
52: FND_MESSAGE.SET_TOKEN('LINE_ID', p_shippable_line_id);
53: OE_MSG_PUB.ADD;
54: x_return_status := FND_API.G_RET_STS_ERROR;
55:
56: WHEN OTHERS THEN
57: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;