DBA Data[Home] [Help]

APPS.QPR_DEAL_PVT dependencies on QPR_CUBES

Line 409: from qpr_cubes

405: end case;
406: end loop;
407:
408: select cube_code into s_cube_code
409: from qpr_cubes
410: where cube_ppa_code ='SALES_DATA'
411: and price_plan_id = p_price_plan_id
412: and rownum < 2;
413: