DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PVT dependencies on CN_SRP_PERIOD_QUOTAS_PKG

Line 1879: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('DELETE',

1875: IF l_number_dim > 1
1876: THEN
1877: FOR l_srp_period_quota_id IN c_srp_period_quota_csr (l_old_plan_element.quota_id)
1878: LOOP
1879: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('DELETE',
1880: l_srp_period_quota_id.srp_period_quota_id,
1881: l_old_plan_element.org_id
1882: );
1883: END LOOP;

Line 1887: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('INSERT',

1883: END LOOP;
1884:
1885: FOR l_srp_period_quota_id IN c_srp_period_quota_csr (l_old_plan_element.quota_id)
1886: LOOP
1887: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('INSERT',
1888: l_srp_period_quota_id.srp_period_quota_id,
1889: l_old_plan_element.org_id,
1890: l_number_dim
1891: );

Line 1912: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('DELETE',

1908: IF l_number_dim_new < l_number_dim_old
1909: THEN
1910: FOR l_srp_period_quota_id IN c_srp_period_quota_csr (l_old_plan_element.quota_id)
1911: LOOP
1912: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('DELETE',
1913: l_srp_period_quota_id.srp_period_quota_id,
1914: l_old_plan_element.org_id
1915: );
1916: END LOOP;

Line 1924: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('INSERT',

1920: IF l_number_dim_new > 1
1921: THEN
1922: FOR l_srp_period_quota_id IN c_srp_period_quota_csr (l_old_plan_element.quota_id)
1923: LOOP
1924: cn_srp_period_quotas_pkg.populate_srp_period_quotas_ext ('INSERT',
1925: l_srp_period_quota_id.srp_period_quota_id,
1926: l_old_plan_element.org_id,
1927: l_number_dim_new
1928: );