DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_PAYMENT dependencies on OE_MSG_PUB

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

192: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
193:
194: WHEN OTHERS THEN
195:
196: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
197: THEN
198: OE_MSG_PUB.Add_Exc_Msg
199: ( G_PKG_NAME
200: , 'Attributes'

Line 198: OE_MSG_PUB.Add_Exc_Msg

194: WHEN OTHERS THEN
195:
196: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
197: THEN
198: OE_MSG_PUB.Add_Exc_Msg
199: ( G_PKG_NAME
200: , 'Attributes'
201: );
202: END IF;

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

255: EXCEPTION
256:
257: WHEN OTHERS THEN
258:
259: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
260: THEN
261: OE_MSG_PUB.Add_Exc_Msg
262: ( G_PKG_NAME ,
263: 'Get_Payment_Number'

Line 261: OE_MSG_PUB.Add_Exc_Msg

257: WHEN OTHERS THEN
258:
259: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
260: THEN
261: OE_MSG_PUB.Add_Exc_Msg
262: ( G_PKG_NAME ,
263: 'Get_Payment_Number'
264: );
265: END IF;