DBA Data[Home] [Help]

APPS.OE_SYNC_ORDER_PVT dependencies on OE_MSG_PUB

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

227: IF l_debug_level > 0 THEN
228: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
229: END IF;
230:
231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
232: THEN
233: OE_MSG_PUB.Add_Exc_Msg
234: ( G_PKG_NAME
235: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_HEADER'

Line 233: OE_MSG_PUB.Add_Exc_Msg

229: END IF;
230:
231: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
232: THEN
233: OE_MSG_PUB.Add_Exc_Msg
234: ( G_PKG_NAME
235: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_HEADER'
236: );
237: END IF;

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

479:
480: IF l_debug_level > 0 THEN
481: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
482: END IF;
483: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
484: THEN
485: OE_MSG_PUB.Add_Exc_Msg
486: ( G_PKG_NAME
487: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_LINE'

Line 485: OE_MSG_PUB.Add_Exc_Msg

481: oe_debug_pub.add( ' OE_SYNC_ORDER_PVT - G_RET_STS_UNEXP_ERROR');
482: END IF;
483: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
484: THEN
485: OE_MSG_PUB.Add_Exc_Msg
486: ( G_PKG_NAME
487: , 'OE_SYNC_ORDER_PVT.INSERT_SYNC_LINE'
488: );
489: END IF;

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

855: oe_debug_pub.add('sync_header_line - OTHERS Inside Main LOOP for Header/LineID: '
856: || hdr_rec.header_id || '/' || hdr_rec.line_id);
857: END IF;
858: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
859: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
860: THEN
861: OE_MSG_PUB.Add_Exc_Msg
862: ( G_PKG_NAME
863: ,'OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE'

Line 861: OE_MSG_PUB.Add_Exc_Msg

857: END IF;
858: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
859: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
860: THEN
861: OE_MSG_PUB.Add_Exc_Msg
862: ( G_PKG_NAME
863: ,'OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE'
864: );
865: END IF;