DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SCHEDULE_GRP

Line 2463: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

2459: RAISE FND_API.G_EXC_ERROR;
2460: END IF;
2461:
2462: ELSE
2463: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
2464: IF l_debug_level > 0 THEN
2465: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
2466: END IF;
2467:

Line 5950: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

5946: RAISE FND_API.G_EXC_ERROR;
5947: END IF;
5948:
5949: ELSE -- Added for IR ISO Tracking bug 7667702
5950: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
5951: IF l_debug_level > 0 THEN
5952: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
5953: END IF;
5954:

Line 6365: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

6361: RAISE FND_API.G_EXC_ERROR;
6362: END IF;
6363:
6364: ELSE -- Added for IR ISO Tracking bug 7667702
6365: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
6366: IF l_debug_level > 0 THEN
6367: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
6368: END IF;
6369:

Line 16463: --Use OE_SCHEDULE_GRP.Update_Scheduling_Results instead.

16459: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
16460: --
16461: BEGIN
16462: -- (4735196) This api is obsoleted.
16463: --Use OE_SCHEDULE_GRP.Update_Scheduling_Results instead.
16464: IF l_debug_level > 0 THEN
16465: oe_debug_pub.add( 'This API is not supported ' , 1 ) ;
16466: END IF;
16467: /*