CS_WORD_TMPL_VW(SQL View) |
Index Back |
|---|---|
Word Templates |
| SELECT CS_WORD_TMPL_NAME , SCM_ATTACH_ID , ATT_VERSION , CS_FILE_FORMAT FROM PS_CS_WORD_TEMPL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Word Template Name | |
| 2 | SCM_ATTACH_ID | Character(64) | VARCHAR2(64) NOT NULL | The unique ID of each file whose attachment was handled by the attachment utility. Unique across all attachments, all applications. |
| 3 | ATT_VERSION | Number(3,0) | SMALLINT NOT NULL | The version of the attached file. Currently always 1, this field will find more use once the attachment utitlity starts supporting versioning of files. |
| 4 | CS_FILE_FORMAT | Character(1) | VARCHAR2(1) NOT NULL |
Created in 9.2 to indicate xml version - word xml vs. open
0=Imported or Signature Document 1=Word 2003 XML 2=Word Open XML |