GPUS_GRN_PRO_VW(SQL View) |
Index Back |
---|---|
Proration ViewProration Rules View |
SELECT A.EFFDT , A.GPUS_LAWSRC ,A.GPUS_GRN_TYPE , A.GPUS_PIN_PROFM_NUM , B.PIN_NM , B.DESCR FROM PS_GPUS_GRN_PRORUL A , PS_GP_PIN B WHERE A.GPUS_PIN_PROFM_NUM = B.PIN_NUM AND B.PIN_CATEGORY = 'GPR' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
2 | GPUS_RLAWSRC | Character(6) | VARCHAR2(6) NOT NULL | GPUS_LAWSRC |
3 | GPUS_GRN_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
GPUS_GARNTYPE
10=Child Support 20=Dependent Support 30=Spousal Support 40=Tax Levy 50=Creditor Garnishment 60=Student Loan 70=Chapter 13 Bankruptcy 80=AWG - Wage Garnishment 90=Wage Assignment |
4 | GPUS_PIN_PROFM_NUM | Number(8,0) | INTEGER NOT NULL | Proration Formula PIN Number |
5 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |