GM_BUD_HDR_VW3

(SQL View)
Index Back

Budget Header View 3

Begin/End Date for primary project budget where INCL_IN_PROPOSAL = 'Y'

select a.business_unit, a.proposal_id, a.version_id, a.begin_dt, a.end_dt from PS_GM_BUD_HDR a, ps_gm_prop_proj b where a.business_unit = b.business_unit and a.proposal_id = b.proposal_id and a.version_id = b.version_id and a.sub_prop_nbr = b.sub_prop_nbr and b.primary_flag = 'Y' and a.incl_in_proposal = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 PROPOSAL_ID Character(25) VARCHAR2(25) NOT NULL Proposal ID
3 VERSION_ID Character(7) VARCHAR2(7) NOT NULL Version ID
4 BEGIN_DT Date(10) DATE Begin Date
5 END_DT Date(10) DATE End Date