CS_CLAUTONBR_VW(SQL View) | 
Index Back | 
|---|---|
Doc Type AutoNum ViewSCC 11/28/05: Prompt for AutoNumbering for Document Type | 
| SELECT a.setid , a.num_type , a.beg_seq , a.descr FROM PS_AUTO_NUM_TBL a WHERE a.num_type='CLS' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | 
AUTO_NUM_INSTAL.  To enable a value in the Auto NUmber by Installation you need to add the value to the Record SearchInit Peoplecode in record AUTO_NUM_INSTAL
 Default Value: CONT  | 
|
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Beginning Sequence | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |