DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_QUOTAS_ALL

Line 4826: SELECT quota_id into l_quota_id from cn_quotas_all where org_id = l_org_id and name = l_plan_element_rec.NAME and delete_flag = 'N';

4822: -- Added this because of the enhancement in 12.1 when inline copy was enhanced
4823: -- Get quota id
4824: --Added check for delete_flag (bug 6467453) (hanaraya)
4825:
4826: SELECT quota_id into l_quota_id from cn_quotas_all where org_id = l_org_id and name = l_plan_element_rec.NAME and delete_flag = 'N';
4827:
4828: cn_plancopy_util_pvt.get_unique_name_for_component (
4829: p_id => l_quota_id,
4830: p_org_id => l_org_id,