AUTO_NUM_INSTAL(SQL Table) |
Index Back |
---|---|
AutoNum By Doc By InstallationThis table stores detail information about the automatically assigned numbers, i.e. the beginning sequence, the maximum length of the auto-assigned numbers, and more. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | NUM_TYPE | 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 |
2 | BEG_SEQ | Character(3) | VARCHAR2(3) NOT NULL |
Beginning Sequence
Default Value: 000 |
3 | MAX_LENGTH | Number(2,0) | SMALLINT NOT NULL |
Maximum Length of Auto Number
Default Value: 10 |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | LAST_AUTO_NBR | Number(18,0) | DECIMAL(18) NOT NULL | Last Auto-Assigned Number |
6 | DEFAULT_BEG_SEQ | Character(1) | VARCHAR2(1) NOT NULL |
Default Auto Number
Y/N Table Edit Default Value: N |