|
Name |
|
|
Comment |
See MD_Application in the StarsProspect package. |
|
Dimensional Type |
Dimension |
|
select |
|
Name |
Child Table/View |
|
ViewReference_101 |
|
Name |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
FinancialAidReader |
|
SELECT,VIEW DEFINITION |
ProspectViewReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_App_SurrogateKey |
numeric |
|
|
|
MD_App_AppRPlusPKID |
int |
Unique identifier for application (different from that of student). |
|
|
MD_App_StudentRPlusPKID |
int |
Unique identifier for student (different from that of the application). |
|
|
MD_App_StatusCategory |
varchar(32) |
Generalized/broader version of applicationt status. Coalesces detailed application states into broader categories. E.g., applications that are complete, or that have triggered a waitlist response, etc. are all listed as 'applied.' |
|
|
MD_App_Status |
varchar(64) |
Detailed application status. Cf. MD_App_StatusCategory (which is more general, and typically more useful). |
|
|
MD_App_RequirementRule |
varchar(32) |
Specifies what set of requirements are applied to the application. Example values: Regular Decision, Transfer, Winter Early Decision. |
|
|
MD_App_EntryTerm |
char(7) |
Projected term for which a student is applying for entrance (typically, but not always a fall term), in a given application. |
|
|
MD_App_EntryTermYear |
int |
Projected year for which a student is applying for entrance, in a given application. Students may, naturally, end up submitting multiple apps (e.g., one for regular admission as a freshman, then another for admission as a transfer student a year or two later). |
|
|
MD_App_AdmitCondition |
varchar(32) |
This field is used, at Carleton (as of 2011) to tell us how an application came into the system. Typical values are either "RW-Carleton App Web" or "CM-Common App Mail." |
|
|
MD_App_IsPrimaryApp |
char(3) |
If a student submits multiple applications for the same entry term (often this happens by accident), we designate one or another as the primary. |
|
|
|
|