BAS_STANDARD_VW(SQL View) |
Index Back |
---|---|
Standard Regulatory RegionsStandard regions used for regulatory edits. Used for prompt-edits for reg_region eligibility. Unlike REG_STANDARD_VW, this view does not have any operator restrictions on what can be viewed. |
SELECT R.REG_REGION, R.DESCR50, R.COUNTRY FROM PS_REG_REGION_TBL R, PS_REG_TRX_REGION T WHERE T.REG_TRX = 'STANDARD' AND T.REG_REGION = R.REG_REGION AND (R.REG_AVAIL = 'ALL' OR R.REG_AVAIL = 'GBL') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REG_REGION | Character(5) | VARCHAR2(5) NOT NULL | Regulatory Region |
2 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
3 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |