FO_RES_SUM_VW3(SQL View) |
Index Back |
|---|---|
FO_RES_SUM_VWStaffing Front Office Recruiting Funnel Resource Request Summary This view selects the order lines which have candidates with considering <> Y |
| SELECT DISTINCT A.SO_ID , A.SO_LINE , 0 FROM PS_FO_SO_LINE_MTCH A , PS_FO_SO_LINE_MTCH B WHERE B.FO_FUN_UCONS <> 'Y' AND B.SO_ID = A.SO_ID AND B.SO_LINE = A.SO_LINE GROUP BY A.SO_ID, A.SO_LINE, A.MATCH_LINE_NBR |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID | |
| 2 | Number(3,0) | SMALLINT NOT NULL | Line Number | |
| 3 | MATCH_LINE_NBR | Number(4,0) | SMALLINT NOT NULL | Match Line Number |