SPCMPNYOPRVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Sec Vw-Company - OprSPCMPNYOPRVWLNG is the language record related to SP_CMPNY_OPRVW . A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT a.company ,b.oprid ,e.LANGUAGE_CD ,e.descr FROM ps_company_tbl a ,PSOPRDEFN b ,ps_sec_company_opr c , PS_COMPNY_TBL_LANG e WHERE a.effdt = ( SELECT MAX(d.effdt) FROM ps_company_tbl d WHERE d.company = a.company AND d.effdt <= %CurrentDateIn AND d.eff_status = 'A') AND c.access_cd = 'Y' AND c.company = a.company AND c.oprid = b.oprid AND a.company = e.company AND a.effdt = e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL | Company | |
2 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |