DBA Data[Home] [Help]

APPS.OE_GSA_UTIL dependencies on OE_MSG_PUB

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

119: -- Unexpected error
120: IF l_debug_level > 0 THEN
121: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
122: END IF;
123: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
124: THEN
125: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
126: 'Check_GSA_Violation. GSA Violation Price ');
127: END IF;

Line 125: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,

121: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
122: END IF;
123: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
124: THEN
125: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
126: 'Check_GSA_Violation. GSA Violation Price ');
127: END IF;
128: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
129:

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

180: -- Unexpected error
181: IF l_debug_level > 0 THEN
182: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
183: END IF;
184: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
185: THEN
186: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
187: 'Check_GSA_Violation. GSA Violation Price ');
188: END IF;

Line 186: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,

182: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
183: END IF;
184: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
185: THEN
186: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
187: 'Check_GSA_Violation. GSA Violation Price ');
188: END IF;
189: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
190: END;

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

225: -- Unexpected error
226: IF l_debug_level > 0 THEN
227: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
228: END IF;
229: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
230: THEN
231: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
232: 'Check_GSA_Violation. GSA Violation Price ');
233: END IF;

Line 231: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,

227: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
228: END IF;
229: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
230: THEN
231: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
232: 'Check_GSA_Violation. GSA Violation Price ');
233: END IF;
234: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
235: END;

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

356: -- Unexpected error
357: IF l_debug_level > 0 THEN
358: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
359: END IF;
360: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
361: THEN
362: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
363: 'Check_GSA_Violation. GSA Violation Price ');
364: END IF;

Line 362: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,

358: oe_debug_pub.add( 'INSIDE OTHERS EXCEPTION' ) ;
359: END IF;
360: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
361: THEN
362: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,
363: 'Check_GSA_Violation. GSA Violation Price ');
364: END IF;
365: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
366:

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

452: l_nongsa_count := 0;
453:
454: WHEN OTHERS THEN
455: -- Unexpected error
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 (G_PKG_NAME ,
459: 'Check_GSA_Violation. GSA Violation Price ');
460: END IF;

Line 458: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME ,

454: WHEN OTHERS THEN
455: -- Unexpected error
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 (G_PKG_NAME ,
459: 'Check_GSA_Violation. GSA Violation Price ');
460: END IF;
461: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
462:

Line 577: OE_MSG_PUB.Add;

573: WHERE l_hold_source_id <> 0;
574:
575: If l_hold_source_id <> 0 then
576: FND_MESSAGE.SET_NAME('OE', 'GSA Hold Removed');
577: OE_MSG_PUB.Add;
578: End If;
579:
580: EXCEPTION
581: WHEN OTHERS THEN null;