It represents a business unit that generates costs for the organization
Data model

Fields
Field |
Type |
Description |
code |
NVARCHAR (100) |
Code related to the cost center |
description |
NVARCHAR (500) |
Cost Center Description |
id* |
INT |
Unique Cost Center Identifier |
name |
NVARCHAR (100) |
Cost Center Descriptive Name |
parent_id |
INT |
Identifier of the primary cost center to which the current cost relates, reference the ASMS_COST_CENTER.id table |
type* |
INT |
Type of item related to cost center, (0 = cost, 1 = income) |
Primary Key
References
Column |
Referenced Table |
Referenced column |
Name |
parent_id |
dbo.ASMS_COST_CENTER |
id |
FK01_ASMS_COST_CENTER |