DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SCHEDULE_GRP

Line 3004: OE_Schedule_GRP.G_ISO_Planning_Update THEN -- Added for IR ISO Tracking bug 7667702

3000: END IF;
3001:
3002: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req
3003: AND NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL AND
3004: OE_Schedule_GRP.G_ISO_Planning_Update THEN -- Added for IR ISO Tracking bug 7667702
3005: -- l_po_NeedByDate_Update = 'YES' THEN -- Commented for IR ISO Tracking bug 7667702
3006: IF l_po_NeedByDate_Update = 'YES' THEN -- Added for IR ISO Tracking bug 7667702
3007:
3008: -- Log a delayed request to update the change in Schedule Arrival Date to

Line 19454: -- The global OE_Schedule_GRP.G_ISO_Planning_Update is set to TRUE

19450: -- from Planning workbench or DRP user in ASCP then scheduling should be
19451: -- done to Unschedule/Undemand the order line. Other than this case,
19452: -- if Planning user updates the order line then scheduling action
19453: -- is not performed.
19454: -- The global OE_Schedule_GRP.G_ISO_Planning_Update is set to TRUE
19455: -- in package OE_Schedule_GRP.Process_Order
19456: -- This change is done as a very specific case for IR ISO CMS project
19457: -- when changes been done by Planning user
19458: --

Line 19455: -- in package OE_Schedule_GRP.Process_Order

19451: -- done to Unschedule/Undemand the order line. Other than this case,
19452: -- if Planning user updates the order line then scheduling action
19453: -- is not performed.
19454: -- The global OE_Schedule_GRP.G_ISO_Planning_Update is set to TRUE
19455: -- in package OE_Schedule_GRP.Process_Order
19456: -- This change is done as a very specific case for IR ISO CMS project
19457: -- when changes been done by Planning user
19458: --
19459:

Line 19460: IF OE_Schedule_GRP.G_ISO_Planning_Update AND

19456: -- This change is done as a very specific case for IR ISO CMS project
19457: -- when changes been done by Planning user
19458: --
19459:
19460: IF OE_Schedule_GRP.G_ISO_Planning_Update AND
19461: NOT OE_GLOBALS.EQUAL(p_x_line_rec.ordered_quantity, p_old_line_rec.ordered_quantity) THEN
19462: -- nvl(p_x_line_rec.ordered_quantity,0) = 0 THEN -- Commented for bug 7611039
19463: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
19464:

Line 19466: oe_debug_pub.add(' Setting global OE_Schedule_GRP.G_ISO_Planning_Update to TRUE',5);

19462: -- nvl(p_x_line_rec.ordered_quantity,0) = 0 THEN -- Commented for bug 7611039
19463: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
19464:
19465: IF l_debug_level > 0 THEN
19466: oe_debug_pub.add(' Setting global OE_Schedule_GRP.G_ISO_Planning_Update to TRUE',5);
19467: END IF;
19468: END IF;
19469:
19470: /* ============================= */

Line 19493: IF OE_Schedule_GRP.G_ISO_Planning_Update THEN

19489: (p_x_line_rec => p_x_line_rec
19490: ,p_old_line_rec => p_old_line_rec
19491: ,x_return_status => l_return_status);
19492:
19493: IF OE_Schedule_GRP.G_ISO_Planning_Update THEN
19494: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
19495: END IF; -- Added for bug 7611039
19496: -- fix for bug 8217093 start
19497: