ITEM_FEE_VW(SQL View) |
Index Back |
---|---|
Item Type Fee VwFinancial Aid Item Type Loan Fees |
Select A.SETID, A.ITEM_TYPE, A.AID_YEAR, A.LN_FEE_NAME, A.DESCR, B.LN_FEE_TYPE, B.LN_FEE_OPTION, B.LN_FEE_PRCNT, B.LN_FEE_AMT, B.LN_FEE_RULE from ps_item_typ_fa_fee a, PS_LN_FEE_TBL B WHERE A.SETID=B.SETID AND A.AID_YEAR=B.AID_YEAR AND A.LN_FEE_NAME=B.LN_FEE_NAME AND A.EFF_STATUS = 'A' AND B.EFF_STATUS = 'A' AND a.effdt = (Select Max (C.effdt) from ps_item_typ_fa_fee C where a.setid = C.setid and a.aid_year = C.aid_year and a.item_type = C.item_type and C.effdt <= %currentdatein ) AND b.effdt = (Select Max (d.effdt) from PS_LN_FEE_TBL d where b.setid = d.setid and b.aid_year = d.aid_year and b.ln_fee_name = d.ln_fee_name and d.effdt <= %currentdatein ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: ITEM_FA_CD_TBL.SETID Prompt Table: SP_SETID_NONVW |
2 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Default Value: ITEM_FA_CD_TBL.ITEM_TYPE Prompt Table: ITEM_TYP_FA3_VW |
3 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Default Value: ITEM_FA_CD_TBL.AID_YEAR Prompt Table: FED_AID_YR_TBL |
4 | LN_FEE_NAME | Character(3) | VARCHAR2(3) NOT NULL |
Loan Fee
Prompt Table: LN_FEE_TBL |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL |
Description
Default Value: LN_FEE_TBL.DESCR |
6 | LN_FEE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Loan Fee Type
I=Insurance O=Origination P=Processing R=Rebate |
7 | LN_FEE_OPTION | Character(1) | VARCHAR2(1) NOT NULL |
Loan Fee Option
F=Flat P=Percentage |
8 | LN_FEE_PRCNT | Number(6,3) | DECIMAL(5,3) NOT NULL | Loan Fee Percent |
9 | LN_FEE_AMT | Number(7,2) | DECIMAL(6,2) NOT NULL | Loan Fee Amount |
10 | LN_FEE_RULE | Character(1) | VARCHAR2(1) NOT NULL |
Loan Fee Rule
E=Weighted Across Disbursements F=All in 1st Disbursement |