TL_CALENDAR_VW(SQL View) |
Index Back |
---|---|
Calendar TableThis table is used to define time period calendar. At the time of conversion, customer has to identify the records of non-dynamic periods and only those records shall be moved in to this table. |
SELECT PERIOD_ID , START_DT ,PERIOD_TYPE , END_DT FROM PS_TL_CALENDAR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERIOD_ID | Character(12) | VARCHAR2(12) NOT NULL | Time Period ID |
2 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
3 | 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 Default Value: CO |
4 | END_DT | Date(10) | DATE | end date |