WCS_ORG_CYC_VW

(SQL View)
Index Back

Cycle Definition Tables View

View contains union of WCS_ECM_CYC_SAL and WCS_ECM_CYC_VC tables, used in the Organization Summay Grid on the WCS_ECM_MSS_SUM page.

SELECT BUDGET_ID , BUDGET_START_DT , SEQNUM , ' ' , PRIORITY , WCS_AR_NAME FROM PS_WCS_ECM_CYC_ACT UNION SELECT BUDGET_ID , BUDGET_START_DT , 0 , VC_PLAN_ID , 0 , DESCR20 FROM PS_WCS_ECM_CYC_VC

  • Related Language Record: WCS_ORG_CYCVLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUDGET_ID Character(10) VARCHAR2(10) NOT NULL Budget ID
    2 BUDGET_START_DT Date(10) DATE NOT NULL Budget Start Date
    3 SEQNUM Number(3,0) SMALLINT NOT NULL Sequence Number

    Default Value: 1

    4 VC_PLAN_ID Character(10) VARCHAR2(10) NOT NULL VC Plan ID

    Prompt Table: VC_PLAN_TBL

    5 PRIORITY Number(3,0) SMALLINT NOT NULL Priority
    6 DESCR20 Character(20) VARCHAR2(20) NOT NULL Description