DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_INTERNAL_REQUISITION_PVT

Line 1470: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN

1466:
1467: */
1468: /* IR ISO Change Management : Comment this code Ends */
1469:
1470: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN
1471: IF NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL THEN
1472: IF l_debug_level > 0 THEN
1473: oe_debug_pub.add(' Header Level Cancellation is FALSE',5);
1474: END IF;

Line 2362: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req

2358: IF l_debug_level > 0 THEN
2359: oe_debug_pub.add(' Need By Date update is allowed ? '||l_po_NeedByDate_Update);
2360: END IF;
2361:
2362: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req
2363: AND NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL AND
2364: l_po_NeedByDate_Update = 'YES' THEN
2365:
2366: -- Log a delayed request to update the change in Schedule Ship Date to

Line 2440: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req

2436: IF l_debug_level > 0 THEN
2437: oe_debug_pub.add(' Need By Date update is allowed ? '||l_po_NeedByDate_Update);
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