HR_SRCH_POS_VW(SQL View) |
Index Back |
---|---|
Position Data ViewView built to fetch current EFFDT rows from Position Data. This view will be used in Component search for Job Data. |
SELECT A.POSITION_NBR , A.EFFDT , A.DESCR , A.LASTUPDDTTM FROM PS_POSITION_DATA A WHERE A.Effdt=( SELECT MAX(B.Effdt) FROM PS_POSITION_DATA B WHERE A.POSITION_NBR=B.POSITION_NBR AND B.EFFDT<=%CurrentDateIn) AND A.EFF_STATUS='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | POSITION_NBR | Character(8) | VARCHAR2(8) NOT NULL | Position Number |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | LASTUPDDTTM | 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. |