SP_ITYPCH_NONVW(SQL View) |
Index Back |
---|---|
Sec Vw - Item Type Payments |
select a.setid, a.item_type, a.descr, a.item_type_cd, a.keyword1, a.keyword2, a.keyword3 from PS_ITEM_TYPE_TBL a where a.eff_status='A' and a.effdt= (select max(b.effdt) from PS_ITEM_TYPE_TBL b where a.setid=b.setid and a.item_type=b.item_type and b.effdt <= %currentdatein) and a.item_type_cd = 'C' |
# | 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 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Prompt Table: ITEM_TYPE_1_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | 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 |
5 | KEYWORD1 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word
Prompt Table: %EDITTABLE |
6 | KEYWORD2 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word 2
Prompt Table: %EDITTABLE2 |
7 | KEYWORD3 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word 3
Prompt Table: %EDITTABLE3 |