RC_SOLN_OWNR_WF(SQL View) |
Index Back |
---|---|
Solution Owner WorkflowSolution Owners who are indicated to have Workflow capability |
SELECT a.setid , a. solution_id , b.person_id FROM PS_RC_SOLUTION a , ps_rc_soln_ctntmem b , ps_rd_person c WHERE a.setid=b.setid AND a.rc_soln_ownerid = b.rc_soln_ownerid AND b.person_id = c.person_id AND c.pref_wf_route_mthd IN ('B', 'W') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | SOLUTION_ID | Number(15,0) | DECIMAL(15) NOT NULL | Solution ID |
3 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |