RF_REG_LNG_VW(SQL View) |
Index Back |
---|---|
RegionRelated Language - Returns active regions of type Geography. |
SELECT a.REGION_CATEGORY , a.REGION_ID , a.LANGUAGE_CD , a.DESCR FROM PS_RB_REGION_LNG a WHERE a.REGION_CATEGORY = 'GEOG' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REGION_CATEGORY | Character(4) | VARCHAR2(4) NOT NULL |
Region Category
GEOG=Geography NMGT=Number Management PROD=Product Sales TERR=Territory Assignment |
2 | REGION_ID | Character(15) | VARCHAR2(15) NOT NULL | This field stores the region id value. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |