GPGB_ADJ_FRQ_VW(SQL View) |
Index Back |
---|---|
EDI Adj Component FreqID ViewServes as a prompt table for FREQUENCY_ID field while adding/modifying rows in GPGB_EDI_ADJ component. |
SELECT FREQUENCY_ID , DESCR50 FROM PS_FREQUENCY_TBL WHERE FREQUENCY_ID IN ('A', 'B', 'F', 'M', 'Q', 'W') AND EFF_STATUS = 'A' |
# | 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 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |