RA_ATTRIBUTE

(SQL Table)
Index Back

Profile Fields

record containing Attributes / Profile Fields

  • Related Language Record: RA_ATTR_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RA_PROFILE_ID Number(18,0) DECIMAL(18) NOT NULL Profile - profile ID

    Prompt Table: RA_PROFILE

    2 RA_ATTRIBUTE_ID Number(18,0) DECIMAL(18) NOT NULL Profile / Attribute ID
    3 RA_ATTRIB_NAME Character(90) VARCHAR2(90) NOT NULL Profile - Attribute name
    4 RA_ATTRIB_TYPE Character(4) VARCHAR2(4) NOT NULL Profile - attribute type
    C1=Choose One
    C1R=Choose One (with Rating)
    CM=Choose Many
    DATE=Date
    DEC=Decimal
    FA=File
    INT=Integer
    LT=Text Block
    PRMT=Map Field Choice to Prompt
    TEXT=Text
    TIME=Time
    YN=Yes/No
    5 RA_ATTRIB_STATUS Character(3) VARCHAR2(3) NOT NULL Profile - attribute status
    ACT=Active
    DES=In Design
    INA=Inactivated
    UPD=Update

    Default Value: DES

    6 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description
    7 RA_ATTRIB_LENGTH Number(5,0) INTEGER NOT NULL Profile - Attribute length

    Default Value: 10

    8 RA_ATTRIB_INDEX Number(3,0) SMALLINT NOT NULL Profile - Attribute index
    9 RA_ATTRIB_IS_INDEX Character(1) VARCHAR2(1) NOT NULL Profile - Attribute index

    Y/N Table Edit

    Default Value: N

    10 RA_ATTRIB_QUESTION Character(1) VARCHAR2(1) NOT NULL Profile - Attribute question

    Y/N Table Edit

    Default Value: N

    11 RA_ATTRIB_FLDTYPE Character(4) VARCHAR2(4) NOT NULL Profile Attribute Field Data Type
    CHAR=Character
    LONG=Long Text Block
    NUM=Number - with decimal 0

    Default Value: NUM

    12 RA_ATTRIB_FLDNAME Character(18) VARCHAR2(18) NOT NULL Profile - Attribute field name

    Prompt Table: RA_DUMMY_PROMPT

    13 RA_ATTRIB_RECNAME Character(15) VARCHAR2(15) NOT NULL Profile - Attribute record name

    Prompt Table: RA_DUMMY_PROMPT

    14 RA_ATTRIB_PAREN_ID Number(18,0) DECIMAL(18) NOT NULL Profile Attribute Parent ID. This field is used for choose one dropdown filtering

    Prompt Table: RA_ATTRIBUTE

    15 EOCF_LIB_TERM_ID Number(31,0) DECIMAL(31) NOT NULL a library element that can be evaluated. NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements.
    16 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254
    17 RA_ATTRIB_UPDATE Character(1) VARCHAR2(1) NOT NULL Profile / Attribute - updateable?

    Y/N Table Edit

    Default Value: Y

    18 PROMPT_TABLE Character(15) VARCHAR2(15) NOT NULL Record Name

    Prompt Table: RA_RECDEFN_VW

    19 VALIDATION_RULE_ID Character(15) VARCHAR2(15) NOT NULL Validation Rule
    20 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    21 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    22 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    23 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    24 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
    25 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time