DBA Data[Home] [Help]

APPS.QPR_DELETE_AW dependencies on QPR_CUBE_DIMS

Line 200: delete from qpr_cube_dims where price_plan_id = p_price_plan_id;

196: delete from qpr_lvl_attributes where price_plan_id = p_price_plan_id;
197: l_stmtnum := 230;
198: delete from qpr_cubes where price_plan_id = p_price_plan_id;
199: l_stmtnum := 250;
200: delete from qpr_cube_dims where price_plan_id = p_price_plan_id;
201: l_stmtnum := 260;
202: delete from qpr_measures where price_plan_id = p_price_plan_id;
203: l_stmtnum := 270;
204: delete from qpr_meas_aggrs where price_plan_id = p_price_plan_id;