DBA Data[Home] [Help]

APPS.CN_QUOTA_RULES_GRP dependencies on CN_QUOTAS

Line 40: FROM cn_quotas_v

36: -- Get the Plan Information for further use.
37: BEGIN
38: SELECT quota_id, quota_type_code, incentive_type_code, credit_type_id
39: INTO l_pe_rec.quota_id, l_pe_rec.quota_type_code, l_pe_rec.incentive_type_code, l_pe_rec.credit_type_id
40: FROM cn_quotas_v
41: WHERE NAME = l_pe_rec.NAME and org_id = p_revenue_class_rec.org_id;
42: EXCEPTION
43: WHEN NO_DATA_FOUND
44: THEN