DBA Data[Home] [Help]

APPS.OE_VALIDATE_PRICE_LIST dependencies on OE_MSG_PUB

Line 28: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

24: THEN
25:
26: l_return_status := FND_API.G_RET_STS_ERROR;
27:
28: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
29: THEN
30:
31: FND_MESSAGE.SET_NAME('OE','OE_ATTRIBUTE_REQUIRED');
32: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','attribute1');

Line 33: OE_MSG_PUB.Add;

29: THEN
30:
31: FND_MESSAGE.SET_NAME('OE','OE_ATTRIBUTE_REQUIRED');
32: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','attribute1');
33: OE_MSG_PUB.Add;
34:
35: END IF;
36:
37: END IF;

Line 80: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

76: WHEN OTHERS THEN
77:
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
79:
80: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
81: THEN
82: OE_MSG_PUB.Add_Exc_Msg
83: ( G_PKG_NAME
84: , 'Entity'

Line 82: OE_MSG_PUB.Add_Exc_Msg

78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
79:
80: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
81: THEN
82: OE_MSG_PUB.Add_Exc_Msg
83: ( G_PKG_NAME
84: , 'Entity'
85: );
86: END IF;

Line 474: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

470: WHEN OTHERS THEN
471:
472: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
473:
474: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
475: THEN
476: OE_MSG_PUB.Add_Exc_Msg
477: ( G_PKG_NAME
478: , 'Attributes'

Line 476: OE_MSG_PUB.Add_Exc_Msg

472: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
473:
474: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
475: THEN
476: OE_MSG_PUB.Add_Exc_Msg
477: ( G_PKG_NAME
478: , 'Attributes'
479: );
480: END IF;

Line 516: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

512: WHEN OTHERS THEN
513:
514: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
515:
516: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
517: THEN
518: OE_MSG_PUB.Add_Exc_Msg
519: ( G_PKG_NAME
520: , 'Entity_Delete'

Line 518: OE_MSG_PUB.Add_Exc_Msg

514: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
515:
516: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
517: THEN
518: OE_MSG_PUB.Add_Exc_Msg
519: ( G_PKG_NAME
520: , 'Entity_Delete'
521: );
522: END IF;