AM_DISP_AF_LNVW(SQL View) |
Index Back |
---|---|
Asset disposal AF line viewAsset disposal AF line view |
SELECT DATE_SUBMITTED , DTTM_STAMP , ORIGINATOR_ID , BUSINESS_UNIT , ASSET_ID , APPR_STATUS FROM PS_AM_RETIRE_APPR |
# | 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
5 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
6 | 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 |