LOAN_TYPE_VW(SQL View) |
Index Back |
|---|---|
Loan Type Prompt TableRecord used to define Loan Types, by Aid Year. Criteria include, but are not limited to, Loan Program, Category, Interest Rate, number of Promissory Notes. |
| select institution ,aid_year ,loan_type ,descr from PS_LN_TYPE_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
| 2 | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Default Value: OPR_DEF_TBL_CS.AID_YEAR Prompt Table: AID_YEAR_TBL |
|
| 3 | Character(4) | VARCHAR2(4) NOT NULL |
Loan Type Cd
Prompt Table: LN_TYPE_TBL |
|
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |