CS_TMPL_DTL

(SQL Table)
Index Back

Template Details

SCC 09/01/04 - Template Details

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 CS_TEMPLATE_ID Character(20) VARCHAR2(20) NOT NULL SCC 09/01/04
3 CS_KEYVALUE Character(30) VARCHAR2(30) NOT NULL SCC 09/01/04
4 CS_OBJECT_TYPE Character(4) VARCHAR2(4) NOT NULL 06/08/09 F-AHAYT-XOES6 Add capability to use binds in headers and/or footers of contract document; new translate value added to support Where Used from Document Templates and Styles
0001=Clause
0002=Section
0003=Ad Hoc Clause
0004=Rule
0005=Bind Variables
0006=Wizard Definition
0007=Document Configurator
0008=Document
0015=Word Template
1000=All
5 CS_OBJECT_ID Character(20) VARCHAR2(20) NOT NULL Object id -- clause, section

Prompt Table: %EDITTABLE

6 SEQ_ID Number(4,0) SMALLINT NOT NULL Mapping Unique Sequence ID
7 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.
8 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.
9 CS_NUMBERING_FLG Character(1) VARCHAR2(1) NOT NULL Numbering

Y/N Table Edit

Default Value: Y

10 CS_BODY_TYPE Character(1) VARCHAR2(1) NOT NULL indicates body type -- full or by ref for clause/section
F=Full Text
R=By Reference Text
11 LEVEL1 Number(5,0) INTEGER NOT NULL Level 1
12 LEVEL2 Number(5,0) INTEGER NOT NULL Level 2
13 LEVEL3 Number(5,0) INTEGER NOT NULL Level 3
14 LEVEL4 Number(5,0) INTEGER NOT NULL Level 4
15 LEVEL5 Number(5,0) INTEGER NOT NULL Level 5
16 LEVEL6 Number(5,0) INTEGER NOT NULL Level 6
17 LEVEL7 Number(5,0) INTEGER NOT NULL Level 7
18 LEVEL8 Number(5,0) INTEGER NOT NULL Level 8
19 LEVEL9 Number(5,0) INTEGER NOT NULL Level 9
20 LEVEL_NUM Number(3,0) SMALLINT NOT NULL Level
21 DESCR60 Character(60) VARCHAR2(60) NOT NULL Description
22 CS_TITLE Character(254) VARCHAR2(254) NOT NULL title
23 CS_APPROVAL_STATUS Character(1) VARCHAR2(1) NOT NULL Approval Status
A=Approved
I=Initial
P=Pending Approval
24 CS_BODY Long Character CLOB stores the body text for clause/section.