DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_QUOTAS_ALL

Line 4789: 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';

4785: -- Added this because of the enhancement in 12.1 when inline copy was enhanced
4786: -- Get quota id
4787: --Added check for delete_flag (bug 6467453) (hanaraya)
4788:
4789: 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';
4790:
4791: cn_plancopy_util_pvt.get_unique_name_for_component (
4792: p_id => l_quota_id,
4793: p_org_id => l_org_id,