The EXTERNAL_ACCOUNT table stores all the external (postpaid) accounts
defined in a subscriber account.
An external account is a reference to a postpaid account managed
in a third-party billing or accounting system.
| Schema Version | 5.0.6 | |
| Filegroup | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The EXTERNAL_ACCOUNT table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| SUAC_OID | IX_EXAC_SUAC | SUBSCRIBER_ACCOUNT (OID)
|
|
The identifier of the subscriber account containing the external account | ||
| CODE |
|
The identification code (or codename) of the account in the subscriber account | ||||
| DESCRIPTION |
|
The textual and understandable description for the account | ||||
| CURRENCY_CODE | CURRENCY (CODE)
|
|
The currency code of the account | |||
| EXTERNAL_ACCOUNT_SYSTEM |
|
The external system that handles the account | ||||
| EXTERNAL_ACCOUNT_CODE |
|
The code of the external account in the external billing or accounting system | ||||
| ACCOUNT_TYPE |
|
The type of account | ||||
| IS_DEFAULT |
|
The IS_DEFAULT field indicates if the account is the default account for the subscriber account | ||||
| DELETION_DATE |
|
The date until which this account is valid | ||||
| PARTITION_ID |
|
The partition of the subscriber account |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the subscriber account containing the external account |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_EXAC_SUAC |
| Definition | The identification code (or codename) of the account in the subscriber account |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The textual and understandable description for the account |
| Type | NVARCHAR(2000), NULL |
| Definition | The currency code of the account |
| Type | NVARCHAR(5), NULL |
| Definition | The external system that handles the account |
| Type | NVARCHAR(256), NULL |
| Definition | The code of the external account in the external billing or accounting system |
| Type | NVARCHAR(256), NULL |
| Definition | The type of account |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The IS_DEFAULT field indicates if the account is the default account for the subscriber account |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The date until which this account is valid |
| Description |
The date until which this account is valid. If this field NULL, this is the
current version of the account. Note that this value is used for rerating.
|
| Type | DATETIME, NULL |
| Definition | The partition of the subscriber account |
| Type | DECIMAL(4), NOT NULL |
The following database indexes are available in the EXTERNAL_ACCOUNT database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SUAC_OID |
| Unique | No |
| Partitioned | Yes |
| Clustered | No |
| Filegroup | SUBSCRIBER_INDX |