DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_OE_FORM_CANCEL_LINE

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

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

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

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

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

717: -- Check if line is booked and and is not a cancellations and orderquantity is
718: -- zero
719: -- This is to fix the order level status problem. If the call is made
720: -- from order level it will treated as cancellation always
721: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
722: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
723: OE_SALES_CAN_UTIL.G_REQUIRE_REASON := TRUE;
724: END IF;
725:

Line 722: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

718: -- zero
719: -- This is to fix the order level status problem. If the call is made
720: -- from order level it will treated as cancellation always
721: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
722: IF OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
723: OE_SALES_CAN_UTIL.G_REQUIRE_REASON := TRUE;
724: END IF;
725:
726: IF NOT OE_SALES_CAN_UTIL.G_REQUIRE_REASON THEN

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

749: end if;
750: end if;
751:
752: -- Set Ordered level cancellation to true or false
753: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
754: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON AND OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
755:
756: oe_sales_can_util.g_order_cancel := TRUE;
757: ELSE

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

750: end if;
751:
752: -- Set Ordered level cancellation to true or false
753: -- using OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can for bug# 2922468
754: IF OE_SALES_CAN_UTIL.G_REQUIRE_REASON AND OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
755:
756: oe_sales_can_util.g_order_cancel := TRUE;
757: ELSE
758: IF oe_sales_can_util.g_order_cancel THEN

Line 1079: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

1075: ** Need to send the Cancelled Qty as Zero in such instances.
1076: */
1077: IF p_line_rec.ordered_quantity = 0 AND
1078: p_old_line_rec.ordered_quantity = 0 AND
1079: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
1080:
1081: RETURN 0;
1082:
1083: IF l_debug_level > 0 THEN

Line 2248: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

2244: END IF;
2245:
2246: IF p_line_rec.ordered_quantity2 = 0 AND
2247: p_old_line_rec.ordered_quantity2 = 0 AND
2248: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
2249:
2250: RETURN 0;
2251:
2252: IF l_debug_level > 0 THEN