Return to Navigation

Using SFA_FINANCIAL_AID Service Operations

This section discusses the service operations that are delivered with SFA_FINANCIAL_AID.

This section describes the SFA_FINANCIAL_AID SOAP service operation SFA_GET_STUDENT_AWARDS.

Note: There is no difference in the request/response messages for SOAP and REST. The information contained in this section is also true for REST.

SOAP Service Name

SFA_FINANCIAL_AID

Service Operation

SFA_GET_STUDENT_AWARDS

Summary

Allows the student to view award information for an Institution and Aid Year

Description

The Get Student Awards request enables the user to retrieve student financial aid award details. This operation is designed to return full award data for only one Institution and Aid Year combination at a time. This data includes:

  • Aid Year Totals

  • Award (Item Type) Information

  • Term Information

  • Disbursement Information

Although only one year's full data is returned, the operation also retrieves a List of Values (LOV) of other Institution and Aid Year combinations where the student has award information available for viewing. The LOV allows the user to easily know which other combinations are available, which can then be used to submit a new request in order to see full award data for a different Institution/Aid Year.

The operation determines what award data to pull and how to organize it based on existing Campus Solutions Financial Aid Self Service setup options and security access.

See Configuration Considerations.

Users

This service can be consumed by schools and third-party providers to render custom user interface on a tablet, mobile or any other device.

Processing

This service operation:

  • Accepts the input parameters: EmplID, Institution and Aid Year. The EmplID must match the operator ID.

  • Verifies that the operator has financial aid award information available for viewing based on Financial Aid Self Service options and security access.

  • Retrieves and organizes the data requested based on Financial Aid Self Service options and security access.

Output

The following explains the layout of the response message.

  • STUDENT_AWARD_SUMMARY

    This section contains the highest level of data and summation by Institution & Aid Year.

  • SFA_AWARD_PER

    This attribute shows which display option has been chosen: Aid Year or Award Period.

    If Award Period is chosen, there is a different STUDNT_AWARD_SUMMARY section for each existing award period for the student (Academic and Non-Standard). This option controls how the data is divided within the response.

  • STUDENT_AWARD_DETAIL

    This section contains the next level of detail from STUDENT_AWARD_SUMMARY, which is the Award and Award Totals. There is one STUDENT_AWARD_DETAIL section for every Award (Item Type) that the student has for that specific Institution and Aid Year (and Award Period, if that display option is chosen).

  • STUDENT_TERM_DETAIL

    This section contains the next level of detail from STUDENT_AWARD_DETAIL, which is the Term and Term Totals. There is one STUDENT_TERM_DETAIL section for every Term associated with the Award for that specific Institution and Aid Year (and Award Period, if that display option is chosen).

  • STUDENT_DISB_DETAIL

    This section contains the next level of detail from STUDENT_TERM_DETAIL, which is the Disbursement Date & Totals. There is one STUDENT_DISB_DETAIL for every Disbursement ID within the associated Term for that specific Institution and Aid Year (and Award Period, if that display option is chosen).

    Data in the STUDENT_DISB_DETAIL section is only returned for Awards that have a status of Accepted, Partially Disbursed or Fully Disbursed (see SFA_AWARD_STATUS_LOVDescr attribute).

  • LOV

    The List of Values (LOV) section returns ALL Institutions and Aid Years the student has access to based on their user security, self-service setup and other related setup options. This provides a valid listing of only those Institution/Aid Years that can have full award data returned by the service.

  • VALUE

    This section contains the next level of detail from LOV and repeats for each Institution and Aid Year for which the student has Award data and required security.

Error Conditions

If the student has no award data and/or no security to the award data requested, the service operation returns the following message:

“'You have no financial aid awards available for viewing.”'

Entity Registry Details for SFA_GET_STUDENT_AWARDS

Entity

DB Record

Message

StudentAwardRequest (Request Entity)

SFA_STD_AWD_WRK

SFA_GET_STUDENT_AWARDS_REQ

StudentAwardSummary (Response Entity)

SFA_STD_AWDSWRK

SFA_GET_STUDENT_AWARDS_RESP

StudentAwardDetail

SFA_STD_AWDDWRK

 

StudentAwardTerm

SFA_STD_TERMWRK

 

StudentAwardDisbursement

SFA_STD_DISBWRK

 

This is this SFA_FINANCIAL_AID Entity Hierarchy display:

