DST_CNTL_HDR_VW

(SQL View)
Index Back

AP Acctg Entry Template VW


SELECT a.setid , a.dst_cntrl_id , 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 b.setid = c.setid AND b.dst_cntrl_id = c.dst_cntrl_id AND c.effdt <= %CurrentDateIn)

# 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 DST_CNTRL_ID Character(10) VARCHAR2(10) NOT NULL Accounting Template
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description