CS_OBJSDTL_VW

(SQL View)
Index Back

Text for section/clause

Text for section/clause

SELECT txt.setid , txt.cs_object_type , txt.cs_object_id , txt.effdt , txt.cs_body_type , txt.cs_body , dtl.cs_title , dtl.cs_protected FROM ps_cs_object_text txt , PS_CS_OBJECTS_DTL dtl WHERE txt.setid = dtl.setid AND txt.cs_object_type = dtl.cs_object_type AND txt.cs_object_id = dtl.cs_object_id AND txt.effdt = dtl.effdt

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 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
3 CS_OBJECT_ID Character(20) VARCHAR2(20) NOT NULL Object id -- clause, section
4 EFFDT Date(10) DATE Effective Date

Default Value: %date

5 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
6 CS_BODY Long Character CLOB stores the body text for clause/section.
7 CS_TITLE Character(254) VARCHAR2(254) NOT NULL title
8 CS_PROTECTED Character(1) VARCHAR2(1) NOT NULL Protected in Document Flag