Image: SFA_FINANCIAL_AID Entity Hierarchy

This example illustrates the SFA_FINANCIAL_AID Entity Hierarchy.

SFA_FINANCIAL_AID Entity Hierarchy

Input Message: SFA_GET_STUDENT_AWD_REQ

The following diagram shows the input message structure that the SFA_GET_STUDENT_AWARDS_REQ service option receives from an application:

Image: SFA_GET_STUDENT_AWD_REQ Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_REQ Message Structure.

SFA_GET_STUDENT_AWD_REQ Message Structure

The following input parameters are required for an application to pass to the service operation:

Data

Description

EmplID (Employee ID)

Required. Defaults to operator’s EmplID.

Institution

Optional

Aid Year

Optional

The following is an example of the SFA_GET_STUDENT_AWARDS_REQ message that the SFA_GET_STUDENT_AWARDS service operation receives from the an application:

<?xml version="1.0"?>
<SFA_GET_STUDENT_AWARDS_REQ xmlns="http://xmlns.oracle.com/Enterprise/HCM/services">
  <STUDENT_AWARD_REQUEST>
    <EMPLID>FAFUSE002</EMPLID>
    <INSTITUTION>PSUNV</INSTITUTION>
    <AID_YEAR>2013</AID_YEAR>
  </STUDENT_AWARD_REQUEST>
</SFA_GET_STUDENT_AWARDS_REQ>

Output Message: SFA_GET_STUDENT_AWD_RESP

When the Integration Broker receives the SFA_GET_STUDENT_AWD_REQ message, it responds with the SFA_GET_STUDENT_AWD_RESP message.

The following diagram shows the output message structure that the SFA_GET_STUDENT_AWARDS service operation passes to an application:

Image: SFA_GET_STUDENT_AWD_RESP List of Values Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_RESP List of Values Message Structure.

SFA_GET_STUDENT_AWD_RESP List of Values Message Structure

Image: SFA_GET_STUDENT_AWD_REQ Student Award Summary Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_REQ Student Award Summary Message Structure.

Student Award Summary Message Structure

Image: SFA_GET_STUDENT_AWD_REQ Student Award Detail Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_REQ Student Award Detail Message Structure..

SFA_GET_STUDENT_AWD_REQ Student Award Detail Message Structure

Image: SFA_GET_STUDENT_AWD_REQ Student Term Detail Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_REQ Student Term Detail Message Structure.

SFA_GET_STUDENT_AWD_REQ Student Term Detail Message Structure

Image: SFA_GET_STUDENT_AWD_REQ Student Disbursement Detail Message Structure

This example illustrates the SFA_GET_STUDENT_AWD_REQ Student Disbursement Detail Message Structure.

SFA_GET_STUDENT_AWD_REQ Student Disbursement Detail Message Structure

The following is an example of the SFA_GET_STUDENT_AWARDS_RESP message that the SFA_GET_STUDENT_AWARDS service operation transmits to an application:

