WCS_SO_TIME(SQL Table) |
Index Back |
---|---|
Length of Time SourcesTable holds source definition fields specific to Time sources. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SOURCE_ID | Character(30) | VARCHAR2(30) NOT NULL | This is used to identify a defined input source for a Configurable Matrix. A Source is a named item with data type attributes and resolution rules. The resolution rules tell the Source how, given an orientation, the Source should dynamically determine it's own value for use in a Matrix lookup. |
2 | SOURCE_TYPE_ID | Character(10) | VARCHAR2(10) NOT NULL |
Source type classifies sources. It identifies the application class that has the code for the source. It also identifies the design time page.
Prompt Table: WCS_SOURCE_TYPE |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | SOURCE_TIME_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Identifies the type of time calculation for sources that calculate time intervals.
CURR=Start in Current Job GRAD=Start in Current Grade HIRE=Hire Date LSTI=Date of Last Increase LSTV=Date of Last Var Comp Award POSN=Start in Current Position SEND=Seniority Date SPEC=Specific Date STEP=Start in Current Step TERM=Termination Date |
5 | SOURCE_TIME_FREQ | Character(4) | VARCHAR2(4) NOT NULL |
Frequency in which the system should calculate the length of time.
DAY=Days HOUR=Hours MNTH=Months WEEK=Weeks Default Value: MNTH |
6 | SOURCE_TIME_ROUND | Character(4) | VARCHAR2(4) NOT NULL |
Rounding rules for length of time source calculations.
ANNV=Anniversary THRE=Threshold |
7 | SPECIFIED_DT | Date(10) | DATE | Specified Date |
8 | THRESHOLD_DAYS | Number(3,0) | SMALLINT NOT NULL | Threshold (days) |