DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_OE_FORM_CANCEL_LINE

Line 6302: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN

6298:
6299: IF p_x_line_rec.ordered_quantity = 0 AND
6300: p_old_line_rec.ordered_quantity = 0 AND
6301: OE_GLOBALS.g_recursion_mode = 'N' AND -- Bug 3379121
6302: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can THEN
6303:
6304: IF l_debug_level > 0 THEN
6305: oe_debug_pub.add('Line Ord Qty already 0, Calling Check_Constraints based on Order Cancel Global');
6306: END IF;

Line 19645: IF NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN

19641: END LOOP;
19642: END IF;
19643: /* Fix Bug # 3184597 End */
19644: -- Added below IF condition for FP bug 6628653 base bug 6513023
19645: IF NOT(OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN
19646: IF p_x_line_rec.top_model_line_id IS NOT NULL AND
19647: p_x_line_rec.ato_line_id IS NULL AND
19648: p_x_line_rec.item_type_code = 'INCLUDED' AND
19649: nvl(p_x_line_rec.model_remnant_flag, 'N') = 'Y'

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

20581: -- p_x_line_rec.ordered_quantity2 := NULL; OPM 2711743
20582: RETURN;
20583: END IF;
20584:
20585: IF (OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can) THEN -- 5141545
20586: oe_debug_pub.add ('Sync Dual Qty - Cancellation so return ' );
20587: return;
20588: else
20589: oe_debug_pub.add ('Sync Dual Qty - NOT a cancellation ' );