SUBSIDY_DEFAULT_ALLOCATIONS

0 rows


Description

Subsidy default allocations VIEW

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The dbo record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

SUBSIDY_DEFAULT_ALLOCATIONS_ID int 4 null

Subsidy default allocations table primary key

SUBSIDY_ID int 4 null

Related subsidy table foreign key

START_DATE datetime 16,3 null

Default allocations configuration start date

END_DATE datetime 16,3 null

Default allocations configuration end date

START_AGE int 4 null

Default allocations configuration start age

END_AGE int 4 null

Default allocations configuration end age

ALLOCATION_AMOUNT money 21,4 null

Default allocations configuration default amount

LAST_SYNC_TIME datetime 16,3 null

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Relationships

View Definition


Possibly Referenced Tables/Views