DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_INTERNAL_REQUISITION_PVT

Line 1951: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN

1947:
1948: */
1949: /* IR ISO Change Management : Comment this code Ends */
1950:
1951: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN
1952: IF NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL THEN
1953: IF l_debug_level > 0 THEN
1954: oe_debug_pub.add(' Header Level Cancellation is FALSE',5);
1955: END IF;

Line 2492: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN --change not initiated by PO

2488: IF (p_x_line_rec.order_source_id = 10) AND
2489: (p_old_line_rec.ordered_quantity2 IS NOT NULL) THEN
2490: IF NOT ((nvl(p_x_line_rec.split_by,'X') IN ('USER','SYSTEM')) --Not a split
2491: AND (NVL(p_x_line_rec.split_action_code,'X') = 'SPLIT')) THEN
2492: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req THEN --change not initiated by PO
2493: IF NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL THEN --not a full order cancellation
2494: IF l_debug_level > 0 THEN
2495: oe_debug_pub.add(' Header Level Cancellation is FALSE',5);
2496: oe_debug_pub.add(' Secondary qty change: Logging delayed request for G_UPDATE_REQUISITION',5);

Line 2924: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req

2920: IF l_debug_level > 0 THEN
2921: oe_debug_pub.add(' Need By Date update is allowed ? '||l_po_NeedByDate_Update);
2922: END IF;
2923:
2924: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req
2925: AND NOT OE_SALES_CAN_UTIL.G_IR_ISO_HDR_CANCEL AND
2926: l_po_NeedByDate_Update = 'YES' THEN
2927:
2928: -- Log a delayed request to update the change in Schedule Ship Date to

Line 3002: IF NOT OE_Internal_Requisition_Pvt.G_Update_ISO_From_Req

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