DST_CODE_CTL_VW(SQL View) |
Index Back |
|---|---|
AR Distribution Codes |
| SELECT setid ,dst_id ,effdt ,eff_status ,descr FROM PS_DST_CODE_TBL WHERE dst_use = 'MWC' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | 10 character value used to identify the maintenance worksheet control distribution code. | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |