DBA Data[Home] [Help]

APPS.OE_SYNC_ORDER_PVT dependencies on OE_MSG_PUB

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

200: IF l_debug_level > 0 THEN
201: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
202: END IF;
203:
204: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
205: THEN
206: OE_MSG_PUB.Add_Exc_Msg
207: ( G_PKG_NAME
208: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_HEADER'

Line 206: OE_MSG_PUB.Add_Exc_Msg

202: END IF;
203:
204: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
205: THEN
206: OE_MSG_PUB.Add_Exc_Msg
207: ( G_PKG_NAME
208: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_HEADER'
209: );
210: END IF;

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

420:
421: IF l_debug_level > 0 THEN
422: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
423: END IF;
424: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
425: THEN
426: OE_MSG_PUB.Add_Exc_Msg
427: ( G_PKG_NAME
428: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_LINE'

Line 426: OE_MSG_PUB.Add_Exc_Msg

422: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
423: END IF;
424: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
425: THEN
426: OE_MSG_PUB.Add_Exc_Msg
427: ( G_PKG_NAME
428: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_LINE'
429: );
430: END IF;

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

735: oe_debug_pub.add('sync_header_line - OTHERS Inside Main LOOP for Header/LineID: '
736: || hdr_rec.header_id || '/' || hdr_rec.line_id);
737: END IF;
738: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
739: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
740: THEN
741: OE_MSG_PUB.Add_Exc_Msg
742: ( G_PKG_NAME
743: ,'OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE'

Line 741: OE_MSG_PUB.Add_Exc_Msg

737: END IF;
738: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
739: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
740: THEN
741: OE_MSG_PUB.Add_Exc_Msg
742: ( G_PKG_NAME
743: ,'OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE'
744: );
745: END IF;