DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_SECURITY dependencies on OE_MSG_PUB

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

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

Line 913: OE_MSG_PUB.Add_Exc_Msg

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

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

1504: WHEN FND_API.G_EXC_ERROR THEN
1505: x_return_status := FND_API.G_RET_STS_ERROR;
1506: WHEN OTHERS THEN
1507: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1509: OE_MSG_PUB.Add_Exc_Msg
1510: ( G_PKG_NAME
1511: , 'Attributes'
1512: );

Line 1509: OE_MSG_PUB.Add_Exc_Msg

1505: x_return_status := FND_API.G_RET_STS_ERROR;
1506: WHEN OTHERS THEN
1507: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1508: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1509: OE_MSG_PUB.Add_Exc_Msg
1510: ( G_PKG_NAME
1511: , 'Attributes'
1512: );
1513: END IF;