Persists every billing_account with the complete path from it's domain up to the service provider. In otherwords, this table will store the complete tenant hierarchy for any account that also has a billing profile (ie: billing_account record)
| Column Name | Column Datatype | Column Null Option | Column Comment |
| account_no | varchar(50) | not null | Pointer back to the billing_account record. |
| path | varchar(346) | not null | String representing the full path of tenants leading from the accounts tenant id to the service provider’s tenant id. The format is SP/PST1/…/CST/…/Tenant |
| domain_type | varchar(4) | with null | Type of domain the account belongs to. Ex: SP, ST, TE, etc. |
Product Name: Unicenter Service Management
Table Type: Table