REGN_BASE_RG_VW(SQL View) |
Index Back |
---|---|
Region Base Node Region ViewThis view prompts for the lowest-level regions on the Region tree. |
SELECT DISTINCT A.SETID ,B.REGION ,A.TREE_NODE_NUM FROM PS_REGN_BASE_ND_VW A ,PS_REGION_TBL B WHERE B.SETID = A.SETID AND B.REGION = A.TREE_NODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
2 | REGION | Character(10) | VARCHAR2(10) NOT NULL |
Region
Prompt Table: REGION_TBL |
3 | TREE_NODE_NUM | Number(10,0) | DECIMAL(10) NOT NULL | Internal beginning node range number |