DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_SECURITY dependencies on OE_MSG_PUB

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

759:
760: EXCEPTION
761: WHEN OTHERS THEN
762: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
763: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
764: OE_MSG_PUB.Add_Exc_Msg
765: ( G_PKG_NAME
766: , 'Entity'
767: );

Line 764: OE_MSG_PUB.Add_Exc_Msg

760: EXCEPTION
761: WHEN OTHERS THEN
762: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
763: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
764: OE_MSG_PUB.Add_Exc_Msg
765: ( G_PKG_NAME
766: , 'Entity'
767: );
768: END IF;

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

1206: WHEN FND_API.G_EXC_ERROR THEN
1207: x_return_status := FND_API.G_RET_STS_ERROR;
1208: WHEN OTHERS THEN
1209: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1211: OE_MSG_PUB.Add_Exc_Msg
1212: ( G_PKG_NAME
1213: , 'Attributes'
1214: );

Line 1211: OE_MSG_PUB.Add_Exc_Msg

1207: x_return_status := FND_API.G_RET_STS_ERROR;
1208: WHEN OTHERS THEN
1209: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1210: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1211: OE_MSG_PUB.Add_Exc_Msg
1212: ( G_PKG_NAME
1213: , 'Attributes'
1214: );
1215: END IF;