DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SCHEDULE_GRP

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

2438: END IF;
2439:
2440: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req
2441: AND NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL AND
2442: OE_Schedule_GRP.G_ISO_Planning_Update THEN -- Added for IR ISO Tracking bug 7667702
2443: -- l_po_NeedByDate_Update = 'YES' THEN -- Commented for IR ISO Tracking bug 7667702
2444: IF l_po_NeedByDate_Update = 'YES' THEN -- Added for IR ISO Tracking bug 7667702
2445:
2446: -- Log a delayed request to update the change in Schedule Arrival Date to

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

17706: -- from Planning workbench or DRP user in ASCP then scheduling should be
17707: -- done to Unschedule/Undemand the order line. Other than this case,
17708: -- if Planning user updates the order line then scheduling action
17709: -- is not performed.
17710: -- The global OE_Schedule_GRP.G_ISO_Planning_Update is set to TRUE
17711: -- in package OE_Schedule_GRP.Process_Order
17712: -- This change is done as a very specific case for IR ISO CMS project
17713: -- when changes been done by Planning user
17714: --

Line 17711: -- in package OE_Schedule_GRP.Process_Order

17707: -- done to Unschedule/Undemand the order line. Other than this case,
17708: -- if Planning user updates the order line then scheduling action
17709: -- is not performed.
17710: -- The global OE_Schedule_GRP.G_ISO_Planning_Update is set to TRUE
17711: -- in package OE_Schedule_GRP.Process_Order
17712: -- This change is done as a very specific case for IR ISO CMS project
17713: -- when changes been done by Planning user
17714: --
17715:

Line 17716: IF OE_Schedule_GRP.G_ISO_Planning_Update AND

17712: -- This change is done as a very specific case for IR ISO CMS project
17713: -- when changes been done by Planning user
17714: --
17715:
17716: IF OE_Schedule_GRP.G_ISO_Planning_Update AND
17717: NOT OE_GLOBALS.EQUAL(p_x_line_rec.ordered_quantity, p_old_line_rec.ordered_quantity) THEN
17718: -- nvl(p_x_line_rec.ordered_quantity,0) = 0 THEN -- Commented for bug 7611039
17719: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
17720:

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

17718: -- nvl(p_x_line_rec.ordered_quantity,0) = 0 THEN -- Commented for bug 7611039
17719: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
17720:
17721: IF l_debug_level > 0 THEN
17722: oe_debug_pub.add(' Setting global OE_Schedule_GRP.G_ISO_Planning_Update to TRUE',5);
17723: END IF;
17724: END IF;
17725:
17726: /* ============================= */

Line 17749: IF OE_Schedule_GRP.G_ISO_Planning_Update THEN

17745: (p_x_line_rec => p_x_line_rec
17746: ,p_old_line_rec => p_old_line_rec
17747: ,x_return_status => l_return_status);
17748:
17749: IF OE_Schedule_GRP.G_ISO_Planning_Update THEN
17750: OE_SCHEDULE_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
17751: END IF; -- Added for bug 7611039
17752:
17753: END IF;