RS_SO_LINE_DT_W(SQL Table) |
Index Back |
|---|---|
Work table for start/end dateThis is a work table for temporally storing the start and end dates of both single and multiple date ranges. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID | |
| 3 | Number(3,0) | SMALLINT NOT NULL | Line Number | |
| 4 | Number(5,0) | INTEGER NOT NULL | Sequence Number | |
| 5 | START_DT | Date(10) | DATE | Start Date |
| 6 | END_DT | Date(10) | DATE | End Date |