COUNTER_TBL(SQL Table) |
Index Back |
---|---|
Table to store counters for IDthis is table to store last sequence number |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTER_NAME | Character(30) | VARCHAR2(30) NOT NULL | Counter Name |
2 | COUNTER_VALUE | Number(18,0) | DECIMAL(18) NOT NULL | Counter Value |