FPARK_HDCNT_VW(SQL View) |
Index Back |
|---|---|
Budgeted Year & Counting typeThis view retrieves the year and the counting type from the headcount per grade table. It is used in the French Public Sector functionalities. |
| SELECT DISTINCT FP_YEAR , FP_CNT_MODE FROM PS_FPARANK_HDCNT |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Year | |
| 2 | Character(1) | VARCHAR2(1) NOT NULL |
Counting Mode
B=Budget Headcount L=Statutory Headcount |