| HRS_FREQUENCY_I(SQL View) | Index Back | 
|---|---|
| Frequency Interface ViewFrequency Interface View | 
| SELECT A.FREQUENCY_ID , A.EFFDT , A.EFF_STATUS , A.DESCR50 , A.DESCRSHORT , A.FREQUENCY_TYPE , A.FREQ_ANNUAL_FACTOR FROM PS_FREQUENCY_TBL A | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | 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 | Date(10) | DATE NOT NULL | Effective Date Default Value: %Date | |
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL | Effective Status A=Active I=Inactive Default Value: A | 
| 4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 | 
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description | 
| 6 | FREQUENCY_TYPE | Character(1) | VARCHAR2(1) NOT NULL | Indicates the type of a frequency ID. A=Annual B=Biweekly C=Contract D=Daily F=Every Four Weeks H=Hourly M=Monthly Q=Quarterly S=Semimonthly W=Weekly | 
| 7 | FREQ_ANNUAL_FACTOR | Number(12,7) | DECIMAL(11,7) NOT NULL | Specifies the factor used for annualization/deannualization in a frequency conversion. The Frequency Annualization Factor is expressed in times per year. |