CS_DOC_POCNTRCT(SQL View) |
Index Back |
---|---|
CS Doc with PO Contract HeaderContract Document with PO Contract Header Information |
SELECT a.CS_DOC_ID , a.setid , a.cntrct_id , c.amt_cntrct_max , c.currency_cd FROM PS_CS_DOC_PO_KEYS a , ps_cntrct_hdr c WHERE a.setid = c.setid AND a.cntrct_id = c.cntrct_id AND a.version_nbr = c.version_nbr |
# | 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 | AMT_CNTRCT_MAX | Number(27,3) | DECIMAL(26,3) NOT NULL | Maximum Amount of Contract. |
5 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: CNTRCT_CONTROL.CURRENCY_CD Prompt Table: CURRENCY_CD_TBL |