DBA Data[Home] [Help]

APPS.QPR_DELETE_AW dependencies on QPR_DIM_ATTRIBUTES

Line 194: delete from qpr_dim_attributes where price_plan_id = p_price_plan_id;

190: delete from qpr_hierarchies where price_plan_id = p_price_plan_id;
191: l_stmtnum := 200;
192: delete from qpr_hier_levels where price_plan_id = p_price_plan_id;
193: l_stmtnum := 210;
194: delete from qpr_dim_attributes where price_plan_id = p_price_plan_id;
195: l_stmtnum := 220;
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;