DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on QPR_CUBES

Line 1075: delete from QPR_CUBES 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;
1076: delete from QPR_DIMENSIONS where price_plan_id = p_price_plan_id;
1077: delete from QPR_PRICE_PLANS_TL where price_plan_id = p_price_plan_id;
1078: delete from QPR_PRICE_PLANS_B where price_plan_id = p_price_plan_id;
1079: end;