DBA Data[Home] [Help]

APPS.CN_SRP_QUOTA_RULES_PKG dependencies on CN_SRP_PER_QUOTA_RC_PKG

Line 348: cn_srp_per_quota_rc_pkg.insert_record

344: END IF;
345:
346: END IF;
347:
348: cn_srp_per_quota_rc_pkg.insert_record
349: (
350: x_srp_plan_assign_id => x_srp_plan_assign_id
351: ,x_quota_id => x_quota_id
352: ,x_revenue_class_id => x_revenue_class_id

Line 461: cn_srp_per_quota_rc_pkg.delete_record

457: WHERE quota_id = x_quota_id);
458:
459: END IF;
460:
461: cn_srp_per_quota_rc_pkg.delete_record
462: (
463: x_srp_plan_assign_id => x_srp_plan_assign_id
464: ,x_quota_id => x_quota_id
465: ,x_revenue_class_id => x_revenue_class_id