<?xml version="1.0"?>
 <SFA_GET_STUDENT_AWARDS_RESP xmlns="http://xmlns.oracle.com/Enterprise/HCM/services">
  <STUDENT_AWARD_SUMMARY>
    <EMPLID>FAFUSE002</EMPLID>
    <INSTITUTION>PSUNV</INSTITUTION>
    <AID_YEAR>2013</AID_YEAR>
    <SFA_AWARD_PER>A</SFA_AWARD_PER>
    <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
    <CURRENCY_CD>USD</CURRENCY_CD>
    <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
    <OFFER_BALANCE>12843</OFFER_BALANCE>
    <ACCEPT_BALANCE>12843</ACCEPT_BALANCE>
    <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
    <MSGSET>0</MSGSET>
    <MSGNUM>0</MSGNUM>
    <SFA_MSG_LONG></SFA_MSG_LONG>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000010</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>Lake Michigan Polar Club Grant</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>A</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Accepted</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>G</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Grant</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD></AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>0</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>1000</OFFER_BALANCE>
      <ACCEPT_BALANCE>1000</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>1000</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG></DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000010</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0690</STRM>
        <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>500</OFFER_BALANCE>
        <ACCEPT_BALANCE>500</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>500</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000010</ITEM_TYPE>
          <DISBURSEMENT_ID>01</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0690</STRM>
          <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2012-08-20</DISBURSEMENT_DATE>
          <OFFER_BALANCE>500</OFFER_BALANCE>
          <ACCEPT_BALANCE>500</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>500</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000010</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0700</STRM>
        <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>500</OFFER_BALANCE>
        <ACCEPT_BALANCE>500</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>500</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000010</ITEM_TYPE>
          <DISBURSEMENT_ID>02</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0700</STRM>
          <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2013-01-14</DISBURSEMENT_DATE>
          <OFFER_BALANCE>500</OFFER_BALANCE>
          <ACCEPT_BALANCE>500</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>500</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000100</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>Federal Pell Grant</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>A</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Accepted</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>G</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Grant</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD>PELL</AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>0</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>4343</OFFER_BALANCE>
      <ACCEPT_BALANCE>4343</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>4343</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG>You have been awarded a Federal Pell Grant based on a full-time load, if your
       actual enrollment load changes your award will be adjusted accordingly.</DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000100</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0690</STRM>
        <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>2171</OFFER_BALANCE>
        <ACCEPT_BALANCE>2171</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>2171</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000100</ITEM_TYPE>
          <DISBURSEMENT_ID>01</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0690</STRM>
          <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2012-08-20</DISBURSEMENT_DATE>
          <OFFER_BALANCE>2171</OFFER_BALANCE>
          <ACCEPT_BALANCE>2171</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>2171</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000100</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0700</STRM>
        <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>2172</OFFER_BALANCE>
        <ACCEPT_BALANCE>2172</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>2172</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000100</ITEM_TYPE>
          <DISBURSEMENT_ID>02</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0700</STRM>
          <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2013-01-14</DISBURSEMENT_DATE>
          <OFFER_BALANCE>2172</OFFER_BALANCE>
          <ACCEPT_BALANCE>2172</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>2172</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000105</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>Federal SEOG Grant</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>A</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Accepted</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>G</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Grant</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD></AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>0</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>4000</OFFER_BALANCE>
      <ACCEPT_BALANCE>4000</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>4000</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG></DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000105</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0690</STRM>
        <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>2000</OFFER_BALANCE>
        <ACCEPT_BALANCE>2000</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>2000</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000105</ITEM_TYPE>
          <DISBURSEMENT_ID>01</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0690</STRM>
          <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2012-08-20</DISBURSEMENT_DATE>
          <OFFER_BALANCE>2000</OFFER_BALANCE>
          <ACCEPT_BALANCE>2000</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>2000</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000105</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0700</STRM>
        <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>2000</OFFER_BALANCE>
        <ACCEPT_BALANCE>2000</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>2000</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000105</ITEM_TYPE>
          <DISBURSEMENT_ID>02</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0700</STRM>
          <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2013-01-14</DISBURSEMENT_DATE>
          <OFFER_BALANCE>2000</OFFER_BALANCE>
          <ACCEPT_BALANCE>2000</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>2000</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000311</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>Direct Subsidized Stafford</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>A</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Accepted</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>L</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Loan</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD></AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>0</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>3500</OFFER_BALANCE>
      <ACCEPT_BALANCE>3500</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>3466</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>34</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>34</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG></DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000311</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0690</STRM>
        <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>1750</OFFER_BALANCE>
        <ACCEPT_BALANCE>1750</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>1733</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>17</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>17</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>17</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000311</ITEM_TYPE>
          <DISBURSEMENT_ID>01</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0690</STRM>
          <STRM_LOVDescr>2012 Fall</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2012-08-20</DISBURSEMENT_DATE>
          <OFFER_BALANCE>1750</OFFER_BALANCE>
          <ACCEPT_BALANCE>1750</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>1733</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>17</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>17</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>17</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
      <STUDENT_TERM_DETAIL>
        <EMPLID>FAFUSE002</EMPLID>
        <INSTITUTION>PSUNV</INSTITUTION>
        <AID_YEAR>2013</AID_YEAR>
        <SFA_AWARD_PER>A</SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE>900000000311</ITEM_TYPE>
        <ACAD_CAREER>UGRD</ACAD_CAREER>
        <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
        <STRM>0700</STRM>
        <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
        <CURRENCY_CD>USD</CURRENCY_CD>
        <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>1750</OFFER_BALANCE>
        <ACCEPT_BALANCE>1750</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>1733</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>17</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>17</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>17</SFA_LN_FEE>
        <MSGSET>0</MSGSET>
        <MSGNUM>0</MSGNUM>
        <SFA_MSG_LONG></SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID>FAFUSE002</EMPLID>
          <INSTITUTION>PSUNV</INSTITUTION>
          <AID_YEAR>2013</AID_YEAR>
          <SFA_AWARD_PER>A</SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE>900000000311</ITEM_TYPE>
          <DISBURSEMENT_ID>11</DISBURSEMENT_ID>
          <ACAD_CAREER>UGRD</ACAD_CAREER>
          <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
          <STRM>0700</STRM>
          <STRM_LOVDescr>2013 Spring</STRM_LOVDescr>
          <DISBURSEMENT_DATE>2013-01-14</DISBURSEMENT_DATE>
          <OFFER_BALANCE>1750</OFFER_BALANCE>
          <ACCEPT_BALANCE>1750</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>1733</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>17</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>17</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD>USD</CURRENCY_CD>
          <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>17</SFA_LN_FEE>
          <MSGSET>0</MSGSET>
          <MSGNUM>0</MSGNUM>
          <SFA_MSG_LONG></SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000312</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>Direct UnSub Stafford</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>D</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Declined</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>L</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Loan</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD></AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>1000</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>0</OFFER_BALANCE>
      <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG>You may or may not be eligible to have the listed awards reinstated. Please 
       submit a counselor request if you think you should have them reinstated.</DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID></EMPLID>
        <INSTITUTION></INSTITUTION>
        <AID_YEAR></AID_YEAR>
        <SFA_AWARD_PER></SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr></SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE></ITEM_TYPE>
        <ACAD_CAREER></ACAD_CAREER>
        <ACAD_CAREER_LOVDescr></ACAD_CAREER_LOVDescr>
        <STRM></STRM>
        <STRM_LOVDescr></STRM_LOVDescr>
        <CURRENCY_CD></CURRENCY_CD>
        <CURRENCY_CD_LOVDescr></CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>0</OFFER_BALANCE>
        <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>14409</MSGSET>
        <MSGNUM>2004</MSGNUM>
        <SFA_MSG_LONG>You have no financial aid awards 
         available for viewing.</SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID></EMPLID>
          <INSTITUTION></INSTITUTION>
          <AID_YEAR></AID_YEAR>
          <SFA_AWARD_PER></SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr></SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE></ITEM_TYPE>
          <DISBURSEMENT_ID></DISBURSEMENT_ID>
          <ACAD_CAREER></ACAD_CAREER>
          <ACAD_CAREER_LOVDescr></ACAD_CAREER_LOVDescr>
          <STRM></STRM>
          <STRM_LOVDescr></STRM_LOVDescr>
          <DISBURSEMENT_DATE></DISBURSEMENT_DATE>
          <OFFER_BALANCE>0</OFFER_BALANCE>
          <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD></CURRENCY_CD>
          <CURRENCY_CD_LOVDescr></CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>14409</MSGSET>
          <MSGNUM>2004</MSGNUM>
          <SFA_MSG_LONG>You have no financial aid awards 
           available for viewing.</SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
    <STUDENT_AWARD_DETAIL>
      <EMPLID>FAFUSE002</EMPLID>
      <INSTITUTION>PSUNV</INSTITUTION>
      <AID_YEAR>2013</AID_YEAR>
      <SFA_AWARD_PER>A</SFA_AWARD_PER>
      <SFA_AWARD_PER_LOVDescr>Academic Year</SFA_AWARD_PER_LOVDescr>
      <ITEM_TYPE>900000000351</ITEM_TYPE>
      <ITEM_TYPE_LOVDescr>TERI Loan</ITEM_TYPE_LOVDescr>
      <ACAD_CAREER>UGRD</ACAD_CAREER>
      <ACAD_CAREER_LOVDescr>Undergraduate</ACAD_CAREER_LOVDescr>
      <SFA_AWARD_STATUS>C</SFA_AWARD_STATUS>
      <SFA_AWARD_STATUS_LOVDescr>Cancelled</SFA_AWARD_STATUS_LOVDescr>
      <SETID>PSUNV</SETID>
      <FIN_AID_TYPE>L</FIN_AID_TYPE>
      <FIN_AID_TYPE_LOVDescr>Loan</FIN_AID_TYPE_LOVDescr>
      <AWARD_MSG_CD></AWARD_MSG_CD>
      <CURRENCY_CD>USD</CURRENCY_CD>
      <CURRENCY_CD_LOVDescr>US Dollar</CURRENCY_CD_LOVDescr>
      <CANCEL_DECLINE_AMT>2000</CANCEL_DECLINE_AMT>
      <PKG_STATUS_CD>0</PKG_STATUS_CD>
      <OFFER_BALANCE>0</OFFER_BALANCE>
      <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
      <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
      <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
      <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
      <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
      <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
      <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
      <DESCRLONG>You may or may not be eligible to have the listed awards reinstated. Please 
       submit a counselor request if you think you should have them reinstated.</DESCRLONG>
      <STUDENT_TERM_DETAIL>
        <EMPLID></EMPLID>
        <INSTITUTION></INSTITUTION>
        <AID_YEAR></AID_YEAR>
        <SFA_AWARD_PER></SFA_AWARD_PER>
        <SFA_AWARD_PER_LOVDescr></SFA_AWARD_PER_LOVDescr>
        <ITEM_TYPE></ITEM_TYPE>
        <ACAD_CAREER></ACAD_CAREER>
        <ACAD_CAREER_LOVDescr></ACAD_CAREER_LOVDescr>
        <STRM></STRM>
        <STRM_LOVDescr></STRM_LOVDescr>
        <CURRENCY_CD></CURRENCY_CD>
        <CURRENCY_CD_LOVDescr></CURRENCY_CD_LOVDescr>
        <OFFER_BALANCE>0</OFFER_BALANCE>
        <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
        <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
        <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
        <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
        <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
        <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
        <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
        <SFA_LN_FEE>0</SFA_LN_FEE>
        <MSGSET>14409</MSGSET>
        <MSGNUM>2004</MSGNUM>
        <SFA_MSG_LONG>You have no financial aid awards 
         available for viewing.</SFA_MSG_LONG>
        <STUDENT_DISB_DETAIL>
          <EMPLID></EMPLID>
          <INSTITUTION></INSTITUTION>
          <AID_YEAR></AID_YEAR>
          <SFA_AWARD_PER></SFA_AWARD_PER>
          <SFA_AWARD_PER_LOVDescr></SFA_AWARD_PER_LOVDescr>
          <ITEM_TYPE></ITEM_TYPE>
          <DISBURSEMENT_ID></DISBURSEMENT_ID>
          <ACAD_CAREER></ACAD_CAREER>
          <ACAD_CAREER_LOVDescr></ACAD_CAREER_LOVDescr>
          <STRM></STRM>
          <STRM_LOVDescr></STRM_LOVDescr>
          <DISBURSEMENT_DATE></DISBURSEMENT_DATE>
          <OFFER_BALANCE>0</OFFER_BALANCE>
          <ACCEPT_BALANCE>0</ACCEPT_BALANCE>
          <DISBURSED_BALANCE>0</DISBURSED_BALANCE>
          <NET_DISB_BALANCE>0</NET_DISB_BALANCE>
          <OFFER_BAL_LN_FEE>0</OFFER_BAL_LN_FEE>
          <ACCEPT_BAL_LN_FEE>0</ACCEPT_BAL_LN_FEE>
          <OFFER_BAL_REBATE>0</OFFER_BAL_REBATE>
          <ACCEPT_BAL_REBATE>0</ACCEPT_BAL_REBATE>
          <CURRENCY_CD></CURRENCY_CD>
          <CURRENCY_CD_LOVDescr></CURRENCY_CD_LOVDescr>
          <SFA_LN_FEE>0</SFA_LN_FEE>
          <MSGSET>14409</MSGSET>
          <MSGNUM>2004</MSGNUM>
          <SFA_MSG_LONG>You have no financial aid awards 
           available for viewing.</SFA_MSG_LONG>
        </STUDENT_DISB_DETAIL>
      </STUDENT_TERM_DETAIL>
    </STUDENT_AWARD_DETAIL>
  </STUDENT_AWARD_SUMMARY>
  <LOV>
    <VALUES>
      <VALUE>
        <INSTITUTION>PSUNV</INSTITUTION>
        <InstitutionDescription>PeopleSoft University</InstitutionDescription>
        <AID_YEAR>2014</AID_YEAR>
        <AidYearDescription>2013-2014</AidYearDescription>
        <AcceptDeclineAwards>Y</AcceptDeclineAwards>
      </VALUE>
      <VALUE>
        <INSTITUTION>PSUNV</INSTITUTION>
        <InstitutionDescription>PeopleSoft University</InstitutionDescription>
        <AID_YEAR>2013</AID_YEAR>
        <AidYearDescription>2012-2013</AidYearDescription>
        <AcceptDeclineAwards>Y</AcceptDeclineAwards>
      </VALUE>
    </VALUES>
  </LOV>
</SFA_GET_STUDENT_AWARDS_RESP>

Configuration Considerations

The Get Student Awards service operation depends upon a number of existing Campus Solutions system configuration options. Many of the configuration options used to control which data and how that data is organized are the exact same options used to control existing Campus Solutions Financial Aid Self Service. Configuration considerations are at the follow places in the system:

  • Self Service Inquiry Options

  • Financial Aid Item Type setup

  • Student Packaging Status Summary

Navigate to the Financial Aid Self Service Inquiry Options page (Set Up SACR, Common Definitions, Self Service, Financial Aid, Self Service Options, Inquiry Options tab).

Image: Financial Aid Self Service Inquiry Options page

This example illustrates the fields and controls on the Financial Aid Self Service Inquiry Options page. You can find definitions for the fields and controls later on this page.

Inquiry Options page

Field or Control

Definition

Allow Access

This option must be selected in order for the response message to return data for this Institution and Aid Year.

Award Detail

This option must be selected in order for the response message to return award data for this Institution and Aid Year.

Cancelled Awards

If selected, the response message returns any award with a status of ‘Cancelled’ in the STUDENT_AWARD_DETAIL section. The response also retrieves any message contained within Message Catalog 14409/547. This is the same message displayed within Campus Solutions Financial Aid Self Service for Cancelled awards.

Declined Awards

If selected, the response message returns any award with a status of ‘Declined’ in the STUDENT_AWARD_DETAIL section. The response also retrieves any message contained within Message Catalog 14409/547. This is the same message displayed within Campus Solutions Financial Aid Self Service for Declined awards.

View Data By

This option controls how the data is organized within the response message.

If ‘Aid Year’ is selected, there is only one STUDENT_AWARD_SUMMARY section within the response message.

If ‘Award Period’ is selected, there can be multiple STUDENT_AWARD_SUMMARY sections within the response. This is based on how many award periods the student’s awards are associated to. If the student has awards only for the Academic period, only one STUDENT_AWARD_SUMMARY section is returned. If the student has awards for both the Academic and Non-Standard periods, two STUDENT_AWARD_SUMMARY sections are returned.

Academic Year Award Period

If the View Data By option is set to ‘Award Period’, the value entered in this field is returned in the SFA_AWARD_PER_LOVDescr attribute for the Academic award period.

Non-Standard Award Period

If the View Data By option is set to ‘Award Period’, the value entered in this field is returned in the SFA_AWARD_PER_LOVDescr attribute for the Non-Standard award period.

Award Period

If the View Data By option is set to ‘Award Period’, this option controls the order in which award periods are returned (in the STUDENT_AWARD_SUMMARY section) when multiple award periods exist.

