DBA Data[Home] [Help]

APPS.CN_CALC_FORMULAS_PVT dependencies on CN_ROLE_QUOTA_CATES

Line 1520: from cn_calc_formulas f, cn_role_quota_cates r

1516: RAISE fnd_api.g_exc_error;
1517: END IF;
1518:
1519: select count(1) into l_dummy
1520: from cn_calc_formulas f, cn_role_quota_cates r
1521: where f.calc_formula_id = p_calc_formula_id
1522: and f.calc_formula_id = r.calc_formula_id
1523: and f.modeling_flag = 'Y';
1524: if l_dummy > 0 THEN