CM_WIP_SNP_VW(SQL View) |
Index Back |
---|---|
WIP Value Report Selection VW2/7/03 Lee: Original Create. This record is used by the WIP Value report, to select history records to process. |
SELECT OPRID , PROCESS_INSTANCE , BUSINESS_UNIT , SYSTEM_DATE FROM PS_CM_WIP_SNP_SEL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | AS_OF_DATE | Date(10) | DATE | As of Date |