TL_PER_DIST_VW(SQL View) |
Index Back |
---|---|
Time Periods ViewTime Periods View |
SELECT period_id , PERIOD_TYPE ,descr FROM PS_TL_TIME_PERIODS WHERE PERIOD_TYPE >= 'A' AND PERIOD_TYPE < 'Z' AND period_id < 'Z' GROUP BY period_type ,period_id ,descr |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERIOD_ID | Character(12) | VARCHAR2(12) NOT NULL | Time Period ID |
2 | PERIOD_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Identifies the type of time period, which impacts the parameters used to define the time period as well as the logic used to generate the resulting calendar.
CO=Complex FD=Daily FM=Monthly FW=Weekly RE=Repeating |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |