Table: EXTERNAL_ACCOUNT

Table Name EXTERNAL_ACCOUNT
Table Description The EXTERNAL_ACCOUNT table represents an external account or a postpaid account link in a subscriber account.
Tablespace SUBSCRIBER_DATA
Database Core Database
Partitioned Yes
Columns
SUAC_OID
CODE
DESCRIPTION
CURRENCY_CODE
EXTERNAL_ACCOUNT_SYSTEM
EXTERNAL_ACCOUNT_CODE
ACCOUNT_TYPE
IS_DEFAULT
DELETION_DATE
PARTITION_ID

Columns of the Table

The EXTERNAL_ACCOUNT database table is defined by the following columns.

Column: SUAC_OID

Value Type BIGINT, NOT NULL
Key(s) -

Foreign K.:

  • Foreign table: SUBSCRIBER_ACCOUNT
  • Foreign field(s): OID

Index(es) IX_EXAC_SUAC
IX_EXAC_SUAC_G (unique) (oracle)
Column Description The identifier of the subscriber account containing the account.


Column: CODE

Value Type VARCHAR(256), NOT NULL
Index(es) IX_EXAC_SUAC_G (unique) (oracle)
Column Description The code of the account.


Column: DESCRIPTION

Value Type VARCHAR(2000)
Column Description The description of the account.


Column: CURRENCY_CODE

Value Type VARCHAR(5)
Column Description The currency code of the account.


Column: EXTERNAL_ACCOUNT_SYSTEM

Value Type VARCHAR(256)
Column Description The external system that handles the account.


Column: EXTERNAL_ACCOUNT_CODE

Value Type VARCHAR(256)
Column Description The code of the external account in the external billing system.


Column: ACCOUNT_TYPE

Value Type DECIMAL(1), NOT NULL
Column Description The type of account. Possible values are:
  • -1: undefined
  • 0: payable
  • 1: receivable


Column: IS_DEFAULT

Value Type DECIMAL(1), NOT NULL
Column Description

The IS_DEFAULT field indicates if the account is the default account for the subscriber account.

Possible values are:

  • 0: no
  • 1: yes



Column: DELETION_DATE

Value Type DATE
Column 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.


Column: PARTITION_ID

Value Type SMALLINT, NOT NULL
Column Description The partition of the subscriber account.


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

(c) Copyright 2011 SAP AG. All rights reserved.