SCHOLARSHIP_APPLICATIONS

0 rows


Description

Participant Zones that are eligible for priority registration for an activity

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

SCHOLARSHIP_APPLICATION_ID int 4 null

The unique ID for this object

CUSTOMER_ID int 4 null

The unique ID for this Customer

CHARGE_ID int 4 null

The Unique ID for the Scholarship Charge

USER_ID int 4 null

The unique ID for the User

SITE_ID int 4 null

The unique ID for the initiating Site

APPROVED_BY int 4 null

The ID of the approving user

DATE_STAMP datetime 16,3 null

Date entered

STATUS int 4 null

Current Status

APPROVAL_DATE datetime 16,3 null

Date of approval, if applicable

APPROVAL_SITE_ID int 4 null

Site of approval, if applicable

FAMILY_ID int 4 null

The unique ID of the associated Family

ROW_VERSION binary 8 null

System timestamp (for internal use)

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_SCHOLARSHIP_APPLICATIONS Primary key Asc/Asc ORG_ID + SCHOLARSHIP_APPLICATION_ID

Relationships