Term

If the View Data By option is set to ‘Award Period’, this option controls the order in which terms are returned (in the STUDENT_AWARD_TERM section) when multiple terms exist

See Viewing Financial Aid Awards.

Navigate to Financial Aid Item Type Self Service options (Set Up SACR > Product Related > Financial Aid > Financial Aid Item Types, FA Item Type 3 tab)

Image: FA Item Type 3 page

This example illustrates the fields and controls on the FA Item Type 3 page. You can find definitions for the fields and controls later on this page.

FA (financial aid) Item Type 3 page

Field or Control

Definition

Print Letter Option

Only Awards (Item Types) that have a Print Letter Option of ‘Print’ are returned as part of the response message. This mimics how Campus Solutions Financial Aid Self Service operates.

See Defining Financial Aid Item Types.

Navigate to the Packaging Status Summary page (Financial Aid, View Packaging Status Summary).

Image: Packaging Status Summary page

This example illustrates the fields and controls on the Packaging Status Summary page. You can find definitions for the fields and controls later on this page.

Packaging Status Summary page

Field or Control

Definition

Award Access

This option controls what value is returned in the AcceptDeclineAwards attribute of the LOV section of the response message. For each Institution and Aid Year combination returned, this attribute displays if the student has access to Accept/Decline their awards in Campus Solutions Self Service.

Inquiry Access

This option must be selected in order for the response message to return award data for this Institution and Aid Year.