DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on QPR_SET_LEVELS

Line 1071: delete from QPR_SET_LEVELS where price_plan_id = p_price_plan_id;

1067: delete from QPR_LVL_ATTRIBUTES where price_plan_id = p_price_plan_id;
1068: delete from QPR_HIER_LEVELS where price_plan_id = p_price_plan_id;
1069: delete from QPR_HIERARCHIES where price_plan_id = p_price_plan_id;
1070: delete from QPR_DIM_ATTRIBUTES where price_plan_id = p_price_plan_id;
1071: delete from QPR_SET_LEVELS where price_plan_id = p_price_plan_id;
1072: delete from QPR_MEAS_AGGRS where price_plan_id = p_price_plan_id;
1073: delete from QPR_MEASURES where price_plan_id = p_price_plan_id;
1074: delete from QPR_CUBE_DIMS where price_plan_id = p_price_plan_id;
1075: delete from QPR_CUBES where price_plan_id = p_price_plan_id;