AM_DISP_AF_HVW(SQL View) |
Index Back |
---|---|
Asset disposal AF header viewAsset disposal AF header view |
SELECT DATE_SUBMITTED , DTTM_STAMP , ORIGINATOR_ID , APPR_STATUS , APPROVER , EMAIL_TEXT FROM PS_AM_RET_APPR_HDR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DATE_SUBMITTED | Date(10) | DATE | Date Submitted |
2 | 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. |
3 | ORIGINATOR_ID | Character(30) | VARCHAR2(30) NOT NULL | Originator |
4 | APPR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Approval status flag used on appr_inst_log and derived records to track virtual approver status
A=Approved D=Denied P=Pending |
5 | APPROVER | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
6 | EMAIL_TEXT | Character(250) | VARCHAR2(250) NOT NULL | EMAIL TEXT |