FO_RES_SUM_VW5(SQL View) |
Index Back |
|---|---|
FO_RES_SUM_VWStaffing Front Office Recruiting Funnel Resource Request Summary This view summarizes for each order line the number of candidates that have considering = 'Y' |
| SELECT A.SO_ID , A.SO_LINE , SUM(A.MATCH_LINE_NBR) FROM PS_FO_RES_SUM_VW4 A GROUP BY A.SO_ID , A.SO_LINE |
| # | 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 |