DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_SECURITY dependencies on OE_MSG_PUB

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

769:
770: EXCEPTION
771: WHEN OTHERS THEN
772: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
773: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
774: OE_MSG_PUB.Add_Exc_Msg
775: ( G_PKG_NAME
776: , 'Entity'
777: );

Line 774: OE_MSG_PUB.Add_Exc_Msg

770: EXCEPTION
771: WHEN OTHERS THEN
772: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
773: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
774: OE_MSG_PUB.Add_Exc_Msg
775: ( G_PKG_NAME
776: , 'Entity'
777: );
778: END IF;

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

1216: WHEN FND_API.G_EXC_ERROR THEN
1217: x_return_status := FND_API.G_RET_STS_ERROR;
1218: WHEN OTHERS THEN
1219: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1221: OE_MSG_PUB.Add_Exc_Msg
1222: ( G_PKG_NAME
1223: , 'Attributes'
1224: );

Line 1221: OE_MSG_PUB.Add_Exc_Msg

1217: x_return_status := FND_API.G_RET_STS_ERROR;
1218: WHEN OTHERS THEN
1219: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1220: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1221: OE_MSG_PUB.Add_Exc_Msg
1222: ( G_PKG_NAME
1223: , 'Attributes'
1224: );
1225: END IF;