SPITYPBUCLSVWLN(SQL View) |
Index Back |
---|---|
Item Types Given for Bus. UnitSPITYPBUCLSVWLN is the language record related to SP_ITYPBU_CLSVW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT B.business_unit ,C.item_type ,e.oprclass ,x.LANGUAGE_CD ,x.descr FROM ps_set_cntrl_rec A , ps_bus_unit_tbl_sf B , ps_item_type_tbl C ,PSOPRDEFN E ,ps_sec_item_cls k , PS_ITEM_TYPE_LNG x WHERE A.setcntrlvalue = B.institution AND A.recname = 'ITEM_TYPE_TBL' AND C.setid = A.setid AND C.effdt = ( SELECT MAX(D.effdt) FROM ps_item_type_tbl D WHERE D.setid = C.setid AND D.item_type = C.item_type AND D.effdt <= %CurrentDateIn) AND k.item_type = c.item_type AND k.setid = c.setid AND k.oprclass = e.oprclass AND c.setid = x.setid AND c.item_type=x.item_type AND c.effdt = x.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Item Type |
3 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |