INIT_ITEM_VW

(SQL View)
Index Back

Charge Item Type View


select a.setid, b.account_type_sf, a.item_type, a.descr, a.item_type_cd from PS_ITEM_TYPE_TBL a, ps_item_acct_type b where a.setid=b.setid and a.item_type=b.item_type and a.effdt=b.effdt and a.effdt=(select max(effdt) from PS_ITEM_TYPE_TBL c where a.setid=c.setid and a.item_type=c.item_type and c.effdt <= %currentdatein and c.eff_status='A') and a.item_type_cd = 'C'

  • Related Language Record: INITITEMVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 INIT_ACCT_TYPE Character(3) VARCHAR2(3) NOT NULL Initial Term Fee Acct Type
    3 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 ITEM_TYPE_CD Character(1) VARCHAR2(1) NOT NULL Item Type Code
    A=Application Fee
    B=Billing Only
    C=Charge
    D=Deposit
    F=Financial Aid
    G=GL Interface Only
    H=Withholding
    I=Interest
    L=Pre-Paid Tuition
    P=Payment
    R=Refund
    T=Transfers
    V=Contributor Relations
    W=Waiver
    X=Write-off
    Z=Pay Plan Credit