DBA Data[Home] [Help]

APPS.CN_SRP_QUOTA_ASSIGNS_PKG dependencies on CN_SRP_QUOTA_RULES_PKG

Line 462: cn_srp_quota_rules_pkg.insert_record

458: ,x_end_date => NULL );
459:
460: -- This procedure will ensure that only target and revenue quota types
461: -- get quota rules
462: cn_srp_quota_rules_pkg.insert_record
463: (
464: x_srp_plan_assign_id => x_srp_plan_assign_id
465: ,x_quota_id => x_quota_id
466: ,x_quota_rule_id => NULL

Line 988: cn_srp_quota_rules_pkg.delete_record

984: ,x_start_period_id => null
985: ,x_end_period_id => null);
986:
987: -- delete srp quota rules
988: cn_srp_quota_rules_pkg.delete_record
989: ( x_srp_plan_assign_id => x_srp_plan_assign_id
990: ,x_srp_quota_assign_id => null
991: ,x_quota_id => x_quota_id
992: ,x_quota_rule_id => null