ITEM_TYPE_LN_VW(SQL View) |
Index Back |
---|---|
Item Type Search for LoansItem Type Search for Loans |
select a.aid_year, a.setid, a.item_type, a.effdt, a.eff_status, a.loan_interest_attr, a.aggregate_area, a.descr from PS_ITEM_TYPE_FA a where 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' |
# | 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 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | LOAN_INTEREST_ATTR | Character(1) | VARCHAR2(1) NOT NULL |
Loan Interest Attribute
S=Subsidized U=Unsubsidized Prompt Table: ITEM_TYPE_FA |
7 | AGGREGATE_AREA | Character(10) | VARCHAR2(10) NOT NULL | Aggregate Area |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |