PROD_AN_VW(SQL View) |
Index Back |
|---|---|
Product AutoNum ViewUsed as view for Product Auto Number |
| SELECT A.SETID ,A.BEG_SEQ ,A.DESCR FROM PS_AUTO_NUM_TBL A WHERE A.NUM_TYPE='PROD' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Beginning Sequence | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |