OSHA_300_VIEW(SQL View) |
Index Back |
|---|---|
OSHA 300 View |
| SELECT DISTINCT oprid , runcntlid , prcsname , dttm_stamp , from_date , thru_date FROM PS_OSHA_300_RUNS |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID | |
| 3 | Character(12) | VARCHAR2(12) NOT NULL | Process Name | |
| 4 | 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. | |
| 5 | FROM_DATE | Date(10) | DATE | From Date |
| 6 | THRU_DATE | Date(10) | DATE | Thru Date |