EG_REASON_CD_VW

(SQL View)
Index Back

Engineering Reason Code View

02/03/1998: Saritha: Assigned Related LangTable ='REASON_CD_LNG' 2/13/98 RS : RL View Type OTH A 06/07/00 rml Make this prompt table work the same way as eg_action_cd. SETID field - uncheck List box; REASON_CD - check Search Key; DESCR - check alternate search key

SELECT setid , reason_type , reason_cd , effdt , eff_status , descr50 , descrlong FROM PS_REASON_CD WHERE reason_type = '13'

  • Related Language Record: REASON_CD_LNG
  • # 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

    2 REASON_TYPE Character(4) VARCHAR2(4) NOT NULL Reason Type
    3 REASON_CD Character(10) VARCHAR2(10) NOT NULL Reason Code
    4 EFFDT Date(10) DATE NOT NULL Effective Date
    5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    6 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    7 DESCRLONG Long Character CLOB Long Description