DBA Data[Home] [Help]

APPS.QP_DENORMALIZED_PRICING_ATTRS dependencies on FND_PROFILE

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

216: l_list_header_id_low NUMBER;
217: l_list_header_id_high NUMBER;
218: l_perf varchar2(30);
219: BEGIN
220: l_perf := nvl(FND_PROFILE.VALUE(g_perf), g_off);
221: if (l_perf = g_off) then
222: OE_DEBUG_PUB.ADD('Inside QP_Denormalized_Pricing_Attrs :Populate_Factor_List_Attrs');
223: --Order the parameters and get correct values if null
224: IF p_list_header_id_low IS NULL AND p_list_header_id_high IS NULL THEN

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

291:
292: /*Added for bug# 7143714 for performance contrrol*/
293: 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);
294:
295: l_perf := nvl(FND_PROFILE.VALUE(g_perf), g_off);
296:
297: OE_DEBUG_PUB.ADD('PErformance Control Profile is '||l_perf);
298:
299: if (l_perf = g_off) then