Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||
| SCHEDULED_FEE_CHANGE_ID | int | 4 | √ | null |
|
|
Scheduled fee change ID |
||||
| ACTIVITY_FEE_ID | int | 4 | √ | null |
|
|
Activity fee ID to be updated with the scheduled change |
||||
| PROGRAM_FEE_ID | int | 4 | √ | null |
|
|
Program fee ID to be updated with the scheduled change |
||||
| PACKAGE_FEE_ID | int | 4 | √ | null |
|
|
Package fee ID to be updated with the scheduled change |
||||
| STANDARD_CHARGE_ID | int | 4 | √ | null |
|
|
Standard charge ID to be updated with the scheduled change |
||||
| SCHEDULED_FEE_AMOUNT | money | 21,4 | √ | null |
|
|
New fee amount to be applied on the scheduled date |
||||
| SCHEDULED_FEE_DATE | date | 20 | √ | null |
|
|
Date that the fee change is scheduled for |
||||
| IS_APPLIED | varchar | 5 | √ | null |
|
|
Whether the scheduled fee change has been applied (Yes / No) |
||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
|||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SCHEDULED_FEE_CHANGES_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| SCHEDULED_FEE_CHANGES_ACTIVITY_FEE_ID_IX | Performance | Asc | ACTIVITY_FEE_ID |
| SCHEDULED_FEE_CHANGES_PACKAGE_FEE_ID_IX | Performance | Asc | PACKAGE_FEE_ID |
| SCHEDULED_FEE_CHANGES_PROGRAM_FEE_ID_IX | Performance | Asc | PROGRAM_FEE_ID |
| SCHEDULED_FEE_CHANGES_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| SCHEDULED_FEE_CHANGES_SCHEDULED_FEE_CHANGE_ID_ORG_ID_UQ | Must be unique | Asc/Asc | SCHEDULED_FEE_CHANGE_ID + ORG_ID |
| SCHEDULED_FEE_CHANGES_STANDARD_CHARGE_ID_IX | Performance | Asc | STANDARD_CHARGE_ID |