ITEMTYPELNVWLNG

(SQL View)
Index Back

Item Type Search for Loans

ITEMTYPELNVWLNG is the related language recordfor the record ITEM_TYPE_LN_VW

SELECT a.aid_year , a.setid , a.item_type ,d.LANGUaGE_CD , d.descr FROM PS_ITEM_TYPE_FA a ,PS_ITEM_TYPE_LNG d WHERE a.setid=d.setid AND a.item_type=d.item_type AND a.effdt=d.effdt AND a.fin_aid_type = 'L' AND a.effdt=( SELECT MAX(effdt) FROM PS_ITEM_TYPE_FA c WHERE a.setid = c.setid AND a.item_type = c.item_type AND a.aid_year = c.aid_year AND c.effdt<=%CurrentDateIn AND c.eff_status='A') AND a.eff_status = 'A'

  • Related Language Record for ITEM_TYPE_LN_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year

    Default Value: OPR_DEF_TBL_CS.AID_YEAR

    Prompt Table: AID_YEAR_TBL

    2 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_CS.SETID

    Prompt Table: SP_SETID_NONVW

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

    Prompt Table: ITEM_TYPE_FA

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description