DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_SET_UTIL

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

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

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

571: end if;
572: end if;
573: end if;
574:
575: oe_set_util.Remove_from_fulfillment(p_line_id => p_line_rec.line_id);
576:
577: End if;
578:
579: /*