DBA Data[Home] [Help]

APPS.CN_QUOTAS_PKG dependencies on CN_RT_QUOTA_ASGNS_PKG

Line 121: cn_rt_quota_asgns_pkg.DELETE_RECORD (x_quota_id => x_quota_id, x_calc_formula_id => NULL, x_rt_quota_asgn_id => NULL);

117: cn_quota_rules_pkg.DELETE_RECORD (x_quota_id => x_quota_id, x_quota_rule_id => NULL, x_revenue_class_id => NULL);
118: -- delete period qutoas
119: cn_period_quotas_pkg.DELETE_RECORD (x_quota_id => x_quota_id);
120: -- delete rt quota asgns id
121: cn_rt_quota_asgns_pkg.DELETE_RECORD (x_quota_id => x_quota_id, x_calc_formula_id => NULL, x_rt_quota_asgn_id => NULL);
122:
123: UPDATE cn_quotas_all
124: SET delete_flag = 'Y'
125: WHERE quota_id = x_quota_id;