| COMP_RT_ERNS_VW(SQL View) | Index Back | 
|---|---|
| Earns Codes Vw - Comp RatesThis is the view used by comp rate codes processing that selects from PS_EARNINGS_TBL earnings codes where the payment type is not 'Units/Override Rate' or 'Flat Amount'. | 
| select A.ERNCD, A.EFFDT, A.EFF_STATUS, A.DESCR, A.PAYMENT_TYPE from PS_EARNINGS_TBL A where (A.PAYMENT_TYPE <> 'U' and A.PAYMENT_TYPE <> 'F') | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Earnings Code | |
| 2 | Date(10) | DATE | Effective Date | |
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL | Effective Status A=Active I=Inactive | 
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 5 | PAYMENT_TYPE | Character(1) | VARCHAR2(1) NOT NULL | Payment Type A=Amounts Only B=Both Hours and Amount OK E=Either Hours or Amount OK F=Flat Amount H=Hours Only S=Defined by Salary System U=Unit/Override Rate |