DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PVT dependencies on OE_MSG_PUB

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

169:
170: WHEN OTHERS THEN
171: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
172:
173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
174: THEN
175: OE_MSG_PUB.Add_Exc_Msg
176: (G_PKG_NAME, 'OE_Acknowledgment_Pvt.get_address');
177: END IF;

Line 175: OE_MSG_PUB.Add_Exc_Msg

171: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
172:
173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
174: THEN
175: OE_MSG_PUB.Add_Exc_Msg
176: (G_PKG_NAME, 'OE_Acknowledgment_Pvt.get_address');
177: END IF;
178:
179: END get_address;

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

1965: oe_debug_pub.add( 'ENCOUNTERED OTHERS ERROR EXCEPTION IN OE_ACKNOWLEDGMENT_PVT.PROCESS_ACKNOWLEDGMENT: '||SQLERRM , 1 ) ;
1966: END IF;
1967: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1968:
1969: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1970: THEN
1971: OE_MSG_PUB.Add_Exc_Msg
1972: (G_PKG_NAME, 'OE_Acknowledgment_Pvt.Process_Acknowledgment');
1973: END IF;

Line 1971: OE_MSG_PUB.Add_Exc_Msg

1967: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1968:
1969: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1970: THEN
1971: OE_MSG_PUB.Add_Exc_Msg
1972: (G_PKG_NAME, 'OE_Acknowledgment_Pvt.Process_Acknowledgment');
1973: END IF;
1974:
1975: