CS_TLOBJ_O_VW

(SQL View)
Index Back

Object Details

SCC 09/01/04 - View of object tables with details needed by explosion

SELECT A.SETID , A.CS_OBJECT_TYPE , A.CS_OBJECT_ID , B.EFFDT , C.CS_BODY_TYPE , B.EFF_STATUS , A.DESCR60 , A.CS_SECTION_TYPE , B.NUM_CHILDREN , B.CS_APPROVAL_STATUS , B.CS_NUMBERING_FLG , B.SCM_ATTACH_ID , B.ATT_VERSION , B.CS_TITLE , B.CS_LIST_STYLE , B.CS_PAGE_BREAK , B.ALTS_EXIST , D.CS_BINDS_EXIST , B.CS_PROTECTED , C.CS_BODY FROM PS_CS_OBJECTS_HDR A , PS_CS_OBJECTS_DTL B , PS_CS_OBJECT_TEXT C , PS_CS_OBJECT_WORD D WHERE A.SETID=B.SETID AND A.CS_OBJECT_TYPE=B.CS_OBJECT_TYPE AND A.CS_OBJECT_ID=B.CS_OBJECT_ID AND B.SETID=C.SETID AND B.CS_OBJECT_TYPE=C.CS_OBJECT_TYPE AND B.CS_OBJECT_ID=C.CS_OBJECT_ID AND B.EFFDT=C.EFFDT AND C.SETID=D.SETID AND C.CS_OBJECT_TYPE=D.CS_OBJECT_TYPE AND C.CS_OBJECT_ID=D.CS_OBJECT_ID AND C.EFFDT=D.EFFDT AND C.CS_BODY_TYPE=D.CS_BODY_TYPE

# 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 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive
7 DESCR60 Character(60) VARCHAR2(60) NOT NULL Description
8 CS_SECTION_TYPE Character(2) VARCHAR2(2) NOT NULL CEL 01/2008 Adding SLA category placeholders RMK 12/11/2007 Amendment Placeholder - enhancement to update 2nd amendment file with changes in amended document. Indicator to the system where to drop the changes in the amendment file CEL 5/1/2005 SH and SL types are hidden from all pages/etc. Purely used internally in the table. So that is why they are marked inactive here .. to stop them from showing up on the pages. BUT we still need them as codes cause we use internally in code .. just didn't want to remove them and have them get accidentally used.
A=Amendment Placeholder
G=General
SC=Placeholder-Category Agreement
SH=Placeholder-Header Agreement
SL=Placeholder-Line Agreement
T=Introduction/Title
9 NUM_CHILDREN Number(3,0) SMALLINT NOT NULL Number of children
10 CS_APPROVAL_STATUS Character(1) VARCHAR2(1) NOT NULL Approval Status
A=Approved
I=Initial
P=Pending Approval
11 CS_NUMBERING_FLG Character(1) VARCHAR2(1) NOT NULL Numbering
12 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.
13 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.
14 CS_TITLE Character(254) VARCHAR2(254) NOT NULL title
15 CS_LIST_STYLE Character(20) VARCHAR2(20) NOT NULL Override Section Style
16 CS_PAGE_BREAK Character(1) VARCHAR2(1) NOT NULL Page Break
17 ALTS_EXIST Character(1) VARCHAR2(1) NOT NULL cel - alternates exist flag in Contract Management
18 CS_BINDS_EXIST Character(1) VARCHAR2(1) NOT NULL Binds Exist
19 CS_PROTECTED Character(1) VARCHAR2(1) NOT NULL Protected in Document Flag
20 CS_BODY Long Character CLOB stores the body text for clause/section.