DBA Data[Home] [Help]

APPS.CN_QUOTA_RULES_PKG dependencies on CN_TRX_FACTORS_PKG

Line 254: cn_trx_factors_pkg.INSERT_RECORD (x_quota_id, x_quota_rule_id, x_revenue_class_id);

250:
251: -- update the target , payment, performance goal to quota.
252: update_quota (x_quota_id);
253: -- Create trx factors
254: cn_trx_factors_pkg.INSERT_RECORD (x_quota_id, x_quota_rule_id, x_revenue_class_id);
255: -- Create Srp quota Rules
256: cn_srp_quota_rules_pkg.INSERT_RECORD (x_srp_plan_assign_id => NULL,
257: x_quota_id => x_quota_id,
258: x_quota_rule_id => x_quota_rule_id,

Line 533: cn_trx_factors_pkg.DELETE_RECORD (x_trx_factor_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);

529:
530: update_quota (x_quota_id);
531: -- quota rule id and revenue class id will be null if deleting an
532: -- entire quota or changing the type
533: cn_trx_factors_pkg.DELETE_RECORD (x_trx_factor_id => NULL, x_quota_rule_id => x_quota_rule_id, x_quota_id => x_quota_id);
534: END IF;
535:
536: ----------------------------------------------------------------------------------
537: -- Code from the trigger CN_QUOTA_RULE_TL