DBA Data[Home] [Help]

APPS.QP_DENORMALIZED_PRICING_ATTRS dependencies on FND_PROFILE

Line 292: l_perf := nvl(FND_PROFILE.VALUE(g_perf), g_off);

288:
289: /*Added for bug# 7143714 for performance contrrol*/
290: QP_Denormalized_Pricing_Attrs.PREPARE_INPUT_DATA(err_buff,retcode,l_list_header_id_low,l_list_header_id_high,l_list_header_id_tbl,p_update_type);
291:
292: l_perf := nvl(FND_PROFILE.VALUE(g_perf), g_off);
293:
294: OE_DEBUG_PUB.ADD('PErformance Control Profile is '||l_perf);
295:
296: if (l_perf = g_off) then