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 1757: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1753: WHEN FND_API.G_EXC_ERROR THEN
1754: x_return_status := FND_API.G_RET_STS_ERROR;
1755: WHEN OTHERS THEN
1756: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1757: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1758: OE_MSG_PUB.Add_Exc_Msg
1759: ( G_PKG_NAME
1760: , 'Attributes'
1761: );

Line 1758: OE_MSG_PUB.Add_Exc_Msg

1754: x_return_status := FND_API.G_RET_STS_ERROR;
1755: WHEN OTHERS THEN
1756: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1757: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1758: OE_MSG_PUB.Add_Exc_Msg
1759: ( G_PKG_NAME
1760: , 'Attributes'
1761: );
1762: END IF;