DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_SECURITY dependencies on OE_MSG_PUB

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

1303:
1304: EXCEPTION
1305: WHEN OTHERS THEN
1306: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1308: OE_MSG_PUB.Add_Exc_Msg
1309: ( G_PKG_NAME
1310: , 'Entity'
1311: );

Line 1308: OE_MSG_PUB.Add_Exc_Msg

1304: EXCEPTION
1305: WHEN OTHERS THEN
1306: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1308: OE_MSG_PUB.Add_Exc_Msg
1309: ( G_PKG_NAME
1310: , 'Entity'
1311: );
1312: END IF;

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

1763: WHEN FND_API.G_EXC_ERROR THEN
1764: x_return_status := FND_API.G_RET_STS_ERROR;
1765: WHEN OTHERS THEN
1766: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1767: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1768: OE_MSG_PUB.Add_Exc_Msg
1769: ( G_PKG_NAME
1770: , 'Attributes'
1771: );

Line 1768: OE_MSG_PUB.Add_Exc_Msg

1764: x_return_status := FND_API.G_RET_STS_ERROR;
1765: WHEN OTHERS THEN
1766: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1767: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1768: OE_MSG_PUB.Add_Exc_Msg
1769: ( G_PKG_NAME
1770: , 'Attributes'
1771: );
1772: END IF;