OrganizationAssignmentChangesCosting
Retrieves costing organization details related to an organization assignment change, ensuring accurate cost allocation.
Table Specific Information
Select
The Workday driver requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesCosting WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves the costing organizations for the specified organization assignment change ID. Costing organizations include: Grants, Funds, Programs, and Gifts.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Grant, Fund, Program, Gift
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the organization assignment change process, required for tracking modifications in costing assignments. |
| Fund_Descriptor | String | False |
A user-friendly description of the fund associated with the assignment change, providing insight into the specific financial resource being allocated. |
| Fund_Href | String | False |
A direct URL linking to the fund instance in Workday, enabling users to access detailed financial information related to the fund. |
| Fund_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the fund associated with the assignment change, ensuring accurate financial tracking. |
| Gift_Descriptor | String | False |
A user-friendly description of the gift associated with the assignment change, indicating any allocated philanthropic contributions or endowments. |
| Gift_Href | String | False |
A direct URL linking to the gift instance in Workday, providing access to donation records and related financial details. |
| Gift_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the gift associated with the assignment change, ensuring traceability of financial contributions. |
| Grant_Descriptor | String | False |
A user-friendly description of the grant associated with the assignment change, outlining externally or internally funded financial allocations. |
| Grant_Href | String | False |
A direct URL linking to the grant instance in Workday, allowing users to access information on grant funding sources and allocations. |
| Grant_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the grant associated with the assignment change, enabling structured financial tracking. |
| Program_Descriptor | String | False |
A user-friendly description of the program associated with the assignment change, providing details about the specific initiative or financial category. |
| Program_Href | String | False |
A direct URL linking to the program instance in Workday, allowing users to navigate to relevant financial program details. |
| Program_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the program associated with the assignment change, ensuring accurate classification and financial reporting. |