DBA Data[Home] [Help]

APPS.CN_QUOTA_RULES_PKG dependencies on CN_COMP_PLANS_PKG

Line 185: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,

181: IS
182: l_name cn_quotas_all.NAME%TYPE;
183: BEGIN
184: -- Change the comp Status
185: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,
186: x_quota_id => x_quota_id,
187: x_rate_schedule_id => NULL,
188: x_status_code => 'INCOMPLETE',
189: x_event => 'CHANGE_RULE'

Line 299: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,

295: THEN
296: IF (x_revenue_class_id_old <> x_revenue_class_id)
297: THEN
298: -- If the key values have changed update the status
299: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,
300: x_quota_id => x_quota_id,
301: x_rate_schedule_id => NULL,
302: x_status_code => 'INCOMPLETE',
303: x_event => 'CHANGE_RULE'

Line 311: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,

307: OR NVL (x_performance_goal_old, 0) <> x_performance_goal
308: )
309: THEN
310: -- if the key values have changed update the status
311: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,
312: x_quota_id => x_quota_id,
313: x_rate_schedule_id => NULL,
314: x_status_code => 'INCOMPLETE',
315: x_event => 'CHANGE_FACTORS'

Line 482: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,

478: THEN
479: IF x_quota_rule_id IS NOT NULL
480: THEN
481: -- We are deleting an individual quota rule
482: cn_comp_plans_pkg.set_status (x_comp_plan_id => NULL,
483: x_quota_id => x_quota_id,
484: x_rate_schedule_id => NULL,
485: x_status_code => 'INCOMPLETE',
486: x_event => 'CHANGE_RULE'