DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_SECURITY dependencies on OE_MSG_PUB

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

911:
912: EXCEPTION
913: WHEN OTHERS THEN
914: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
915: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
916: OE_MSG_PUB.Add_Exc_Msg
917: ( G_PKG_NAME
918: , 'Entity'
919: );

Line 916: OE_MSG_PUB.Add_Exc_Msg

912: EXCEPTION
913: WHEN OTHERS THEN
914: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
915: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
916: OE_MSG_PUB.Add_Exc_Msg
917: ( G_PKG_NAME
918: , 'Entity'
919: );
920: END IF;

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

1514: WHEN FND_API.G_EXC_ERROR THEN
1515: x_return_status := FND_API.G_RET_STS_ERROR;
1516: WHEN OTHERS THEN
1517: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1518: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1519: OE_MSG_PUB.Add_Exc_Msg
1520: ( G_PKG_NAME
1521: , 'Attributes'
1522: );

Line 1519: OE_MSG_PUB.Add_Exc_Msg

1515: x_return_status := FND_API.G_RET_STS_ERROR;
1516: WHEN OTHERS THEN
1517: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1518: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1519: OE_MSG_PUB.Add_Exc_Msg
1520: ( G_PKG_NAME
1521: , 'Attributes'
1522: );
1523: END IF;