DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on FND_MESSAGE

Line 51: FND_MESSAGE.SET_NAME('ONT', 'OE_COGS_INVALID_LINE_ID');

47:
48: -- query order lines might return no data found
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:

Line 52: FND_MESSAGE.SET_TOKEN('LINE_ID', p_shippable_line_id);

48: -- query order lines might return no data found
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