AVACTNSTAVWLNG

(SQL View)
Index Back

Action status codes.

Selects the action status codes applicable to the selected constituent. This view is used to restrict codes that appear to those assigned to a constituents actions.

SELECT DISTINCT A.INSTITUTION , A.EMPLID , A.EXT_ORG_ID , A.ACTN_STAT_CD , LANGUAGE_CD , B.DESCRSHORT , B.DESCR FROM PS_AV_CNST_ACTN A , PS_AV_ACTN_STA_LNG B WHERE A.ACTN_STAT_CD=B.ACTN_STAT_CD

  • Related Language Record for AV_ACTN_STA_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
    2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    3 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID
    4 ACTN_STAT_CD Character(3) VARCHAR2(3) NOT NULL Action Status
    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: AV_ACTN_STA_TBL.DESCR

    7 DESCR Character(30) VARCHAR2(30) NOT NULL Description