DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on OE_DEBUG_PUB

Line 372: --IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug

368:
369: BEGIN
370: G_QP_DEBUG_PROFILE_VALUE := FND_PROFILE.VALUE(v_debug_switch);
371: -- Introduced for facilitating debugging for non OM Applications
372: --IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug
373: if oe_debug_pub.g_debug_level > 0 then
374: G_DEBUG_ENGINE:= FND_API.G_TRUE;
375: else
376: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR

Line 373: if oe_debug_pub.g_debug_level > 0 then

369: BEGIN
370: G_QP_DEBUG_PROFILE_VALUE := FND_PROFILE.VALUE(v_debug_switch);
371: -- Introduced for facilitating debugging for non OM Applications
372: --IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug
373: if oe_debug_pub.g_debug_level > 0 then
374: G_DEBUG_ENGINE:= FND_API.G_TRUE;
375: else
376: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
377: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on

Line 378: oe_debug_pub.SetDebugLevel(10);

374: G_DEBUG_ENGINE:= FND_API.G_TRUE;
375: else
376: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
377: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
378: oe_debug_pub.SetDebugLevel(10);
379: oe_debug_pub.Initialize;
380: oe_debug_pub.debug_on;
381: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
382: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN

Line 379: oe_debug_pub.Initialize;

375: else
376: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
377: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
378: oe_debug_pub.SetDebugLevel(10);
379: oe_debug_pub.Initialize;
380: oe_debug_pub.debug_on;
381: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
382: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
383: engine_debug ('The output file is : ' || l_output_file );

Line 380: oe_debug_pub.debug_on;

376: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
377: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
378: oe_debug_pub.SetDebugLevel(10);
379: oe_debug_pub.Initialize;
380: oe_debug_pub.debug_on;
381: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
382: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
383: engine_debug ('The output file is : ' || l_output_file );
384: END IF;

Line 381: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');

377: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
378: oe_debug_pub.SetDebugLevel(10);
379: oe_debug_pub.Initialize;
380: oe_debug_pub.debug_on;
381: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
382: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
383: engine_debug ('The output file is : ' || l_output_file );
384: END IF;
385: G_DEBUG_ENGINE:= FND_API.G_TRUE;

Line 513: oe_debug_pub.add(p_text,3);

509: l_return_status VARCHAR2(240);
510: l_status_text VARCHAR2(240);
511: BEGIN
512: --IF (G_DEBUG_ENGINE = FND_API.G_TRUE) THEN
513: oe_debug_pub.add(p_text,3);
514:
515: -- Debug Screen related change
516: -- Irrespective of om debug if qp debug is on debug information is captured into qp debug tables
517: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) THEN

Line 32485: /* IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug

32481: END IF;
32482: END IF;
32483:
32484:
32485: /* IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug
32486: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
32487: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
32488: oe_debug_pub.SetDebugLevel(10);
32489: oe_debug_pub.Initialize;

Line 32488: oe_debug_pub.SetDebugLevel(10);

32484:
32485: /* IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug
32486: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
32487: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
32488: oe_debug_pub.SetDebugLevel(10);
32489: oe_debug_pub.Initialize;
32490: oe_debug_pub.debug_on;
32491: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
32492: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN

Line 32489: oe_debug_pub.Initialize;

32485: /* IF (NOT OE_DEBUG_PUB.ISDebugOn) THEN --If om debug is not on , then only look at qp_debug
32486: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
32487: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
32488: oe_debug_pub.SetDebugLevel(10);
32489: oe_debug_pub.Initialize;
32490: oe_debug_pub.debug_on;
32491: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
32492: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
32493: engine_debug ('The output file is : ' || l_output_file );

Line 32490: oe_debug_pub.debug_on;

32486: IF (G_QP_DEBUG_PROFILE_VALUE = G_YES) OR
32487: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
32488: oe_debug_pub.SetDebugLevel(10);
32489: oe_debug_pub.Initialize;
32490: oe_debug_pub.debug_on;
32491: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
32492: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
32493: engine_debug ('The output file is : ' || l_output_file );
32494: END IF;

Line 32491: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');

32487: (G_QP_DEBUG_PROFILE_VALUE = G_DONT_WRITE_TO_DEBUG) THEN -- If qp debug is on
32488: oe_debug_pub.SetDebugLevel(10);
32489: oe_debug_pub.Initialize;
32490: oe_debug_pub.debug_on;
32491: l_output_file := oe_debug_pub.Set_Debug_Mode('FILE');
32492: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
32493: engine_debug ('The output file is : ' || l_output_file );
32494: END IF;
32495: G_DEBUG_ENGINE:= FND_API.G_TRUE;

Line 32528: --dbms_output.put_line('Final Debug: ' || oe_debug_pub.g_debug);

32524: G_CHILD_VALUE_FROM_TBL.delete;
32525: G_CHILD_VALUE_TO_TBL.delete;
32526: G_PARENT_LINE_DETAIL_INDEX_TBL.delete;
32527:
32528: --dbms_output.put_line('Final Debug: ' || oe_debug_pub.g_debug);
32529: --G_DEBUG_ENGINE := FND_API.G_TRUE;
32530: --G_LINE_DETAIL_INDEX := 0;
32531: G_MANUAL_DISCOUNT_FLAG := nvl(FND_PROFILE.VALUE(G_RETURN_MANUAL_DISCOUNTS),'Y'); --p_control_rec.manual_discount_flag;
32532: G_GSA_CHECK_FLAG := p_control_rec.gsa_check_flag;