RGNCD_GTRNVWLNG(SQL View) |
Index Back |
---|---|
Region Cd Trnspt RL ViewThis is a Related Language view on the Region Code table for all the REGNCD% TRN type views. |
SELECT a.setid , a.region_cd , a.effdt , a.language_cd , a.descr FROM ps_region_cd_lng a , PS_REGNCD_GBTRN_VW r WHERE r.setid = a.setid AND r.region_cd = a.region_cd AND r.effdt = a.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL |
Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
Prompt Table: REGION_CD |
3 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |