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 1786: cn_quotas_pkg.begin_record (x_operation => 'UPDATE',

1782: -- update the accounts data
1783: validate_and_update_ccids (p_plan_element);
1784:
1785: -- call the table handler
1786: cn_quotas_pkg.begin_record (x_operation => 'UPDATE',
1787: x_rowid => g_row_id,
1788: x_quota_id => p_plan_element.quota_id,
1789: x_object_version_number => p_plan_element.object_version_number,
1790: x_name => p_plan_element.NAME,

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

2074: FROM cn_quotas_v
2075: WHERE quota_id = p_plan_element.quota_id;
2076:
2077: -- Call the Delete Record Table Handler
2078: cn_quotas_pkg.DELETE_RECORD (x_quota_id => p_plan_element.quota_id, x_name => l_quota_name);
2079:
2080: -- Calling proc to add system note for delete
2081: add_system_note(
2082: p_plan_element,