DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_SECURITY dependencies on OE_MSG_PUB

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

1292:
1293: EXCEPTION
1294: WHEN OTHERS THEN
1295: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1297: OE_MSG_PUB.Add_Exc_Msg
1298: ( G_PKG_NAME
1299: , 'Entity'
1300: );

Line 1297: OE_MSG_PUB.Add_Exc_Msg

1293: EXCEPTION
1294: WHEN OTHERS THEN
1295: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1296: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1297: OE_MSG_PUB.Add_Exc_Msg
1298: ( G_PKG_NAME
1299: , 'Entity'
1300: );
1301: END IF;

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

1778: WHEN FND_API.G_EXC_ERROR THEN
1779: x_return_status := FND_API.G_RET_STS_ERROR;
1780: WHEN OTHERS THEN
1781: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1783: OE_MSG_PUB.Add_Exc_Msg
1784: ( G_PKG_NAME
1785: , 'Attributes'
1786: );

Line 1783: OE_MSG_PUB.Add_Exc_Msg

1779: x_return_status := FND_API.G_RET_STS_ERROR;
1780: WHEN OTHERS THEN
1781: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1782: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1783: OE_MSG_PUB.Add_Exc_Msg
1784: ( G_PKG_NAME
1785: , 'Attributes'
1786: );
1787: END IF;