AV_MTVTN_MB2_VW(SQL View) |
Index Back |
|---|---|
Motivation Membership ViewContains all valid membership motivations for the GP module Created as a copy of AV_MTVTN_MBR_VW. Created so AV_MTV_MBR_VW could go in record Group AV_01_MBR and this view AV_MTVTN_MB2_VW could go in record Group AV04_INTV. |
| SELECT A.SETID , A.MOTIVATION_CD , A.EFFDT , A.EFF_STATUS , A.DESCR FROM PS_AV_MTVTN_TBL A WHERE A.APPEAL_MBRSHIP = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(9) | VARCHAR2(9) NOT NULL | Appeal Code | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |