DBA Data[Home] [Help]

APPS.QPR_DELETE_AW dependencies on QPR_PRICE_PLANS_TL

Line 186: delete from qpr_price_plans_tl where price_plan_id = p_price_plan_id;

182: l_table_name := 'PRICEPLANS';
183:
184: l_stmtnum := 170;
185: delete from qpr_price_plans_b where price_plan_id = p_price_plan_id;
186: delete from qpr_price_plans_tl where price_plan_id = p_price_plan_id;
187: l_stmtnum := 180;
188: delete from qpr_dimensions where price_plan_id = p_price_plan_id;
189: l_stmtnum := 190;
190: delete from qpr_hierarchies where price_plan_id = p_price_plan_id;