TAX_LOCVW_CAN(SQL View) |
Index Back |
---|---|
Active Tax Location Codes - CNSelects active tax location codes from the Tax Location table. |
select distinct a.tax_location_cd, a.descr from ps_tax_location1 a, PS_TAX_LOCATION2 b where a.eff_status='A' and a.tax_location_cd=b.tax_location_cd and a.country='CAN' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TAX_LOCATION_CD | Character(10) | VARCHAR2(10) NOT NULL | Tax Location Code |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |