PTKEYDEFN(SQL Table) |
Index Back |
|---|---|
Key in Index Definition |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). | |
| 2 | Character(1) | VARCHAR2(1) NOT NULL | Index Identifier | |
| 3 | KEYPOSN | Number(3,0) | SMALLINT NOT NULL | Key Position |
| 4 | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). | |
| 5 | ASCDESC | Number(1,0) | SMALLINT NOT NULL |
Ascending/Descending PeopleSoft removed decending indexes in PT8.54 (due to Oracle Bug #869177 on Oracle 8i), reintroduced them in PT8.48, and finally removed them again in PT8.54. |