DBA Data[Home] [Help]

APPS.QPR_MAINTAIN_AW dependencies on FND_PROFILE

Line 291: fnd_profile.get('CONC_REQUEST_ID', g_run_number);

287: end;
288: g_instance:=p_sr_instance_id;
289: g_price_plan_id := p_price_plan_id;
290: if p_run_number = 0 then
291: fnd_profile.get('CONC_REQUEST_ID', g_run_number);
292: else
293: g_run_number := p_run_number;
294: end if;
295: