DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_MSG_PUB

Line 3169: OE_MSG_PUB.Add;

3165: oe_debug_pub.add('hash flow status is cancelled..x_result is' || x_result);
3166: END IF;
3167: -- Add msg to stack
3168: FND_MESSAGE.SET_NAME('ONT','OE_SVC_PROD_CANCELLED');
3169: OE_MSG_PUB.Add;
3170: RETURN;
3171: ELSE
3172: IF l_debug_level > 0 THEN
3173: oe_debug_pub.add('hash flow status is not cancelled');

Line 3231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

3227: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3229: WHEN OTHERS THEN
3230: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3232: OE_MSG_PUB.Add_Exc_Msg
3233: ( G_PKG_NAME
3234: , 'Entity'
3235: );

Line 3232: OE_MSG_PUB.Add_Exc_Msg

3228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3229: WHEN OTHERS THEN
3230: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3232: OE_MSG_PUB.Add_Exc_Msg
3233: ( G_PKG_NAME
3234: , 'Entity'
3235: );
3236: END IF;

Line 4893: OE_MSG_PUB.ADD;

4889: WHERE list_header_id = p_line_rec.price_list_id;
4890:
4891: IF NVL(l_active_flag,'N')='N' THEN
4892: FND_MESSAGE.SET_NAME('ONT','OE_INACTIVE_PRICELIST');
4893: OE_MSG_PUB.ADD;
4894: RAISE FND_API.G_EXC_ERROR;
4895: END IF;
4896: EXCEPTION
4897: WHEN OTHERS THEN

Line 5367: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

5363: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5364: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5365: WHEN OTHERS THEN
5366: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5367: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5368: OE_MSG_PUB.Add_Exc_Msg
5369: ( G_PKG_NAME
5370: , 'Attributes'
5371: );

Line 5368: OE_MSG_PUB.Add_Exc_Msg

5364: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5365: WHEN OTHERS THEN
5366: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5367: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5368: OE_MSG_PUB.Add_Exc_Msg
5369: ( G_PKG_NAME
5370: , 'Attributes'
5371: );
5372: END IF;