ITEM_TYP_FA3_VW(SQL View) |
Index Back |
---|---|
Item Type Search Record for FAItem Type Search Record for FA |
select a.setid, a.item_type, a.descr from PS_ITEM_TYPE_TBL a where a.item_type_cd = 'F' and a.item_type not in (select c.item_type from ps_item_type_fa c where a.setid = c.setid) 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 b.eff_status = 'A' ) |
# | 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_TYP_FA3_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |