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 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUNCNTLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | PRCSNAME | Character(12) | VARCHAR2(12) NOT NULL | Process Name |
4 | 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. |
5 | FROM_DATE | Date(10) | DATE | From Date |
6 | THRU_DATE | Date(10) | DATE | Thru Date |