AM_SS_AF_HVW

(SQL View)
Index Back

Self Service AF header view

Self Service AF header view

SELECT BUSINESS_UNIT , ASSET_ID , DTTM_STAMP , OPRID , AM_ASSET_RQST_CODE , AM_APPROVAL_STATUS FROM PS_AM_MY_ASSET_REQ WHERE AM_APPROVAL_STATUS IN ('0','3')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_AM_NONVW

2 ASSET_ID Character(12) VARCHAR2(12) NOT NULL Asset Identification
3 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.
4 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
5 AM_ASSET_RQST_CODE Character(1) VARCHAR2(1) NOT NULL This field is used to indicate the request code when an employee's asset is being submited to his/her manager for review.
0=OK. No change necessary
1=Asset Not Assigned to Me
2=Asset Lost or Stolen
3=Transfer Asset
4=Move to another location

Default Value: 0

6 AM_APPROVAL_STATUS Character(1) VARCHAR2(1) NOT NULL This field is used to indicate the 'My Asset' update status.
0=Pending
1=Approved
2=Denied
3=Held

Default Value: 0