IT_SFTWR_RNWSMV(SQL View) |
Index Back |
---|
SELECT VENDOR_ID , IT_CNTRCT_ID , IT_CNTRCT_TYPE , EXPIRATION_DT , DTTM_STAMP , PROCESS_INSTANCE FROM %Table(IT_SFTWR_RNWSUM) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL |
Vendor Identifier
Prompt Table: VENDOR |
2 | IT_CNTRCT_ID | Character(10) | VARCHAR2(10) NOT NULL | Contract Id |
3 | IT_CNTRCT_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Contract Type |
4 | EXPIRATION_DT | Date(10) | DATE | Expiration Date |
5 | DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
6 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |