CS_DOC_PO_KEYVW

(SQL View)
Index Back

Keys for PO Contract

Keys for PO Contract in Supply Contract Mgmt. Needed to create a view because always want to get the max(version_nbr).

SELECT A.CS_DOC_ID , A.SETID , A.CNTRCT_ID , A.VERSION_NBR FROM PS_CS_DOC_PO_KEYS A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CS_DOC_ID Character(25) VARCHAR2(25) NOT NULL Document ID
2 SETID Character(5) VARCHAR2(5) NOT NULL SetID
3 CNTRCT_ID Character(25) VARCHAR2(25) NOT NULL Buying Agreement ID
4 VERSION_NBR Number(5,0) INTEGER NOT NULL Contract Version number

Default Value: 1