DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on QPR_MEASURE_GROUPS

Line 1066: delete from QPR_MEASURE_GROUPS where price_plan_id = p_price_plan_id;

1062:
1063: procedure purge_base_tables_data (p_price_plan_id in number)
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;