PwsProjectPlccMappingCostCenter

Overview

This data structure contains information on how a project routes its revenue and expenses. The routing covers time revenue, resource direct cost (RDC), subcontractor RDC expense, ODC expense and ODC revenue. A collection of one or more of these mapping structures forms the overall PLCC mappings for a Project. Revenue and expenses in the aforementioned categories can be split in any way desired across the engagement cost center, the resource cost center and zero or more specific cost centers.

Format


PwsProjectPlccMappingCostCenter
  • PwsProjectPlccMappingCostCenter
    • AllocationFraction: Double
    • CostCenterIdentity: PwsCostCenterRef
    • CostCenterType: String (1)
    • GlccOverride: String (159)
    • MappingType: String (4)


Element

Element

Data Type

Required?

Description

Sample Data

AllocationFraction

Double

On Insert: Yes

On Update: Yes

The percentage of revenue or expense that is routed to this cost center.

0.6

CostCenterIdentity

PwsCostCenterRef

On Insert: No

On Update: No

If this mapping is for a specific cost center (CostCenterType = "S"), this identifies the cost center.


CostCenterType

String (1)

On Insert: Yes

On Update: Yes

The type of the cost center that revenue or expense is routed to:

"E" for engagement cost center

"R" for resource cost center

"S" for specific cost center

E/R

GlccOverride

String (159)

On Insert: No

On Update: No

Set this value to override cost center mapping for this cost center.

CC-US

MappingType

String (4)

On Insert: Yes

On Update: Yes

The type of revenue or expense that this mapping record applies to:

"OE" for ODC expense

"OR" for ODC revenue

"RDC" for resource direct cost (RDC)

"SRDC" for subcontractor RDC expense

"TR" for time revenue

TR


Usage Example(s)


Example 01
						<b:PwsProjectPlccMappingCostCenter>
                           <b:AllocationFraction>0.6</b:AllocationFraction>
                           <b:CostCenterIdentity i:nil="true"/>
                           <b:CostCenterType>E</b:CostCenterType>
                           <b:GlccOverride>CC-US1</b:GlccOverride>
                           <b:MappingType>TR</b:MappingType>
                        </b:PwsProjectPlccMappingCostCenter>