AM_RET_APPR_VW

(SQL View)
Index Back

RETIREMENT REQUEST


SELECT A.ORIGINATOR_ID , A.DATE_SUBMITTED , A.DTTM_STAMP FROM PS_AM_RET_APPR_HDR A WHERE A.APPR_STATUS IN ('P',' ') AND EXISTS ( SELECT 'X' FROM PS_AM_RETIRE_APPR B WHERE A.ORIGINATOR_ID = B.ORIGINATOR_ID AND A.DATE_SUBMITTED = B.DATE_SUBMITTED AND A.DTTM_STAMP = B.DTTM_STAMP AND B.APPR_STATUS IN ('P',' '))

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 ORIGINATOR_ID Character(30) VARCHAR2(30) NOT NULL Originator
2 DATE_SUBMITTED Date(10) DATE Date Submitted
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.