DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_SET_UTIL

Line 551: --oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);

547: If p_line_rec.ordered_quantity = 0 then
548:
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

Line 571: oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);

567: end if;
568: end if;
569: end if;
570:
571: oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);
572:
573: End if;
574:
575: /*