DBA Data[Home] [Help]

APPS.OE_BLANKET_LINE_SECURITY dependencies on OE_MSG_PUB

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

2222: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2223: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2224: WHEN OTHERS THEN
2225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2226: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2227: OE_MSG_PUB.Add_Exc_Msg
2228: ( G_PKG_NAME
2229: , 'Entity'
2230: );

Line 2227: OE_MSG_PUB.Add_Exc_Msg

2223: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2224: WHEN OTHERS THEN
2225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2226: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2227: OE_MSG_PUB.Add_Exc_Msg
2228: ( G_PKG_NAME
2229: , 'Entity'
2230: );
2231: END IF;

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

3321: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3323: WHEN OTHERS THEN
3324: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3326: OE_MSG_PUB.Add_Exc_Msg
3327: ( G_PKG_NAME
3328: , 'Attributes'
3329: );

Line 3326: OE_MSG_PUB.Add_Exc_Msg

3322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3323: WHEN OTHERS THEN
3324: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3325: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3326: OE_MSG_PUB.Add_Exc_Msg
3327: ( G_PKG_NAME
3328: , 'Attributes'
3329: );
3330: END IF;