DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on OE_SCHEDULE_UTIL

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

499: -- this procedure since this procedure is calling Process Order
500: -- which in turn will call scheduling if this flag is not turned off.
501:
502: -- Bug# 4189838 Start
503: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
504: -- Bug# 4189838 End
505:
506: OE_LINE_UTIL.Query_Row(p_line_id => l_drop_ship_line_rec.line_id
507: ,x_line_rec => l_line_rec);

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

547: oe_debug_pub.add('Return Status ' || l_return_status , 1 ) ;
548: END IF;
549:
550: -- Bug# 4189838 Start
551: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
552: -- Bug# 4189838 End
553:
554: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
555: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;