DBA Data[Home] [Help]

APPS.CN_CALC_FORMULAS_PVT dependencies on CN_COMP_PLANS_PKG

Line 1291: cn_comp_plans_pkg.set_status

1287: -- this formula to incomplete
1288: if x_formula_status = 'INCOMPLETE' then
1289: for p in get_plans loop
1290: -- invalidate plans using this formula
1291: cn_comp_plans_pkg.set_status
1292: ( x_comp_plan_id => p.comp_plan_id
1293: ,x_quota_id => null
1294: ,x_rate_schedule_id => null
1295: ,x_status_code => 'INCOMPLETE'