DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on FND_MESSAGE

Line 70: FND_MESSAGE.SET_NAME('ONT', 'OE_REV_INVALID_LINE_ID');

66: WHERE line_id=x_revenue_event_line_id;
67:
68: IF l_ato_line_id_rev <> l_ato_line_id_cogs THEN
69:
70: FND_MESSAGE.SET_NAME('ONT', 'OE_REV_INVALID_LINE_ID');
71: FND_MESSAGE.SET_TOKEN('LINE_ID', x_revenue_event_line_id);
72: OE_MSG_PUB.ADD;
73:
74: IF l_debug_level > 0

Line 71: FND_MESSAGE.SET_TOKEN('LINE_ID', x_revenue_event_line_id);

67:
68: IF l_ato_line_id_rev <> l_ato_line_id_cogs THEN
69:
70: FND_MESSAGE.SET_NAME('ONT', 'OE_REV_INVALID_LINE_ID');
71: FND_MESSAGE.SET_TOKEN('LINE_ID', x_revenue_event_line_id);
72: OE_MSG_PUB.ADD;
73:
74: IF l_debug_level > 0
75: THEN

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

129:
130: -- query order lines might return no data found
131: -- either because costing is passing an invalid order line
132: -- or because this line has an invalid link_to_line_id
133: FND_MESSAGE.SET_NAME('ONT', 'OE_COGS_INVALID_LINE_ID');
134: FND_MESSAGE.SET_TOKEN('LINE_ID', p_shippable_line_id);
135: OE_MSG_PUB.ADD;
136: x_return_status := FND_API.G_RET_STS_ERROR;
137:

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

130: -- query order lines might return no data found
131: -- either because costing is passing an invalid order line
132: -- or because this line has an invalid link_to_line_id
133: FND_MESSAGE.SET_NAME('ONT', 'OE_COGS_INVALID_LINE_ID');
134: FND_MESSAGE.SET_TOKEN('LINE_ID', p_shippable_line_id);
135: OE_MSG_PUB.ADD;
136: x_return_status := FND_API.G_RET_STS_ERROR;
137:
138: --9811795 start