DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SCHEDULE_GRP

Line 2377: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

2373: RAISE FND_API.G_EXC_ERROR;
2374: END IF;
2375:
2376: ELSE
2377: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
2378: IF l_debug_level > 0 THEN
2379: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
2380: END IF;
2381:

Line 4884: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

4880: RAISE FND_API.G_EXC_ERROR;
4881: END IF;
4882:
4883: ELSE -- Added for IR ISO Tracking bug 7667702
4884: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
4885: IF l_debug_level > 0 THEN
4886: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
4887: END IF;
4888:

Line 5292: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN

5288: RAISE FND_API.G_EXC_ERROR;
5289: END IF;
5290:
5291: ELSE -- Added for IR ISO Tracking bug 7667702
5292: IF NOT OE_Schedule_GRP.G_ISO_Planning_Update THEN
5293: IF l_debug_level > 0 THEN
5294: oe_debug_pub.add(' Need By Date is not allowed to update. Updating MTL_Supply only',5);
5295: END IF;
5296:

Line 13988: --Use OE_SCHEDULE_GRP.Update_Scheduling_Results instead.

13984: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
13985: --
13986: BEGIN
13987: -- (4735196) This api is obsoleted.
13988: --Use OE_SCHEDULE_GRP.Update_Scheduling_Results instead.
13989: IF l_debug_level > 0 THEN
13990: oe_debug_pub.add( 'This API is not supported ' , 1 ) ;
13991: END IF;
13992: /*