ITEMEMPORGVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Item Charge Due VwITEMEMPORGVWLNG is the language record related to ITEM_EMPORG_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT a.business_unit , a.common_id , a.item_nbr , x.LANGUAGE_CD , x.descr , x.descrshort FROM ps_item_sf a , PS_ITEM_TYPE_TBL c , ps_bus_unit_tbl_sf d , PS_ITEM_TYPE_LNG x WHERE a.business_unit = d.business_unit AND a.sa_id_type = 'O' AND a.item_type = c.item_type AND a.item_amt - a.applied_amt > 0.0 AND c.setid = ( SELECT e.setid FROM ps_set_cntrl_rec e WHERE e.recname = 'ITEM_TYPE_TBL' AND e.setcntrlvalue = d.institution) AND c.effdt = ( SELECT MAX(f.effdt) FROM PS_ITEM_TYPE_TBL f WHERE f.setid = c.setid AND f.item_type = c.item_type AND f.effdt <= %CurrentDateIn AND f.eff_status = 'A') 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 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
3 | ITEM_NBR | Character(15) | VARCHAR2(15) NOT NULL | Item Nbr |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |