DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on QPR_HIER_LEVELS

Line 1068: delete from QPR_HIER_LEVELS where price_plan_id = p_price_plan_id;

1064: is
1065: begin
1066: delete from QPR_MEASURE_GROUPS 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;