DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on OE_SCHEDULE_UTIL

Line 468: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'N';

464: -- this procedure since this procedure is calling Process Order
465: -- which in turn will call scheduling if this flag is not turned off.
466:
467: -- Bug# 4189838 Start
468: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
469: -- Bug# 4189838 End
470:
471: OE_LINE_UTIL.Query_Row(p_line_id => l_drop_ship_line_rec.line_id
472: ,x_line_rec => l_line_rec);

Line 516: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';

512: oe_debug_pub.add('Return Status ' || l_return_status , 1 ) ;
513: END IF;
514:
515: -- Bug# 4189838 Start
516: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
517: -- Bug# 4189838 End
518:
519: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
520: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;