CA_RPLAN_VW_LG

(SQL View)
Index Back

Contract Rate Plans Language

This view defines the Contract Rate Plans Language

SELECT RPLAN.BUSINESS_UNIT , RPLAN.RATE_PLAN , RPLAN.RATE_PLAN_TYPE , LANG.LANGUAGE_CD , LANG.DESCR FROM PS_PC_RATE_PLAN RPLAN , PS_PC_RATE_PLAN_LG LANG WHERE RPLAN.RATE_PLAN_TYPE = 'C' AND %Join(COMMON_KEYS, PC_RATE_PLAN RPLAN, PC_RATE_PLAN_LG LANG)

  • Related Language Record for CA_RATE_PLAN_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT

    Prompt Table: SP_BU_PC_NONVW

    2 RATE_PLAN Character(15) VARCHAR2(15) NOT NULL Rate Plan - A Rate Plan will allow rate sets to be stacked on top of each other so that the output from one rate set can be used to create additional output from the next rate set. Rate Plans will replace existing Burden Plans in release 8.9. A Rate Plan could be tied to Project Type, Project, Activity or Contract line.
    3 RATE_PLAN_TYPE Character(1) VARCHAR2(1) NOT NULL Rate plan type determines whether a rate plan is created from Projects or Contracts.
    C=Contract
    R=Standard
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description