SFA_ITMTYP_RPKG

(SQL View)
Index Back

Item Tp Prompt for Packaging

This view is used as a prompt table for Item Types when setting up Financial Aid Packaging Rules.

SELECT a.setid , a.aid_year , a.item_type , a.descr FROM ps_item_type_fa a WHERE a.effdt = ( SELECT MAX (effdt) FROM ps_item_type_fa a1 WHERE a1.setid = a.setid AND a1.aid_year = a.aid_year AND a1.item_type = a.item_type AND a1.effdt <= %CurrentDateIn) AND a.eff_status = 'A' AND NOT EXISTS ( SELECT 'x' FROM PS_INSTALLATION_FA x WHERE a.item_type = x.fa_gap_item_type)

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

    Default Value: OPR_DEF_TBL_CS.SETID

    Prompt Table: SP_SETID_NONVW

    2 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year

    Default Value: OPR_DEF_TBL_CS.AID_YEAR

    Prompt Table: AID_YEAR_TBL

    3 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type

    Prompt Table: ITEM_TYPE_FA_VW

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