SPCMPNYCLSVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Sec Vw Comp Opr ClassSPCMPNYCLSVWLNG is the language record related to SP_CMPNY_CLSVW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.company ,b.oprclass ,e.LANGUAGE_CD ,e.descr FROM ps_company_tbl a ,PSOPRDEFN b ,ps_sec_company_cls 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.oprclass = b.oprclass AND a.company = e.company AND a.effdt = e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL | Company |
2 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |