RC_LOCATION_VW1(SQL View) |
Index Back |
---|---|
Location ViewLocation View. Used in BO Search Setup |
SELECT A.BO_ID , C.LOCATION , C.DESCR FROM PS_RD_PERSON A , PS_RC_WRKR_JOB B , PS_LOCATION_TBL C WHERE A.PERSON_ID = B.PERSON_ID AND B.SETID_LOCATION = C.SETID AND B.LOCATION = C.LOCATION AND C.EFFDT = ( SELECT MAX(A1.EFFDT) FROM PS_LOCATION_TBL A1 WHERE C.SETID = A1.SETID AND C.LOCATION = A1.LOCATION AND A1.EFFDT <= %CurrentDateIn AND A1.EFF_STATUS = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | LOCATION | Character(15) | VARCHAR2(15) NOT NULL | This field stores the Location Code. |
3 | RC_LOC_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Descripton of the Location to be displayed in helpdesk page. |