DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on OE_MSG_PUB

Line 72: OE_MSG_PUB.ADD;

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
76: OE_DEBUG_PUB.ADD('Revenue Line ID and COGS Line ID are not a part of same ATO Model');

Line 135: OE_MSG_PUB.ADD;

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
139: IF l_debug_level > 0