PERS_SRCH_QRY(SQL View) |
Index Back |
---|---|
Core VW: PERS_SRCH for QueryPERS_SRCH_QRY is used as the Query Security Record based on PERS_SRCH_GBL. It returns only one row per employee and no Future dated only people (ie future dated hires). |
SELECT DISTINCT OPR.OPRID , SEC.EMPLID FROM %Sql(SCRTY_PER_FROM) WHERE %Sql(SCRTY_NO_APPT1) AND SEC.FUTURE_FLG <> 'Y' AND %Sql(SCRTY_WHERE, 'PPLJOB' ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |