DST_CNTRL_VW

(SQL View)
Index Back

AP Acctg Entry Template View


SELECT a.setid , a.dst_cntrl_id , b.effdt , b.eff_status , a.descr , a.descrshort FROM PS_DST_CNTRL_HDR a , ps_dst_cntrl_tbl b WHERE a.SETID = b.SETID AND a.DST_CNTRL_ID = b.DST_CNTRL_ID AND b.EFF_STATUS = 'A' AND b.EFFDT = ( SELECT MAX(c.EFFDT) FROM PS_DST_CNTRL_TBL c WHERE c.SETID = a.SETID AND c.DST_CNTRL_ID = a.DST_CNTRL_ID AND c.EFFDT <= %CurrentDateIn)

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

    2 DST_CNTRL_ID Character(10) VARCHAR2(10) NOT NULL Accounting Template
    3 EFFDT Date(10) DATE Effective Date
    4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description