BNE_OE_CONTEXT(SQL View) |
Index Back |
---|---|
Employment/Job Search for WebThis Search view is used to allow the user to select a specific Job (if multiple-job capability is turned on) by its Job Code or Job title, and thereby avoid the use of Empl_Rcd#. This view is mainly used by Web Self Service applications. |
SELECT A.EMPLID , O.OPRID ,'' ,0 ,'' FROM PS_PERSON A , PSOPRDEFN O WHERE A.EMPLID = O.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | SCHED_ID | Character(6) | VARCHAR2(6) NOT NULL | Schedule ID |
4 | BENEFIT_RCD_NBR | Number(3,0) | SMALLINT NOT NULL | Specifies a sequence number associated with each of multiple concurrent jobs for a one employee. It is used to determine the applicable benefit program for each job. The first job entered for an employee is automatically assigned a Benefit Record Number of zero (0). This field is linked with EMPL_RCD#, the Employment Record Number. |
5 | EVENT_ID | Number(6,0) | INTEGER NOT NULL | Event Identification |