|
Name |
Type |
Discontinued? |
|
1 |
TRANSACTION_ID |
VARCHAR |
No |
|
|
|
The unique ID for the premium billing detail transaction. |
|
|
2 |
LINE |
INTEGER |
No |
|
|
|
The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
|
|
3 |
SNAPSHOT_DATE |
DATETIME |
No |
|
|
|
The date when the snapshot was taken in UTC. |
|
|
4 |
SNAPSHOT_USER_ID |
VARCHAR |
No |
|
|
|
The user that triggered the snapshot. |
|
|
5 |
SNAPSHOT_USER_ID_NAME |
VARCHAR |
No |
|
|
|
The name of the user record. This name may be hidden. |
|
|
6 |
AMOUNT |
VARCHAR |
No |
|
|
|
The amount associated with the detail transaction record in the snapshot and is initially populated during the computation stage of premium billing. It is derived from the PB_TX_DTL_SNAP_ITEM table where the SNAPSHOT_ITEM column value is 110, joined on its matching row in the PB_TX_DTL_SNAP_VALUE table with the value in the SNAPSHOT_VALUE column. |
|
|
7 |
OUTSTANDING_AMOUNT |
VARCHAR |
No |
|
|
|
The outstanding amount associated with the detail transaction record in the snapshot and is initially populated during the invoicing stage of premium billing. It is derived from the PB_TX_DTL_SNAP_ITEM table where the SNAPSHOT_ITEM column value is 440, joined on its matching row in the PB_TX_DTL_SNAP_VALUE table with the value in the SNAPSHOT_VALUE column. |
|
|