PSKEYDEFN

(SQL Table)
Index Back

Key in Index Definition

  • Parent record: PSINDEXDEFN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
    2 INDEXID Character(1) VARCHAR2(1) NOT NULL Index Identifier
    3 KEYPOSN Number(3,0) SMALLINT NOT NULL Key Position
    4 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
    5 ASCDESC Number(1,0) SMALLINT NOT NULL Ascending/Descending
  • 1 = Ascending order
  • 0 = Descending order
    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.