DBA Data[Home] [Help]

APPS.CN_QUOTAS_PKG dependencies on CN_QUOTAS_ALL

Line 123: UPDATE cn_quotas_all

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;
126: END DELETE_RECORD;
127: