GP_FREQ_PRD_VW2(SQL View) |
Index Back |
---|---|
Frequency/Period ViewDisplays the frequencies, their descriptions and descrshorts that are associated with a calendar period. Used as a prompt on the GP_AUTO_CAL record. |
SELECT DISTINCT A.FREQUENCY_ID , B.DESCR50 ,B.DESCRSHORT FROM PS_GP_CAL_PRD A , PS_FREQUENCY_TBL B WHERE B.FREQUENCY_ID = A.FREQUENCY_ID AND B.EFFDT = ( SELECT MAX(C.EFFDT) FROM PS_FREQUENCY_TBL C WHERE C.FREQUENCY_ID = A.FREQUENCY_ID) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FREQUENCY_ID | Character(5) | VARCHAR2(5) NOT NULL | Defines a frequency and a set of parameters used for frequency conversion. Typically, these frequencies reflect how often an event occurs. Some examples are compensation frequency and pay frequency. |
2 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |