DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PVT dependencies on CN_QUOTAS_PKG

Line 1433: cn_quotas_pkg.begin_record (x_operation => 'INSERT',

1429:
1430: -- update the account ids the UIs give a concatenated code
1431: validate_and_update_ccids (p_plan_element);
1432: -- update the table
1433: cn_quotas_pkg.begin_record (x_operation => 'INSERT',
1434: x_rowid => g_remove_this,
1435: x_quota_id => p_plan_element.quota_id,
1436: x_object_version_number => p_plan_element.object_version_number,
1437: x_name => p_plan_element.NAME,

Line 1762: cn_quotas_pkg.begin_record (x_operation => 'UPDATE',

1758: -- update the accounts data
1759: validate_and_update_ccids (p_plan_element);
1760:
1761: -- call the table handler
1762: cn_quotas_pkg.begin_record (x_operation => 'UPDATE',
1763: x_rowid => g_row_id,
1764: x_quota_id => p_plan_element.quota_id,
1765: x_object_version_number => p_plan_element.object_version_number,
1766: x_name => p_plan_element.NAME,

Line 2054: cn_quotas_pkg.DELETE_RECORD (x_quota_id => p_plan_element.quota_id, x_name => l_quota_name);

2050: FROM cn_quotas_v
2051: WHERE quota_id = p_plan_element.quota_id;
2052:
2053: -- Call the Delete Record Table Handler
2054: cn_quotas_pkg.DELETE_RECORD (x_quota_id => p_plan_element.quota_id, x_name => l_quota_name);
2055:
2056: -- Calling proc to add system note for delete
2057: add_system_note(
2058: p_plan_element,