DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_OE_FORM_CANCEL_LINE

Line 5178: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

5174:
5175: IF p_x_line_rec.ordered_quantity = 0 AND
5176: p_old_line_rec.ordered_quantity = 0 AND
5177: OE_GLOBALS.g_recursion_mode = 'N' AND -- Bug 3379121
5178: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
5179:
5180: IF l_debug_level > 0 THEN
5181: oe_debug_pub.add('Line Ord Qty already 0, Calling Check_Constraints based on Order Cancel Global');
5182: END IF;

Line 17867: IF NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN

17863: END LOOP;
17864: END IF;
17865: /* Fix Bug # 3184597 End */
17866: -- Added below IF condition for FP bug 6628653 base bug 6513023
17867: IF NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN
17868: IF p_x_line_rec.top_model_line_id IS NOT NULL AND
17869: p_x_line_rec.ato_line_id IS NULL AND
17870: p_x_line_rec.item_type_code = 'INCLUDED' AND
17871: nvl(p_x_line_rec.model_remnant_flag, 'N') = 'Y'

Line 18751: IF (OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN -- 5141545

18747: -- p_x_line_rec.ordered_quantity2 := NULL; OPM 2711743
18748: RETURN;
18749: END IF;
18750:
18751: IF (OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN -- 5141545
18752: oe_debug_pub.add ('Sync Dual Qty - Cancellation so return ' );
18753: return;
18754: else
18755: oe_debug_pub.add ('Sync Dual Qty - NOT a cancellation ' );