DBA Data[Home] [Help]

APPS.QPR_COPY_PRICE_PLAN dependencies on QPR_SR_UTIL

Line 1510: l_tmpl_plan_id := qpr_sr_util.g_datamart_tmpl_id;

1506:
1507: for rec_price_plan in c_get_price_plan(p_from_pp_id) loop
1508: bfound := true;
1509: if p_copy_det_frm_tmpl = 'Y' then
1510: l_tmpl_plan_id := qpr_sr_util.g_datamart_tmpl_id;
1511: g_src_pplan_id := l_tmpl_plan_id;
1512: end if;
1513:
1514: fnd_file.put_line(fnd_file.log,'Copying from price plan id:' || g_src_pplan_id);