DST_CODE_TRNLVW(SQL View) |
Index Back |
|---|---|
AR Distribution Codes |
| SELECT A.setid , A.dst_id , A.language_cd , A.effdt , A.descr FROM PS_DST_CODE_LG A , PS_DST_CODE_TBL B WHERE A.setid = B.setid AND A.dst_id = B.dst_id AND A.effdt = B.effdt AND B.dst_use = 'TWC' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | DST_ID_TRAN_CTL | Character(10) | VARCHAR2(10) NOT NULL | 10 character value used to identify the transfer worksheet control distribution code. |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | Date(10) | DATE | Effective Date | |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |