| REGN_BASE_SRCH(SQL View) | Index Back | 
|---|---|
| Region Base Node Search ViewThis view prompts for the lowest-level regions on the Region tree. | 
| SELECT A.SETID ,B.REGION ,B.EFFDT ,B.EFF_STATUS ,B.DESCR FROM PS_REGN_BASE_ND_VW A ,PS_REGION_TBL B WHERE B.SETID = A.SETID AND B.REGION = A.TREE_NODE AND B.EFFDT <= A.TREE_EFFDT AND A.TREE_EFFDT <=%CURRENTDATEIN | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID Prompt Table: SETID_TBL | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Region Prompt Table: REGION_TBL | |
| 3 | Date(10) | DATE NOT NULL | Effective Date Default Value: %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 |