DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on QPR_PRICE_PLANS_TL

Line 1077: delete from QPR_PRICE_PLANS_TL 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;
1080:
1081: END QPR_SR_UTIL;