RA_PROVGRP_VW(SQL View) |
Index Back |
|---|---|
Provider Group Prompt ViewThis view will return all active Provider Groups. |
| SELECT PROVIDER_GRP_ID , NAME1 , SETID FROM PS_RF_PROVIDER_GRP WHERE STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(10) | VARCHAR2(10) NOT NULL | Identification number for the provider group. | |
| 2 | NAME1 | Character(50) | VARCHAR2(50) NOT NULL | Generic 50 character name field for storing names. |
| 3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |