ProjectAwardDistributionsProjectAwardDistributionLines
This is a child resource of Project Award Distributions that provides the cost distribution records created by the Award Distribution process.
Columns
| Name | Type | Description |
| ProjectAwardDistributionsAwardDistributionId [KEY] | Long | Finds an award distribution based on the unique identifier. |
| AwardDistributionLineId [KEY] | Long | Unique identifier of the distribution line. |
| AwardDistributionId | Long | Unique identifier of the award distribution associated with the distribution line. |
| AwardDistributionStatus | String | Award distribution status indicator associated with the distribution line. |
| DenomRawCost | Decimal | Distributed raw cost upon applying the distribution percentage, in transaction currency. |
| DenomBurdenedCost | Decimal | Distributed burdened cost in transaction currency. |
| RawCostInProviderLedgerCurrency | Decimal | Distributed raw cost in provider ledger currency. |
| BurdenedCostInProviderLedgerCurrency | Decimal | Distributed burdened cost in provider ledger currency. |
| Quantity | Decimal | Quantity distributed upon applying the distribution percentage. |
| FundingSourceId | Long | Identifier of the contract funding source in the distribution rule that created the distribution line. |
| ContractId | Long | Identifier of the contract from the distribution rule that created the distribution line. |
| DistributionPercentage | Double | Percentage of the funding pattern distribution set rule. |
| DistBaseAmount | Decimal | Raw cost from the original transaction, in transaction currency. |
| DistDenomBurdenedCost | Decimal | Burdened cost from original transaction, in transaction currency. |
| DistBurdenedCostInProviderLedgerCurrency | Decimal | Burdened cost from the original transaction, in provider ledger currency. |
| DistRawCostInProviderLedgerCurrency | Decimal | Raw cost from original transaction, in provider ledger currency. |
| DistBaseQuantity | Decimal | Quantity from the original transaction. |
| DistributePatternRuleId | Long | Identifier of the funding pattern distribution set rule. |
| DistributeRuleSetNumber | Int | Number of the funding pattern distribution set. |
| DistributionSetPrecedence | Int | Order in which the distribution rules in the funding pattern distribution set must be applied. |
| CreatedBy | String | The user that created the record. |
| CreationDate | Datetime | The date when the record was created. |
| LastUpdateDate | Datetime | The date the record was last updated. |
| LastUpdatedBy | String | The user that last updated the record. |
| DistributePatternSetId | Long | Identifier of the distribution set that's the parent to the rule used to generate this line. |
| ValidationStatusCode | String | The distribution line validation code, indicating whether it passed project cost validation. |
| BudgetaryControlValueStatus | String | Budgetary control status of the distribution line, indicating whether it passed the check funds process. |
| FundingSourceName | String | The name of the funding source on the funding pattern distribution set rule. |
| FundingSourceNumber | String | The number of the funding source on the funding pattern distribution set rule. |
| DistributionSetName | String | The user-defined name of the distribution set. |
| AwardName | String | The name of the award on the funding pattern distribution set rule. |
| AwardNumber | String | The number of the award on the funding pattern distribution set rule. |
| Finder | String | finder |