DBA Data[Home] [Help]

APPS.OE_VALIDATE_PRICE_BREAK dependencies on OE_MSG_PUB

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

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

Line 35: OE_MSG_PUB.Add;

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

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

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

Line 84: OE_MSG_PUB.Add_Exc_Msg

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

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

452: WHEN OTHERS THEN
453:
454: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
455:
456: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
457: THEN
458: OE_MSG_PUB.Add_Exc_Msg
459: ( G_PKG_NAME
460: , 'Attributes'

Line 458: OE_MSG_PUB.Add_Exc_Msg

454: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
455:
456: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
457: THEN
458: OE_MSG_PUB.Add_Exc_Msg
459: ( G_PKG_NAME
460: , 'Attributes'
461: );
462: END IF;

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

494: WHEN OTHERS THEN
495:
496: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
497:
498: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: OE_MSG_PUB.Add_Exc_Msg
501: ( G_PKG_NAME
502: , 'Entity_Delete'

Line 500: OE_MSG_PUB.Add_Exc_Msg

496: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
497:
498: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
499: THEN
500: OE_MSG_PUB.Add_Exc_Msg
501: ( G_PKG_NAME
502: , 'Entity_Delete'
503: );
504: END IF;