ITEM_TP_FA_VW

(SQL View)
Index Back

Item Type FA Prompt TBL View

This view is used as a generic prompt table for Item Types specific to the Financial Aid applications.

select a.setid, a.aid_year, a.item_type, a.descr from PS_ITEM_TYPE_FA a where a.effdt = (Select Max (b.effdt) from PS_ITEM_TYPE_FA b where a.setid = b.setid and a.aid_year = b.aid_year and a.item_type = b.item_type and b.effdt <= %currentdatein and b.eff_status = 'A')

  • Related Language Record: ITEMTPFAVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Prompt Table: SP_SETID_NONVW

    2 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year
    3 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type

    Prompt Table: ITEM_TYPE_1_TBL

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description