GPUS_PRSRCH_VW(SQL View) |
Index Back |
---|---|
GPUS_STPRORULEGPUS_STPRORULE |
SELECT A.GPUS_LAWSRC , A.GPUS_GRN_TYPE , A.EFFDT , A.GPUS_PIN_PROFM_NUM , B.PIN_NM , A.DESCR , A.DESCRSHORT , A.DESCRLONG FROM PS_GPUS_GRN_PRORUL A , PS_GP_PIN B WHERE A.GPUS_PIN_PROFM_NUM = B.PIN_NUM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GPUS_LAWSRC | Character(6) | VARCHAR2(6) NOT NULL |
GPUS_LAWSRC
Prompt Table: GPUS_STATE_VW |
2 | 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 |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | GPUS_PIN_PROFM_NUM | Number(8,0) | INTEGER NOT NULL |
Proration Formula PIN Number
Prompt Table: GPUS_FM_VW |
5 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
8 | DESCRLONG | Long Character | CLOB | Long Description |