PREREQUISITES

0 rows


Description

Your organization’s defined prerequisites for activities and programs

Columns

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

The Hub record ID

PREREQUISITE_ID int 4 null

Prerequisite ID

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The ID of the activity that the prerequisite belongs to

PROGRAM_ID int 4 null
PROGRAMS.PROGRAM_ID Defined in XML R

The ID of the program that the prerequisite belongs to

GROUP_NUMBER int 4 null

The group number that the prerequisite belongs in

PREREQUISITE_ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The ID of the prerequisite activity

PREREQUISITE_PROGRAM_ID int 4 null
PROGRAMS.PROGRAM_ID Defined in XML R

The ID of the prerequisite program

ACTIVITY_PROGRAM_NUMBER_WILDCARD varchar 15 null

The activity or program catalog number of the prerequisite activity or program

DURATION_YEARS int 4 null

The maximum number of years ago that the prerequisite registration may have occurred

DURATION_MONTHS int 4 null

The maximum number of months ago that the prerequisite registration may have occurred

DURATION_DAYS int 4 null

The maximum number of days ago that the prerequisite registration may have occurred

PREREQUISITE_PACKAGE_ID int 4 null
PACKAGES.PACKAGE_ID Defined in XML R

The ID of the prerequisite membership package

IMMEDIATE_SALE_PACKAGE varchar 5 null

Whether the prerequisite membership package may be purchased at the time of registration

SKILL_ID int 4 null
SKILLS.SKILL_ID Defined in XML R

The ID of the prerequisite skill

ALTERNATE_KEY_TYPE_ID int 4 null
ALTERNATE_KEY_TYPES.ALTERNATE_KEY_TYPE_ID Defined in XML R

The ID of the prerequisite alternate key type

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

RETURNING_PARTICIPANT_CRITERIA varchar 5 null

Whether this record is for activity returning participant criteria (Yes/No)

ACTIVITY_CATEGORY_ID int 4 null
ACTIVITY_CATEGORIES.ACTIVITY_CATEGORY_ID Defined in XML R

The activity category ID of the prerequisite activity

ACTIVITY_SUB_CATEGORY_ID int 4 null
ACTIVITY_SUB_CATEGORIES.ACTIVITY_SUB_CATEGORY_ID Defined in XML R

The activity subcategory ID of the prerequisite activity

ROW_VERSION binary 8 null

System timestamp (for internal use)

Indexes

Constraint Name Type Sort Column(s)
PREREQUISITES_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
PREREQUISITES_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
PREREQUISITES_ALTERNATE_KEY_TYPE_ID_IX Performance Asc ALTERNATE_KEY_TYPE_ID
PREREQUISITES_nc_cs_ix Performance Asc/Asc/Asc/Asc/Asc/Asc/Asc/Asc ACTIVITY_ID + ALTERNATE_KEY_TYPE_ID + PREREQUISITE_ACTIVITY_ID + PREREQUISITE_ID + PREREQUISITE_PACKAGE_ID + PREREQUISITE_PROGRAM_ID + PROGRAM_ID + SKILL_ID
PREREQUISITES_PREREQUISITE_ACTIVITY_ID_IX Performance Asc PREREQUISITE_ACTIVITY_ID
PREREQUISITES_PREREQUISITE_ID_ORG_ID_UQ Must be unique Asc/Asc PREREQUISITE_ID + ORG_ID
PREREQUISITES_PREREQUISITE_PACKAGE_ID_IX Performance Asc PREREQUISITE_PACKAGE_ID
PREREQUISITES_PREREQUISITE_PROGRAM_ID_IX Performance Asc PREREQUISITE_PROGRAM_ID
PREREQUISITES_PROGRAM_ID_IX Performance Asc PROGRAM_ID
PREREQUISITES_ROW_VERSION_IX Performance Asc ROW_VERSION
PREREQUISITES_SKILL_ID_IX Performance Asc SKILL_ID

Relationships