DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on QP_DEBUG_UTIL

Line 2077: Text('qp_debug_util.tstart(''FETCH_ATTRIBUTES'',''Fetching the Attribute Values'');',0);

2073: Text('prev_header_id NUMBER := FND_API.G_MISS_NUM;',0);
2074: New_Line;
2075: Text('l_debug VARCHAR2(3);',0);
2076: Text('BEGIN',0);
2077: Text('qp_debug_util.tstart(''FETCH_ATTRIBUTES'',''Fetching the Attribute Values'');',0);
2078: New_Line;
2079:
2080: Text('l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;',1);
2081:

Line 2135: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'');',0);

2131: text('oe_debug_pub.add(''hw/src/L: change to g_no'');',3);
2132: Text('END IF;',2);
2133: text('end if;', 1);
2134: Text('End If;');
2135: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'');',0);
2136: New_Line;
2137: Text('END Get_Attribute_Values;',0);
2138: New_Line;
2139: ELSIF NVL(G_ATTRMGR_INSTALLED,'N') = 'Y' THEN

Line 2188: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'');',0);

2184: text('end if;', 2);
2185: Text ('End If;', 1);
2186:
2187: New_Line;
2188: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'');',0);
2189: Text('END Get_Attribute_Values;',0);
2190: New_Line;
2191: END IF;
2192:

Line 2330: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');

2326:
2327:
2328: IF NVL(l_custom_sourced,'N') = 'Y' THEN
2329: Begin
2330: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
2331: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2332: p_pricing_type_code => p_pricing_type,
2333: x_qual_ctxts_result_tbl => l_qual_contexts_result_tbl,
2334: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);

Line 2335: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2331: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2332: p_pricing_type_code => p_pricing_type,
2333: x_qual_ctxts_result_tbl => l_qual_contexts_result_tbl,
2334: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);
2335: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2336: exception
2337: when others then
2338: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2339: end;

Line 2338: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2334: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);
2335: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2336: exception
2337: when others then
2338: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2339: end;
2340:
2341: l_count := x_qual_contexts_result_tbl.COUNT;
2342: LOOP

Line 2651: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');

2647: IF l_debug = Fnd_Api.G_TRUE THEN
2648: Qp_Preq_Grp.ENGINE_DEBUG('Before Calling Custom Sourcing Package ----------');
2649: END IF;
2650: Begin
2651: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
2652: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2653: p_pricing_type_code => p_pricing_type_code,
2654: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2655: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);

Line 2656: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2652: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2653: p_pricing_type_code => p_pricing_type_code,
2654: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2655: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2656: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2657: exception
2658: when others then
2659: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2660: end;

Line 2659: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2655: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2656: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2657: exception
2658: when others then
2659: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2660: end;
2661: IF l_debug = Fnd_Api.G_TRUE THEN
2662: Qp_Preq_Grp.ENGINE_DEBUG('After Calling Custom Sourcing Package ----------');
2663:

Line 2898: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');

2894: IF l_debug = Fnd_Api.G_TRUE THEN
2895: Qp_Preq_Grp.ENGINE_DEBUG('Before Calling Custom Sourcing Package ----------');
2896: END IF;
2897: Begin
2898: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
2899: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2900: p_pricing_type_code => p_pricing_type_code,
2901: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2902: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);

Line 2903: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2899: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2900: p_pricing_type_code => p_pricing_type_code,
2901: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2902: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2903: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2904: exception
2905: when others then
2906: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2907: end;

Line 2906: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');

2902: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2903: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2904: exception
2905: when others then
2906: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2907: end;
2908:
2909: IF l_debug = Fnd_Api.G_TRUE THEN
2910: Qp_Preq_Grp.ENGINE_DEBUG('After Calling Custom Sourcing Package ----------');