- DATA VIEW NAME
- CSA_AWARD_PAYMENT
- OVERVIEW
- Provides detail about the status and amount of every individual payment that makes up students’ scholarship awards made through the Scholarships@UW-Madison System.
- LOAD FREQUENCY
- Data is replaced every night.
- DATA CUSTODIAN
- Student Financial Aid
Contact: Keith Brown - AUTHORIZATION
- You must receive approval to access data from the data custodian. For information about how to get authorized for InfoAccess data views, connect to the InfoAccess Home Page
- SPECIAL
CONSIDERATIONS - None
- QUESTIONS
- Contact: Division of Information Technology Help Desk
Phone: 264-HELP (4357) - LAST UPDATED
- 01/2012 – New view created.
08/2014 — Data Custodian changed. - DATA FORMATS
- Primary Key Columns are identified with an asterisk(*)
- Alphanumeric Data
- VARCHAR2( N) (N) = maximum length. Field contains letters and/or numbers. Trailing blanks are eliminated.
Example: VARCHAR2 (5) could contain ‘ABC12’ or ‘ABC’ or ‘A’ - Numeric Data
- NUMBER (N) (N) = length. Field contains only numbers.
NUMBER (X,Y) = format for numbers with decimal positions.
X = total number of digits
Y = the number of digits after the decimal
Examples: NUMBER (6) represents 250012 NUMBER (6,2) represents 2500.12 - Date
- DATE – Date can be in various formats. Date functions available with your query tool can be used to format the date.
Examples: DATE (YYYYMMDD), DATE (YYDDD), DATE (DD-MM-YY)
Column Name | Format | Description |
---|---|---|
*AWARD_PAYMENT_ID | NUMBER(10,0) | Unique ID given to each individual Award Payment. |
AWARD_ID | NUMBER(10,0) | Identifier for Award this payment is part of |
EMPLID | VARCHAR2(11) | Unique ID identifying a person in ISIS |
STUDENT_NAME | VARCHAR2(50) | Student Name in the format: Last, First, Middle |
SCHOLARSHIP_ID | NUMBER(10,0) | Identifier for Scholarship being awarded. |
SCHOLARSHIP_NAME | VARCHAR2(120) | Formal name of Scholarship being awarded. |
SCHOLARSHIP_SHORT_NAME | VARCHAR2(70) | Abbreviated name of scholarship |
ADMIN_ORG_ID | NUMBER(10,0) | Identifier for the Organization administering the Scholarship. |
ADMIN_ORG_NAME | VARCHAR2(70) | Name of the Organization administering the Scholarship |
ADMIN_ORG_SHORT_NAME | VARCHAR2(20) | Abbreviation of the name of the Organization administering the Scholarship. |
AWARD_STATUS | VARCHAR2(30) | Status of the Award. Possible values are PLAN_TO_OFFER, OFFERED, ACCEPTED, and DECLINED. |
STARTING_AID_YEAR | VARCHAR2(4) | Aid Year during which the first payment for this Award was or will be made. |
AID_YEAR | VARCHAR2(4) | Aid Year of the Term to which this Award Payment applies. |
TERM | VARCHAR2(4) | The Term to which this Award Payment applies. |
AMOUNT | NUMBER(8,2) | Amount of award payment |
PAYMENT_STATUS | VARCHAR2(30) | Status of the Award Payment. Possible values are ENCUMBERED, AUTHORIZED, MARKED_FOR_DISB, PAID_OUT, and CANCELLED |
PAYMENT_TYPE | VARCHAR2(10) | Method by which the Award Payment is processed. Possible values are PIR and AUTO. |
EXTRACT_DATE_TIME | DATE | The date and time these data were extracted. Format : YYYYMMDD HH24:MI:SS |