ITEMTPFAVWLNG(SQL View) |
Index Back |
---|---|
Item Type FA Prompt TBL ViewThis view is used as a generic prompt table for Item Types specific to the Financial Aid applications. |
SELECT a.setid , a.aid_year , a.item_type ,a.language_cd , a.descr FROM PS_ITEM_TYPE_LANG a WHERE a.effdt = ( SELECT MAX (b.effdt) FROM PS_ITEM_TYPE_LANG b WHERE a.setid = b.setid AND a.aid_year = b.aid_year AND a.item_type = b.item_type AND b.effdt <= %CurrentDateIn ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL | Aid Year |
3 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Prompt Table: ITEM_TYPE_1_TBL |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |