PC_VP_EFFDT_DT2(SQL View) |
Index Back |
---|---|
Rate Plan Effective Date ViewView gets effective date for Rate Plans. |
SELECT DISTINCT BUSINESS_UNIT , RATE_PLAN , EFFDT FROM PS_PC_RATE_PLAN_EF WHERE EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_VP | Character(5) | VARCHAR2(5) NOT NULL |
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 | VP_EFFECTIVE_DATE | Date(10) | DATE | Effective Date |