DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PAYMENT dependencies on OE_MSG_PUB

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

205: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
206:
207: WHEN OTHERS THEN
208:
209: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
210: THEN
211: OE_MSG_PUB.Add_Exc_Msg
212: ( G_PKG_NAME
213: , 'Attributes'

Line 211: OE_MSG_PUB.Add_Exc_Msg

207: WHEN OTHERS THEN
208:
209: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
210: THEN
211: OE_MSG_PUB.Add_Exc_Msg
212: ( G_PKG_NAME
213: , 'Attributes'
214: );
215: END IF;

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

278: EXCEPTION
279:
280: WHEN OTHERS THEN
281:
282: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
283: THEN
284: OE_MSG_PUB.Add_Exc_Msg
285: ( G_PKG_NAME ,
286: 'Get_Payment_Number'

Line 284: OE_MSG_PUB.Add_Exc_Msg

280: WHEN OTHERS THEN
281:
282: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
283: THEN
284: OE_MSG_PUB.Add_Exc_Msg
285: ( G_PKG_NAME ,
286: 'Get_Payment_Number'
287: );
288: END IF;