DBA Data[Home] [Help]

APPS.CN_QUOTA_RULES_PKG dependencies on CN_QUOTA_RULE_UPLIFTS_PKG

Line 492: cn_quota_rule_uplifts_pkg.DELETE_RECORD (x_quota_rule_uplift_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);

488: --delete the quota rule uplifts if there is delete in the
489: -- quota rules, and we should take care all the quota rule uplifts
490: -- must be deleted if there is a full delete in quota rules using
491: --quota id
492: cn_quota_rule_uplifts_pkg.DELETE_RECORD (x_quota_rule_uplift_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);
493: cn_srp_quota_rules_pkg.DELETE_RECORD (x_srp_plan_assign_id => NULL,
494: x_srp_quota_assign_id => NULL,
495: x_quota_id => x_quota_id,
496: x_quota_rule_id => x_quota_rule_id,

Line 512: cn_quota_rule_uplifts_pkg.DELETE_RECORD (x_quota_rule_uplift_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);

508: --delete the quota rule uplifts if there is delete in the
509: -- quota rules, and we should take care all the quota rule uplifts
510: -- must be deleted if there is a full delete in quota rules using
511: --quota id
512: cn_quota_rule_uplifts_pkg.DELETE_RECORD (x_quota_rule_uplift_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);
513: -- Deleting an entire quota OR changing its type to one that does not
514: -- support revenue classes and therefore trx factors
515: -- If we are deleting a quota there is no need to maintain the srp
516: -- tables because you can't delete a quota that is assigned to a rep.