DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_OE_FORM_CANCEL_LINE

Line 557: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468

553: -- Remove from fulfillment sets
554:
555: --oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);
556: -- added the following IF condition to fix bug 2230777
557: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
558: if NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) and NOT(g_par_ord_lvl_can)then
559: IF l_debug_level > 0 THEN
560: oe_debug_pub.add( 'BEFORE CALLING OE_LINE_FULLFILL.CANCEL_LINE ( ) ' ) ;
561: END IF;

Line 558: if NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) and NOT(g_par_ord_lvl_can)then

554:
555: --oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);
556: -- added the following IF condition to fix bug 2230777
557: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
558: if NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) and NOT(g_par_ord_lvl_can)then
559: IF l_debug_level > 0 THEN
560: oe_debug_pub.add( 'BEFORE CALLING OE_LINE_FULLFILL.CANCEL_LINE ( ) ' ) ;
561: END IF;
562:

Line 745: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468

741: -- Check if line is booked and and is not a cancellations and orderquantity is
742: -- zero
743: -- This is to fix the order level status problem. If the call is made
744: -- from order level it will treated as cancellation always
745: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
746: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
747: OE_SALES_CAN_UTIL.G_REQUIRE_REASON := TRUE;
748: END IF;
749:

Line 746: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

742: -- zero
743: -- This is to fix the order level status problem. If the call is made
744: -- from order level it will treated as cancellation always
745: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
746: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
747: OE_SALES_CAN_UTIL.G_REQUIRE_REASON := TRUE;
748: END IF;
749:
750: IF NOT OE_SALES_CAN_UTIL.G_REQUIRE_REASON THEN

Line 779: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468

775: end if;
776: end if;
777:
778: -- Set Ordered level cancellation to true or false
779: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
780: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON AND OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
781:
782: oe_sales_can_util.g_order_cancel := TRUE;
783: ELSE

Line 780: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON AND OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

776: end if;
777:
778: -- Set Ordered level cancellation to true or false
779: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
780: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON AND OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
781:
782: oe_sales_can_util.g_order_cancel := TRUE;
783: ELSE
784: IF oe_sales_can_util.g_order_cancel THEN

Line 1142: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

1138: ** Need to send the Cancelled Qty as Zero in such instances.
1139: */
1140: IF p_line_rec.ordered_quantity = 0 AND
1141: p_old_line_rec.ordered_quantity = 0 AND
1142: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
1143:
1144: RETURN 0;
1145:
1146: IF l_debug_level > 0 THEN

Line 2312: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

2308: END IF;
2309:
2310: IF p_line_rec.ordered_quantity2 = 0 AND
2311: p_old_line_rec.ordered_quantity2 = 0 AND
2312: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
2313:
2314: RETURN 0;
2315:
2316: IF l_debug_level > 0 THEN