Defines each component which is installed on the system. There are multiple installed component linked to a system install representing different components installed on the system. Eg: Billing, ViewManager, Scheduler, WorkFlow etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| installed_component_id | varchar(50) | not null | The unique id for the installed component |
| name | varchar(64) | with null | The descriptive name of the installed component |
| type | varchar(20) | with null | The type of installed component, Scheduler type, Accounting type etc |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| installed_component_id | usm_link_sysinstall_installcom | installed_component_id |
| installed_component_id | usm_link_install_comp_subcomp | installed_component_id |
| installed_component_id | usm_runtime_component | installed_component_id |
| installed_component_id | usm_installed_subcomponent | installed_component_id |