DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on QP_DEBUG_UTIL

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

2142: Text('prev_header_id NUMBER := FND_API.G_MISS_NUM;',0);
2143: New_Line;
2144: Text('l_debug VARCHAR2(3);',0);
2145: Text('BEGIN',0);
2146: Text('qp_debug_util.tstart(''FETCH_ATTRIBUTES'',''Fetching the Attribute Values'');',0);
2147: New_Line;
2148:
2149: Text('l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;',1);
2150:

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

2200: text('oe_debug_pub.add(''hw/src/L: change to g_no'');',3);
2201: Text('END IF;',2);
2202: text('end if;', 1);
2203: Text('End If;');
2204: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'',v_tot_time);',0);
2205: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);
2206: New_Line;
2207: Text('END Get_Attribute_Values;',0);
2208: New_Line;

Line 2205: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);

2201: Text('END IF;',2);
2202: text('end if;', 1);
2203: Text('End If;');
2204: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'',v_tot_time);',0);
2205: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);
2206: New_Line;
2207: Text('END Get_Attribute_Values;',0);
2208: New_Line;
2209: ELSIF NVL(G_ATTRMGR_INSTALLED,'N') = 'Y' THEN

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

2254: text('end if;', 2);
2255: Text ('End If;', 1);
2256:
2257: New_Line;
2258: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'',v_tot_time);',0);
2259: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);
2260: Text('END Get_Attribute_Values;',0);
2261: New_Line;
2262: END IF;

Line 2259: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);

2255: Text ('End If;', 1);
2256:
2257: New_Line;
2258: Text('qp_debug_util.tstop(''FETCH_ATTRIBUTES'',v_tot_time);',0);
2259: Text('qp_debug_util.setAttribute(''BLD_CNTXT_ACCUM_TIME'', to_char(v_tot_time));',0);
2260: Text('END Get_Attribute_Values;',0);
2261: New_Line;
2262: END IF;
2263:

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

2439:
2440:
2441: IF NVL(l_custom_sourced,'N') = 'Y' THEN
2442: Begin
2443: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
2444: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2445: p_pricing_type_code => p_pricing_type,
2446: x_qual_ctxts_result_tbl => l_qual_contexts_result_tbl,
2447: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);

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

2444: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2445: p_pricing_type_code => p_pricing_type,
2446: x_qual_ctxts_result_tbl => l_qual_contexts_result_tbl,
2447: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);
2448: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2449: exception
2450: when others then
2451: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2452: end;

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

2447: x_price_ctxts_result_tbl => l_price_contexts_result_tbl);
2448: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2449: exception
2450: when others then
2451: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2452: end;
2453:
2454: l_count := x_qual_contexts_result_tbl.COUNT;
2455: LOOP

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

2859: IF l_debug = Fnd_Api.G_TRUE THEN
2860: Qp_Preq_Grp.ENGINE_DEBUG('Before Calling Custom Sourcing Package ----------');
2861: END IF;
2862: Begin
2863: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
2864: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2865: p_pricing_type_code => p_pricing_type_code,
2866: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2867: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);

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

2864: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
2865: p_pricing_type_code => p_pricing_type_code,
2866: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
2867: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2868: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2869: exception
2870: when others then
2871: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2872: end;

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

2867: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
2868: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2869: exception
2870: when others then
2871: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
2872: end;
2873: IF l_debug = Fnd_Api.G_TRUE THEN
2874: Qp_Preq_Grp.ENGINE_DEBUG('After Calling Custom Sourcing Package ----------');
2875:

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

3152: IF l_debug = Fnd_Api.G_TRUE THEN
3153: Qp_Preq_Grp.ENGINE_DEBUG('Before Calling Custom Sourcing Package ----------');
3154: END IF;
3155: Begin
3156: qp_debug_util.tstart('GET_CUSTOM_ATTRIBUTE_VALUES','Calling the QP_CUSTOM_SOURCE package to fetch the cutom attribute values');
3157: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
3158: p_pricing_type_code => p_pricing_type_code,
3159: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
3160: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);

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

3157: Qp_Custom_Source.Get_Custom_Attribute_Values(p_req_type_code => p_request_type_code,
3158: p_pricing_type_code => p_pricing_type_code,
3159: x_qual_ctxts_result_tbl => v_qual_contexts_result_tbl,
3160: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
3161: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
3162: exception
3163: when others then
3164: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
3165: end;

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

3160: x_price_ctxts_result_tbl => v_price_contexts_result_tbl);
3161: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
3162: exception
3163: when others then
3164: qp_debug_util.tstop('GET_CUSTOM_ATTRIBUTE_VALUES');
3165: end;
3166:
3167: IF l_debug = Fnd_Api.G_TRUE THEN
3168: Qp_Preq_Grp.ENGINE_DEBUG('After Calling Custom Sourcing Package ----------');