RS_RESRC_TEMPLT

(SQL Table)
Index Back

Qualification Profiles

This is the parent table to store qualification profiles.

  • Related Language Record: RS_RESRC_TE_LNG
  • Parent Record Of RS_TMPLT_COMP RS_TMPL_ACMPDEG RS_TMPL_ACMPLIC RS_TMPL_ACMPLNG RS_TMPL_ACMPMEM
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 SYSTEM_SOURCE Character(3) VARCHAR2(3) NOT NULL Identifies the application or source system that generated a journal entry. Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values. SUJ---Included a label as Product. Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.

    Default Value: RS

    3 RS_RESRC_TEMPLT_ID Character(10) VARCHAR2(10) NOT NULL Resource Template ID
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 COMMENTS_2000 Long Character CLOB Comment Text
    6 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    7 RS_RESRC_DEF_TMPLT Character(1) VARCHAR2(1) NOT NULL This field will be used to mark Resource Qualification Profile as a default profile to be loaded for Express Search.

    Y/N Table Edit

    Default Value: N

    8 OPRID_ENTERED_BY Character(30) VARCHAR2(30) NOT NULL Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes