ITEM_TYPE_FA_SH(SQL View) |
Index Back |
---|---|
Item Type Search Record for FAItem Type Search Record for FA |
select a.setid, a.item_type, a.descr, a.keyword1, a.keyword2, a.keyword3 from PS_ITEM_TYPE_TBL a where 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.eff_status = 'A' and a.item_type_cd='F' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID Prompt Table: SP_SETID_NONVW |
2 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Prompt Table: ITEM_TYPE_FA_SH |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | KEYWORD1 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word
Prompt Table: %EDITTABLE |
5 | KEYWORD2 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word 2
Prompt Table: %EDITTABLE2 |
6 | KEYWORD3 | Character(10) | VARCHAR2(10) NOT NULL |
Key Word 3
Prompt Table: %EDITTABLE3 |