BEN_FREQ_VW(SQL View) |
Index Back |
---|---|
Benefits Frequency ViewBEN_FREQ_VW is a view of the Frequency Table that returns only that subset of frequencies representing the standard rate types used as prompts in various benefits rate table recrods. |
SELECT FREQUENCY_ID ,EFFDT ,EFF_STATUS ,FREQUENCY_TYPE ,FREQ_ANNUAL_FACTOR ,DESCR50 FROM PS_FREQUENCY_TBL WHERE FREQUENCY_ID IN ('A','B','M','S','W') AND MAINT_RESPONSBLTY = 'P' |
# | 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 | EFFDT | Date(10) | DATE | Effective Date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
4 | 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 |
5 | 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. |
6 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |