PurchaseRequisitionslinesdistributionsprojectDFF
Captures project-specific descriptive flexfields for requisition line distributions, linking costs to project tasks or milestones.
Columns
| Name | Type | Description |
| PurchaseRequisitionsRequisitionHeaderId [KEY] | Long | The unique identifier for the requisition header associated with the project-specific descriptive flexfield (DFF) data, linking the DFF data to a specific requisition. Example: 1001 for Requisition Header 1001. |
| LinesRequisitionLineId [KEY] | Long | The identifier for the requisition line within the requisition header, linking the project DFF data to a specific requisition line. Example: 2001 for Line 1. |
| DistributionsRequisitionDistributionId [KEY] | Long | The unique identifier for the distribution associated with the requisition line, used to track the allocation of resources or costs. Example: 3001 for Distribution ID 3001. |
| DistributionId [KEY] | Long | The unique identifier for the requisition distribution, helping to track the allocation of goods, services, or costs within the requisition. Example: 4001 for Distribution 4001. |
| _FLEX_Context | String | The DFF context name, providing additional categorization or details specific to the project-related requisition distribution. Example: 'ProjectCost' or 'ResourceAllocation'. |
| _FLEX_Context_DisplayValue | String | The display value of the descriptive flexfield context, providing a human-readable version of the context. Example: 'Project Cost Allocation' or 'Resource Distribution'. |
| BindPreparerId | Long | The unique identifier for the preparer of the requisition line, linking the DFF data to the preparer’s information. Example: 123 for 'John Doe'. |
| BindRequisitionHeaderId | Long | The unique identifier for the requisition header, linking the project DFF data to the parent requisition. Example: 2001 for 'Requisition Header 2001'. |
| Finder | String | A placeholder used for searching and locating specific DFF data associated with the requisition distributions. Example: 'Search by Distribution ID'. |
| RequisitionHeaderId | Long | The identifier for the requisition header, linking the DFF data to the parent requisition record. Example: 1001 for Requisition Header 1001. |
| CUReferenceNumber | Int | The reference number that maps child aggregates (such as DFF data) to their parent requisition or requisition line, ensuring data integrity. Example: 2001 for 'Requisition Line 1'. |
| EffectiveDate | Date | The date from which the project-specific DFF data is considered effective. This date is used to filter records by their validity. Example: '2023-01-01' for data valid from the beginning of the year. |