CNT_CLS_VW_LNG(SQL View) |
Index Back |
---|---|
Related Lang-Contract ClauseCNT_CLS_VW_LNG is the language record related to CNT_CLAUSE_VW - it is a view of CONTRCT_CLS_LNG A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT setid , cnt_template_id , effdt , contract_seq , language_cd , descr254 , comments FROM PS_CONTRCT_CLS_LNG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: CNT_TEMPLATE.SETID |
2 | CNT_TEMPLATE_ID | Character(11) | VARCHAR2(11) NOT NULL |
Contract Template ID
Prompt Table: CNT_TEMPLATE |
3 | EFFDT_USED | Date(10) | DATE | Date driving 'processed' code |
4 | CONTRACT_SEQ | Number(3,0) | SMALLINT NOT NULL | Contract Seq# |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
7 | COMMENTS | Long Character | CLOB | Comment |