DBA Data[Home] [Help]

APPS.CN_SRP_QUOTA_ASSIGNS_PKG dependencies on CN_SRP_PERIOD_QUOTAS_PKG

Line 451: cn_srp_period_quotas_pkg.insert_record

447: -- Feb24,99
448: -- Change from ,x_quota_id => null
449: -- to ,x_quota_id => x_quota_id
450: -- Start Date, End Date added on this package on 10/JUN/99
451: cn_srp_period_quotas_pkg.insert_record
452: (
453: x_srp_plan_assign_id => x_srp_plan_assign_id
454: ,x_quota_id => x_quota_id
455: ,x_start_period_id => NULL

Line 698: cn_srp_period_quotas_pkg.delete_record

694: ,x_quota_id => l_quota_id
695: ,x_rate_schedule_id => null
696: ,x_rate_tier_id => null);
697:
698: cn_srp_period_quotas_pkg.delete_record
699: (
700: x_srp_plan_assign_id => l_srp_plan_assign_id
701: ,x_quota_id => x_quota_id
702: ,x_start_period_id => null

Line 705: cn_srp_period_quotas_pkg.insert_record

701: ,x_quota_id => x_quota_id
702: ,x_start_period_id => null
703: ,x_end_period_id => null);
704:
705: cn_srp_period_quotas_pkg.insert_record
706: (
707: x_srp_plan_assign_id => l_srp_plan_assign_id
708: ,x_quota_id => x_quota_id
709: ,x_start_period_id => null

Line 981: cn_srp_period_quotas_pkg.delete_record

977: END IF;
978:
979: IF x_srp_plan_assign_id IS NOT NULL THEN
980:
981: cn_srp_period_quotas_pkg.delete_record
982: ( x_srp_plan_assign_id => x_srp_plan_assign_id
983: ,x_quota_id => x_quota_id
984: ,x_start_period_id => null
985: ,x_end_period_id => null);