LN_TYPE_SRCH

(SQL View)
Index Back

item loan by empl view

View pulls Award information for Loan item types by emplid

select distinct a.institution, a.aid_year, b.emplid, c.loan_type, a.descr from PS_LN_TYPE_TBL a ,ps_stdnt_awards b ,ps_ln_item_tbl c where b.institution = a.institution and b.aid_year = a.aid_year and c.institution = a.institution and c.aid_year = a.aid_year and c.loan_type = a.loan_type and c.item_type = b.item_type and b.offer_activity_ind = 'I' and b.award_status = 'A'

  • Related Language Record: LNTYPESRCHLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Prompt Table: INSTITUTION_TBL

    2 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year
    3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PEOPLE_SRCH

    4 LOAN_TYPE Character(4) VARCHAR2(4) NOT NULL Loan Type Cd

    Prompt Table: LOAN_TYPE_VW

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