PAY_FREQ_VW_LNG(SQL View) |
Index Back |
---|---|
Pay Frequency Language RecordThis is the related language record of Pay Frequency Table view. |
SELECT B.FREQUENCY_ID ,B.LANGUAGE_CD ,B.EFFDT ,B.DESCR50 ,B.DESCRSHORT FROM PS_FREQUENCY_TBL A , PS_FREQ_TBL_LANG B WHERE A.FREQUENCY_ID = B.FREQUENCY_ID AND A.MAINT_RESPONSBLTY = 'P' AND A.FREQUENCY_TYPE IN ('W', 'B', 'S', 'M', 'A', 'D', 'Q') |
# | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %Date |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |