AUTO_NUMFLD_TBL(SQL Table) |
Index Back |
---|---|
Auto-Assigned Nbrs Parent TblThis table sets up the parent for auto-assigned numbers. This table defines the SetID, the numbering type (sales order, quotation, product ID, etc). Under this table users will set up the actual sequences and number ranges. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | 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 |
3 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: PSDBFLD_LENGTH |