DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_MSG_PUB

Line 3341: OE_MSG_PUB.Add;

3337: oe_debug_pub.add('hash flow status is cancelled..x_result is' || x_result);
3338: END IF;
3339: -- Add msg to stack
3340: FND_MESSAGE.SET_NAME('ONT','OE_SVC_PROD_CANCELLED');
3341: OE_MSG_PUB.Add;
3342: RETURN;
3343: ELSE
3344: IF l_debug_level > 0 THEN
3345: oe_debug_pub.add('hash flow status is not cancelled');

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

3405: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3407: WHEN OTHERS THEN
3408: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3410: OE_MSG_PUB.Add_Exc_Msg
3411: ( G_PKG_NAME
3412: , 'Entity'
3413: );

Line 3410: OE_MSG_PUB.Add_Exc_Msg

3406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3407: WHEN OTHERS THEN
3408: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3410: OE_MSG_PUB.Add_Exc_Msg
3411: ( G_PKG_NAME
3412: , 'Entity'
3413: );
3414: END IF;

Line 5160: OE_MSG_PUB.ADD;

5156: WHERE list_header_id = p_line_rec.price_list_id;
5157:
5158: IF NVL(l_active_flag,'N')='N' THEN
5159: FND_MESSAGE.SET_NAME('ONT','OE_INACTIVE_PRICELIST');
5160: OE_MSG_PUB.ADD;
5161: RAISE FND_API.G_EXC_ERROR;
5162: END IF;
5163: EXCEPTION
5164: WHEN OTHERS THEN

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

5680: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5681: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5682: WHEN OTHERS THEN
5683: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5684: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5685: OE_MSG_PUB.Add_Exc_Msg
5686: ( G_PKG_NAME
5687: , 'Attributes'
5688: );

Line 5685: OE_MSG_PUB.Add_Exc_Msg

5681: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5682: WHEN OTHERS THEN
5683: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5684: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5685: OE_MSG_PUB.Add_Exc_Msg
5686: ( G_PKG_NAME
5687: , 'Attributes'
5688: );
5689: END IF;