Get insights for all programs

get

/fscmRestApi/resources/11.13.18.05/projectProgramInsights

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables

    • PrimaryKey Finds the program or project insights for the specified primary keys.
      Finder Variables
      • ObjectId; integer; The unique identifier of the program or project.
      • ObjectParentId; integer; The unique identifier of the parent program.
      • ObjectType; string; Identifies whether the record is for a program or a project. Valid values are PROGRAM and PROJECT.
      • TreeStructureId; integer; The unique identifier of the program hierarchy structure.
    • findByCurrencyCode Finds the program performance up to the current period and for the specified currency.
      Finder Variables
      • CurrencyCode; string; The currency code for the monetary performance measures. A list of accepted values is available from the Program User Preferences API.
      • IncludePerformanceMeasuresFlag; string; Indicates whether the performance measure values are returned. If true, then the values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region.
    • findByIncludePerformanceMeasureFlag Finds the program hierarchical structures and, if enabled, performance measures.
      Finder Variables
      • IncludePerformanceMeasuresFlag; string; Indicates whether the performance measure values are returned. If true, then the values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region.
    • findByObjectType Finds either programs or projects.
      Finder Variables
      • ObjectType; string; Identifies whether the record is for a program or a project. Valid values are PROGRAM and PROJECT.
    • findByPeriodName Finds the program performance in the default currency up to the specified period.
      Finder Variables
      • AsOfPeriodName; string; The name of the program calendar period. It's the period for period-to-date measures. Year-to-date and inception-to-date measures are up-to this period.
      • IncludePerformanceMeasuresFlag; string; Indicates whether the performance measure values are returned. If true, then the values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region.
    • findByProgramHierarchies Finds the program hierarchical structures using the program relationships to other programs and up to one project assignment.
      Finder Variables
      • AncestorProgramId; string; The unique identifier of the root program in the program hierarchy structure.
      • AsOfPeriodName; string; The name of the program calendar period. It's the period for period-to-date measures. Year-to-date and inception-to-date measures are up-to this period.
      • CurrencyCode; string; The currency code for the monetary performance measures. A list of accepted values is available from the Program User Preferences API.
      • IncludePerformanceMeasuresFlag; string; Indicates whether the performance measure values are returned. If true, then the values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region.
      • ObjectType; string; Identifies whether the record is for a program or a project. Valid values are PROGRAM and PROJECT.
      • ProgramContext; string; Find programs based on status and ownership. Use A for user owned or contributed active programs, P for active public programs, and C for closed programs.
      • SearchKeyword; string; The keywords indicating the name or number of the programs or projects to be searched. The acceptable list of keywords can include multiple entries, which should be separated by three hash symbols.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ACBudgetLaborCost; number; The total at completion for the labor cost from the current baseline budget.
    • ACBudgetMargin; number; The total-at-completion value for the current baseline budget revenue minus the current baseline budget cost.
    • ACCurrentandOriginalBudgetCostVariancePercentage; number; The percentage at completion for the current baseline budget cost minus the original baseline budget cost, divided by the current baseline budget cost.
    • ACDurationinDays; number; The total at completion for the days from the start date.
    • ACOriginalBudgetCost; number; The total at completion for the burdened cost from the original baseline budget.
    • ACOriginalBudgetLaborEffortinHours; number; The total at completion for the labor effort from the original baseline budget.
    • ACOriginalBudgetandActualCostVariance; number; The total at completion for the original baseline budget cost minus the actual cost.
    • ACOriginalBudgetandEACForecastCostVariance; number; The total at completion for the original baseline budget cost minus the estimate-at-completion for the current approved forecast cost.
    • ACOriginalBudgetandEACForecastMarginVariance; number; The total at completion for the original baseline budget margin minus the estimate-at-completion for the current approved forecast margin.
    • ACOriginalBudgetandEACForecastRevenueVariance; number; The total at completion for the original baseline budget revenue minus the estimate-at-completion for the current approved forecast revenue.
    • ActualWorkPlanEffortinHours; number; The actual effort worked for a work plan.
    • AmountToBill; number; Amount to bill.
    • AsOfPeriodEndDate; string; The end date for the program calendar period. The period with this end date is the as-of-period for the measure time dimension.
    • AsOfPeriodName; string; The name of the program calendar period. The period with this name is the as-of-period for the measure time dimension.
    • AsOfPeriodStartDate; string; The start date for the program calendar period. The period with this start date is the as-of-period for the measure time dimension.
    • AssessmentCode; string; The code that represents the program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • AssessmentMeaning; string; The program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • CostPerformanceIndex; number; The earned value divided by the actual cost.
    • CreatedBy; string; The user who created the record.
    • CreationDate; string; The date when the record was created.
    • CurrencyCode; string; The currency code for the monetary performance measures. A list of accepted values is available from the Program User Preferences API.
    • Description; string; The description of the program or project.
    • EACBudgetCost; number; The total at completion for the burdened cost from the current baseline budget.
    • EACBudgetLaborEffort; number; The total at completion for the labor effort from the current baseline budget.
    • EACBudgetRevenue; number; The estimate-at-completion value for the revenue from the current baseline budget.
    • EACCurrentandOriginalBudgetMarginVariance; number; The estimate-at-completion for the current baseline budget margin minus the original baseline budget margin.
    • EACCurrentandOriginalBudgetRevenueVariance; number; The estimate-at-completion for the current baseline budget revenue minus the original baseline budget revenue.
    • EACCurrentandPreviousForecastCostVariance; number; The estimate-at-completion for the current approved forecast burdened cost minus the previously approved forecast burdened cost.
    • EACCurrentandPreviousForecastLaborEffortVariance; number; The estimate-at-completion for the current approved forecast labor effort minus the previously approved forecast labor effort.
    • EACCurrentandPreviousForecastMarginVariance; number; The estimate-at-completion for the current approved forecast margin minus the previously approved forecast margin.
    • EACCurrentandPreviousForecastRevenueVariance; number; The estimate-at-completion for the current approved forecast revenue minus the previously approved forecast revenue.
    • EACForecastLaborCost; number; The estimate-at-completion for the labor cost from the current approved forecast.
    • EACForecastLaborEffort; number; The estimate-at-completion for the labor effort from the current approved forecast.
    • EACForecastLaborEffortVariancePercentage; number; The estimated percentage at completion for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • EACForecastMargin; number; The total-at-completion value for the current approved forecast revenue minus the current approved forecast cost.
    • EACForecastRevenue; number; The estimate-at-completion value of the revenue from the current approved forecast.
    • EarnedValue; number; The planned value multiplied by the project completion percentage.
    • EarnedValueCostVariance; number; The earned value minus the actual cost.
    • EarnedValueScheduleVariance; number; The earned value minus the planned value.
    • EstimatetoCompleteCost; number; The estimate-to-complete for the current approved forecast burdened cost minus the actual burdened cost.
    • EstimatetoCompleteLaborEffortinHours; number; The estimate-to-complete for the current approved forecast labor effort minus the actual labor effort.
    • FinishDate; string; The date when the program or project is completed.
    • ITDActualCapitalizableCost; number; The inception-to-date actual burdened cost that's eligible to capitalize against an asset.
    • ITDActualCapitalizableCostPercentage; number; The inception-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
    • ITDActualCapitalizableCostPercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
    • ITDActualCapitalizableCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost that's eligible for capitalization against an asset.
    • ITDActualCost; number; The inception-to-date actual cost including raw and burden cost.
    • ITDActualCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual cost, including raw and burden cost.
    • ITDActualLaborCost; number; The inception-to-date value of the actual raw labor cost and actual burden labor cost.
    • ITDActualLaborCostPrevValues; string; Previous and prior period values used to create the trend of the inception-to-date value of actual raw labor cost and actual burden labor cost.
    • ITDActualLaborEffort; number; The inception-to-date actual billable labor effort plus the actual nonbillable labor effort.
    • ITDActualLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual billable labor effort plus the actual nonbillable labor effort.
    • ITDActualMargin; number; The inception-to-date actual revenue minus the actual burdened cost.
    • ITDActualMarginPercentage; number; The inception-to-date percentage for the actual margin divided by the actual revenue.
    • ITDActualMarginPercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual margin divided by the actual revenue.
    • ITDActualMarginPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual revenue minus the actual burdened cost.
    • ITDActualNonbillableCost; number; The inception-to-date actual burdened cost that isn't eligible for billing.
    • ITDActualNonbillableCostPercentage; number; The inception-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
    • ITDActualNonbillableCostPercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
    • ITDActualNonbillableCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost that isn't eligible for billing.
    • ITDActualNonbillableLaborEffortinHours; number; The inception-to-date actual labor effort that isn't eligible for billing.
    • ITDActualNonbillableLaborEffortinHoursPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual labor effort that isn't eligible for billing.
    • ITDActualSpentCostPercentage; number; The inception-to-date percentage for the actual cost to date divided by the current baseline budget burdened cost.
    • ITDActualSpentCostPercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual cost-to-date divided by the current baseline budget burdened cost.
    • ITDActualSpentLaborEffortPercentage; number; The inception-to-date percentage for the actual labor effort divided by the current baseline budget labor effort.
    • ITDActualSpentLaborEffortPercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual labor effort divided by the current baseline budget labor effort.
    • ITDActualandCommittedCost; number; The inception-to-date actual burdened cost plus the committed cost.
    • ITDActualandCommittedCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost plus the committed cost.
    • ITDBudgetCost; number; The inception-to-date burdened cost from the current baseline budget.
    • ITDBudgetCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date burdened cost from the current baseline budget.
    • ITDBudgetLaborCost; number; The inception-to-date labor cost from the current baseline budget.
    • ITDBudgetLaborCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date labor cost from the current baseline budget.
    • ITDBudgetLaborEffort; number; The inception-to-date labor effort from the current baseline budget.
    • ITDBudgetLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date labor effort from the current baseline budget.
    • ITDBudgetMargin; number; The inception-to-date current baseline budget revenue minus the current baseline budget burdened cost.
    • ITDBudgetMarginPercentage; number; The inception-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
    • ITDBudgetMarginPercentagePrevValues; string; Previous and prior period values used to create the trend of the inception-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
    • ITDBudgetMarginPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the current baseline budget burdened cost.
    • ITDBudgetRevenue; number; The inception-to-date revenue from the current baseline budget.
    • ITDBudgetRevenuePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date revenue from the current baseline budget.
    • ITDCommittedCost; number; The inception-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
    • ITDCostVariance; number; The inception-to-date current baseline budget cost minus the actual burdened cost.
    • ITDCostVariancePercentage; number; The inception-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
    • ITDCostVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
    • ITDCostVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget cost minus the actual burdened cost.
    • ITDDurationinDays; number; The inception-to-date days from the start date.
    • ITDForecastCost; number; The inception-to-date burdened cost from the current approved forecast.
    • ITDForecastCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date burdened cost from the current approved forecast.
    • ITDForecastCostVariance; number; The inception-to-date current baseline budget cost minus the current approved forecast cost.
    • ITDForecastCostVariancePercentage; number; The inception-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
    • ITDForecastCostVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
    • ITDForecastCostVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget cost minus the current approved forecast cost.
    • ITDForecastLaborCost; number; The inception-to-date labor cost from the current approved forecast.
    • ITDForecastLaborCostPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date labor cost from the current approved forecast.
    • ITDForecastLaborEffort; number; The inception-to-date labor effort from the current approved forecast.
    • ITDForecastLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date labor effort from the current approved forecast.
    • ITDForecastLaborEffortVariancePercentage; number; The inception-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • ITDForecastLaborEffortVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • ITDForecastMargin; number; The inception-to-date current approved forecast revenue minus the current approved forecast burdened cost.
    • ITDForecastMarginPercentageVariance; number; The inception-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
    • ITDForecastMarginPercentageVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
    • ITDForecastMarginPrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current approved forecast revenue minus the current approved forecast burdened cost.
    • ITDForecastMarginVariance; number; The inception-to-date current baseline budget margin minus the current approved forecast margin.
    • ITDForecastMarginVariancePercentage; number; The inception-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
    • ITDForecastMarginVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
    • ITDForecastMarginVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin minus the current approved forecast margin.
    • ITDForecastRevenue; number; The inception-to-date revenue from the current approved forecast.
    • ITDForecastRevenuePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date revenue from the current approved forecast.
    • ITDForecastRevenueVariance; number; The inception-to-date current baseline budget revenue minus the current approved forecast revenue.
    • ITDForecastRevenueVariancePercentage; number; The inception-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
    • ITDForecastRevenueVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
    • ITDForecastRevenueVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the current approved forecast revenue.
    • ITDLaborEffortVariancePercentage; number; The inception-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
    • ITDLaborEffortVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
    • ITDMarginPercentageVariance; number; The inception-to-date current baseline budget margin percentage minus the actual margin percentage.
    • ITDMarginPercentageVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin percentage minus the actual margin percentage.
    • ITDMarginVariance; number; The inception-to-date current baseline budget margin minus the actual margin.
    • ITDMarginVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin minus the actual margin.
    • ITDRevenue; number; The inception-to-date actual amount recognized as revenue on a contract.
    • ITDRevenuePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date actual amount recognized as revenue on a contract.
    • ITDRevenueVariance; number; The inception-to-date current baseline budget revenue minus the actual revenue.
    • ITDRevenueVariancePercentage; number; The inception-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
    • ITDRevenueVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
    • ITDRevenueVariancePrevValues; string; Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the actual revenue.
    • ImageId; integer; The unique identifier of the image for a program.
    • ImageName; string; The name of the image.
    • IncludePerformanceMeasuresFlag; string; Indicates whether the performance measure values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region. The default value is false. If true, and when used as one of the variables for a finder, the performance measure values are returned.
    • LastRefreshedDate; string; The date when the performance measures values were last refreshed.
    • LastUpdateDate; string; The date when the record was last updated.
    • LastUpdatedBy; string; The user who last updated the record.
    • LineOfBusinessCode; string; The code that represents the line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • LineOfBusinessMeaning; string; The line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • ObjectId; integer; The unique identifier of the program or project.
    • ObjectName; string; The name of the program or project.
    • ObjectNoteExistsFlag; string; Indicates whether notes are associated with the program or project. If true, then notes are associated. If false, then notes aren't associated.
    • ObjectNumber; string; The unique number of the program or project.
    • ObjectParentId; integer; The unique identifier of the parent object in the program hierarchy structure. The parent of a project is the program. The parent of a program is another program. A program without a parent is the root node in the hierarchy structure.
    • ObjectType; string; Indicates whether the record is for a program or a project. Valid values are PROGRAM and PROJECT.
    • ObjectWatchListId; string; The unique identifier of the display preference.
    • Objective; string; The objective of the program.
    • OwnerId; integer; The unique identifier of the person who's assigned as the program owner or the primary project manager.
    • OwnerName; string; The name of the person who's assigned as the program owner or the primary project manager.
    • OwningOrganizationId; integer; The unique identifier of the owning organization.
    • OwningOrganizationName; string; The name of the owning organization. Review and update organizations classified as owning organizations using the Setup and Maintenance work area and the Manage Project Organization Classifications task.
    • PTDActualCapitalizableCost; number; The period-to-date actual burdened cost that's eligible to capitalize against an asset.
    • PTDActualCapitalizableCostPercentage; number; The period-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
    • PTDActualCapitalizableCostPercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
    • PTDActualCapitalizableCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual burdened cost that's eligible to be capitalized against an asset.
    • PTDActualCost; number; The period-to-date actual cost including raw and burden cost.
    • PTDActualCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual cost, including raw and burden cost.
    • PTDActualLaborCost; number; The period-to-date value of the actual raw labor cost and actual burden labor cost.
    • PTDActualLaborCostPrevValues; string; Previous and prior period values used to create the trend of the period-to-date value of the actual raw labor cost and actual burden labor cost.
    • PTDActualLaborEffort; number; The period-to-date actual billable labor effort plus the actual nonbillable labor effort.
    • PTDActualLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual billable labor effort plus the actual nonbillable labor effort.
    • PTDActualMargin; number; The period-to-date actual revenue minus the actual burdened cost.
    • PTDActualMarginPercentage; number; The period-to-date percentage for the actual margin divided by the actual revenue.
    • PTDActualMarginPercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the actual margin divided by the actual revenue.
    • PTDActualMarginPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual revenue minus the actual burdened cost.
    • PTDActualNonbillableCost; number; The period-to-date actual burdened cost that isn't eligible for billing.
    • PTDActualNonbillableCostPercentage; number; The period-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
    • PTDActualNonbillableCostPercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the actual nonbillable cost divided by the actual burdened cost.
    • PTDActualNonbillableCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual burdened cost that isn't eligible for billing.
    • PTDActualNonbillableLaborEffortinHours; number; The period-to-date actual labor effort that isn't eligible for billing.
    • PTDActualNonbillableLaborEffortinHoursPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual labor effort that isn't eligible for billing.
    • PTDActualandCommittedCost; number; The period-to-date actual burdened cost plus the committed cost.
    • PTDActualandCommittedCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual burdened cost plus the committed cost.
    • PTDBudgetCost; number; The period-to-date burdened cost from the current baseline budget.
    • PTDBudgetCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date burdened cost from the current baseline budget.
    • PTDBudgetLaborCost; number; The period-to-date labor cost from the current baseline budget.
    • PTDBudgetLaborCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date labor cost from the current baseline budget.
    • PTDBudgetLaborEffort; number; The period-to-date labor effort from the current baseline budget.
    • PTDBudgetLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date labor effort from the current baseline budget.
    • PTDBudgetMargin; number; The period-to-date current baseline budget revenue minus the current baseline budget burdened cost.
    • PTDBudgetMarginPercentage; number; The period-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
    • PTDBudgetMarginPercentagePrevValues; string; Previous and prior period values used to create the trend of the period-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
    • PTDBudgetMarginPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the current baseline budget burdened cost.
    • PTDBudgetRevenue; number; The period-to-date revenue from the current baseline budget.
    • PTDBudgetRevenuePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date revenue from the current baseline budget.
    • PTDCommittedCost; number; The period-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
    • PTDCostVariance; number; The period-to-date current baseline budget cost minus the actual burdened cost .
    • PTDCostVariancePercentage; number; The period-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
    • PTDCostVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
    • PTDCostVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget cost minus the actual burdened cost.
    • PTDForecastCost; number; The period-to-date burdened cost from the current approved forecast.
    • PTDForecastCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date burdened cost from the current approved forecast.
    • PTDForecastCostVariance; number; The period-to-date current baseline budget cost minus the current approved forecast cost.
    • PTDForecastCostVariancePercentage; number; The period-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
    • PTDForecastCostVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
    • PTDForecastCostVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget cost minus the current approved forecast cost.
    • PTDForecastLaborCost; number; The period-to-date labor cost from the current approved forecast.
    • PTDForecastLaborCostPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date labor cost from the current approved forecast.
    • PTDForecastLaborEffort; number; The period-to-date labor effort from the current approved forecast.
    • PTDForecastLaborEffortPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date labor effort from the current approved forecast.
    • PTDForecastLaborEffortVariancePercentage; number; The period-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • PTDForecastLaborEffortVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • PTDForecastMargin; number; The period-to-date current approved forecast revenue minus the current approved forecast burdened cost.
    • PTDForecastMarginPercentageVariance; number; The period-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
    • PTDForecastMarginPercentageVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
    • PTDForecastMarginPrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current approved forecast revenue minus the current approved forecast burdened cost.
    • PTDForecastMarginVariance; number; The period-to-date current baseline budget margin minus the current approved forecast margin.
    • PTDForecastMarginVariancePercentage; number; The period-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
    • PTDForecastMarginVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
    • PTDForecastMarginVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin minus the current approved forecast margin.
    • PTDForecastRevenue; number; The period-to-date revenue from the current approved forecast.
    • PTDForecastRevenuePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date revenue from the current approved forecast.
    • PTDForecastRevenueVariance; number; The period-to-date current baseline budget revenue minus the current approved forecast revenue.
    • PTDForecastRevenueVariancePercentage; number; The period-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
    • PTDForecastRevenueVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
    • PTDForecastRevenueVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the current approved forecast revenue.
    • PTDLaborEffortVariancePercentage; number; The period-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
    • PTDLaborEffortVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
    • PTDMarginPercentageVariance; number; The period-to-date current baseline budget margin percentage minus the actual margin percentage.
    • PTDMarginPercentageVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin percentage minus the actual margin percentage.
    • PTDMarginVariance; number; The period-to-date current baseline budget margin minus the actual margin.
    • PTDMarginVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin minus the actual margin.
    • PTDRevenue; number; The period-to-date actual amount recognized as revenue on a contract.
    • PTDRevenuePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date actual amount recognized as revenue on a contract.
    • PTDRevenueVariance; number; The period-to-date current baseline budget revenue minus the actual revenue.
    • PTDRevenueVariancePercentage; number; The period-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
    • PTDRevenueVariancePercentagePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
    • PTDRevenueVariancePrevValues; string; Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the actual revenue.
    • ParentProgramNumber; string; The unique number of the parent program. A program without a parent is the root node in the hierarchy structure.
    • PersonImageId; integer; The unique identifier of the avatar image for a person.
    • PlannedValue; number; The planned cost for the financial project plan or project budget.
    • PreviousPeriodName; string; Display name of the period that precedes the current one, used to compare a performance measure value against its current and previous values.
    • PreviousPeriodStartDate; string; Start date of the period that precedes the current one, used to compare a performance measure value against the current and previous value.
    • PriorPeriodName; string; Display name of the period prior to the previous period, which is used to compare a performance measure value against the corresponding current and previous values.
    • PriorPeriodStartDate; string; Start date of the period prior to the previous period, which is used to compare a performance measure value against the corresponding current and previous values.
    • PriorityCode; string; The code that represents the priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • PriorityMeaning; string; The priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • ProgramBudget; number; The budgeted amount allotted to the program.
    • ProgramBudgetCurrency; string; The currency of the budgeted amount allotted to the program.
    • ProgramLevel; integer; Indicates the level of the program in the hierarchy structure. The level zero is the root node.
    • ProjectCompletePercentage; number; The physical percent complete for the project. If it doesn't exist, then it's calculated using the program enterprise setting for the percent complete method.
    • ProjectRelationshipId; integer; The unique identifier of the project assignment to a program.
    • PublicFlag; string; Indicates whether the program hierarchy can be viewed by all. If true, then programs in the hierarchy can be viewed by all. If false, then only the persons assigned as stakeholders directly or inherited from a parent or grandparent program can view their programs. The value is defined for the root node of the hierarchy. The default value is false.
    • RegionCode; string; The code that represents the geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • RegionMeaning; string; The geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • SchedulePerformanceIndex; number; The earned value divided by the planned value.
    • StartDate; string; The date on which the program or project starts.
    • StatusName; string; The system status for the object. Values are Draft, Submitted, Active, Pending close, and Close. The list of values is defined in the lookup type PJF_PROJECT_SYSTEM_STATUS. Review status values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • StrategyCode; string; The code that represents the strategic plan of actions and policies that are targeted by the program. An example for strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • StrategyMeaning; string; The strategic plan of actions and policies that are targeted by the program. An example strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • SystemStatusCode; string; The code that represents the system status. Values are DRAFT, SUBMITTED, ACTIVE, PENDING_CLOSE, and CLOSED. Review status values using the Setup and Maintenance work area and the Manage Project Statuses task.
    • TreeStructureId; integer; The unique identifier of the program hierarchy structure.
    • UnpaidInvoiceAmount; number; Unpaid invoice amount.
    • UserAccess; string; The code that represents the access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are OWNER, EDIT, and VIEW. The default value is VIEW.
    • UserAccessMeaning; string; The access granted to the user for the program.
    • WorkPlanCompletePercentage; number; The percentage complete for the actual work plan effort divided by the scheduled work plan effort.
    • WorkPlanScheduledEffortinHours; number; The planned effort for a work plan.
    • YTDActualCapitalizableCost; number; The year-to-date actual burdened cost that's eligible to capitalize against an asset.
    • YTDActualCapitalizableCostPercentage; number; The year-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
    • YTDActualCost; number; The year-to-date actual cost including raw and burden cost.
    • YTDActualLaborCost; number; The year-to-date value of the actual raw labor cost and actual burden labor cost.
    • YTDActualLaborEffort; number; The year-to-date actual billable labor effort plus the actual nonbillable labor effort.
    • YTDActualMargin; number; The year-to-date actual revenue minus the actual burdened cost.
    • YTDActualMarginPercentage; number; The year-to-date percentage for the actual margin divided by the actual revenue.
    • YTDActualNonbillableCost; number; The year-to-date actual burdened cost that isn't eligible for billing.
    • YTDActualNonbillableCostPercentage; number; The year-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
    • YTDActualNonbillableLaborEffortinHours; number; The year-to-date actual labor effort that isn't eligible for billing.
    • YTDActualandCommittedCost; number; The year-to-date actual burdened cost plus the committed cost.
    • YTDBudgetCost; number; The year-to-date burdened cost from the current baseline budget.
    • YTDBudgetLaborCost; number; The year-to-date labor cost from the current baseline budget.
    • YTDBudgetLaborEffort; number; The year-to-date labor effort from the current baseline budget.
    • YTDBudgetMargin; number; The year-to-date current baseline budget revenue minus the current baseline budget burdened cost.
    • YTDBudgetMarginPercentage; number; The year-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
    • YTDBudgetRevenue; number; The year-to-date revenue from the current baseline budget.
    • YTDCommittedCost; number; The year-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
    • YTDCostVariance; number; The year-to-date current baseline budget cost minus the actual burdened cost.
    • YTDCostVariancePercentage; number; The year-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
    • YTDForecastCost; number; The year-to-date burdened cost from the current approved forecast.
    • YTDForecastCostVariance; number; The year-to-date current baseline budget cost minus the current approved forecast cost.
    • YTDForecastCostVariancePercentage; number; The year-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
    • YTDForecastLaborCost; number; The year-to-date labor cost from the current approved forecast.
    • YTDForecastLaborEffort; number; The year-to-date labor effort from the current approved forecast.
    • YTDForecastLaborEffortVariancePercentage; number; The year-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
    • YTDForecastMargin; number; The year-to-date current approved forecast revenue minus the current approved forecast burdened cost.
    • YTDForecastMarginPercentageVariance; number; The year-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
    • YTDForecastMarginVariance; number; The year-to-date current baseline budget margin minus the current approved forecast margin.
    • YTDForecastMarginVariancePercentage; number; The year-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
    • YTDForecastRevenue; number; The year-to-date revenue from the current approved forecast.
    • YTDForecastRevenueVariance; number; The year-to-date current baseline budget revenue minus the current approved forecast revenue.
    • YTDForecastRevenueVariancePercentage; number; The year-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
    • YTDLaborEffortVariancePercentage; number; The year-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
    • YTDMarginPercentageVariance; number; The year-to-date current baseline budget margin percentage minus the actual margin percentage.
    • YTDMarginVariance; number; The year-to-date current baseline budget margin minus the actual margin.
    • YTDRevenue; number; The year-to-date actual amount recognized as revenue on a contract.
    • YTDRevenueVariance; number; The year-to-date current baseline budget revenue minus the actual revenue.
    • YTDRevenueVariancePercentage; number; The year-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : projectProgramInsights
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : projectProgramInsights-item-response
Type: object
Show Source
  • Read Only: true
    The total at completion for the labor cost from the current baseline budget.
  • Read Only: true
    The total-at-completion value for the current baseline budget revenue minus the current baseline budget cost.
  • Read Only: true
    The percentage at completion for the current baseline budget cost minus the original baseline budget cost, divided by the current baseline budget cost.
  • Read Only: true
    The total at completion for the days from the start date.
  • Read Only: true
    The total at completion for the original baseline budget cost minus the actual cost.
  • Read Only: true
    The total at completion for the original baseline budget cost minus the estimate-at-completion for the current approved forecast cost.
  • Read Only: true
    The total at completion for the original baseline budget margin minus the estimate-at-completion for the current approved forecast margin.
  • Read Only: true
    The total at completion for the original baseline budget revenue minus the estimate-at-completion for the current approved forecast revenue.
  • Read Only: true
    The total at completion for the burdened cost from the original baseline budget.
  • Read Only: true
    The total at completion for the labor effort from the original baseline budget.
  • Read Only: true
    The actual effort worked for a work plan.
  • Read Only: true
    Amount to bill.
  • Read Only: true
    The end date for the program calendar period. The period with this end date is the as-of-period for the measure time dimension.
  • Read Only: true
    The name of the program calendar period. The period with this name is the as-of-period for the measure time dimension.
  • Read Only: true
    The start date for the program calendar period. The period with this start date is the as-of-period for the measure time dimension.
  • Title: Assessment Code
    Read Only: true
    Maximum Length: 30
    The code that represents the program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 80
    The program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    The earned value divided by the actual cost.
  • Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Read Only: true
    The date when the record was created.
  • Read Only: true
    The currency code for the monetary performance measures. A list of accepted values is available from the Program User Preferences API.
  • Title: Description
    Read Only: true
    Maximum Length: 2000
    The description of the program or project.
  • Read Only: true
    The total at completion for the burdened cost from the current baseline budget.
  • Read Only: true
    The total at completion for the labor effort from the current baseline budget.
  • Read Only: true
    The estimate-at-completion value for the revenue from the current baseline budget.
  • Read Only: true
    The estimate-at-completion for the current baseline budget margin minus the original baseline budget margin.
  • Read Only: true
    The estimate-at-completion for the current baseline budget revenue minus the original baseline budget revenue.
  • Read Only: true
    The estimate-at-completion for the current approved forecast burdened cost minus the previously approved forecast burdened cost.
  • Read Only: true
    The estimate-at-completion for the current approved forecast labor effort minus the previously approved forecast labor effort.
  • Read Only: true
    The estimate-at-completion for the current approved forecast margin minus the previously approved forecast margin.
  • Read Only: true
    The estimate-at-completion for the current approved forecast revenue minus the previously approved forecast revenue.
  • Read Only: true
    The estimate-at-completion for the labor cost from the current approved forecast.
  • Read Only: true
    The estimate-at-completion for the labor effort from the current approved forecast.
  • Read Only: true
    The estimated percentage at completion for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The total-at-completion value for the current approved forecast revenue minus the current approved forecast cost.
  • Read Only: true
    The estimate-at-completion value of the revenue from the current approved forecast.
  • Read Only: true
    The planned value multiplied by the project completion percentage.
  • Read Only: true
    The earned value minus the actual cost.
  • Read Only: true
    The earned value minus the planned value.
  • Read Only: true
    The estimate-to-complete for the current approved forecast burdened cost minus the actual burdened cost.
  • Read Only: true
    The estimate-to-complete for the current approved forecast labor effort minus the actual labor effort.
  • Title: Finish Date
    Read Only: true
    The date when the program or project is completed.
  • Read Only: true
    The base 64 encoded image.
  • Read Only: true
    The unique identifier of the image for a program.
  • Read Only: true
    Maximum Length: 240
    The name of the image.
  • Read Only: true
    Maximum Length: 1
    Indicates whether the performance measure values are returned. If false, then only the program definition values are returned such as the project and program name, program strategy, and program region. The default value is false. If true, and when used as one of the variables for a finder, the performance measure values are returned.
  • Read Only: true
    The inception-to-date actual burdened cost plus the committed cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost plus the committed cost.
  • Read Only: true
    The inception-to-date actual burdened cost that's eligible to capitalize against an asset.
  • Read Only: true
    The inception-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost that's eligible for capitalization against an asset.
  • Read Only: true
    The inception-to-date actual cost including raw and burden cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual cost, including raw and burden cost.
  • Read Only: true
    The inception-to-date value of the actual raw labor cost and actual burden labor cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to create the trend of the inception-to-date value of actual raw labor cost and actual burden labor cost.
  • Read Only: true
    The inception-to-date actual billable labor effort plus the actual nonbillable labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual billable labor effort plus the actual nonbillable labor effort.
  • Read Only: true
    The inception-to-date actual revenue minus the actual burdened cost.
  • Read Only: true
    The inception-to-date percentage for the actual margin divided by the actual revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual margin divided by the actual revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual revenue minus the actual burdened cost.
  • Read Only: true
    The inception-to-date actual burdened cost that isn't eligible for billing.
  • Read Only: true
    The inception-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual burdened cost that isn't eligible for billing.
  • Read Only: true
    The inception-to-date actual labor effort that isn't eligible for billing.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual labor effort that isn't eligible for billing.
  • Read Only: true
    The inception-to-date percentage for the actual cost to date divided by the current baseline budget burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual cost-to-date divided by the current baseline budget burdened cost.
  • Read Only: true
    The inception-to-date percentage for the actual labor effort divided by the current baseline budget labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the actual labor effort divided by the current baseline budget labor effort.
  • Read Only: true
    The inception-to-date burdened cost from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date burdened cost from the current baseline budget.
  • Read Only: true
    The inception-to-date labor cost from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date labor cost from the current baseline budget.
  • Read Only: true
    The inception-to-date labor effort from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date labor effort from the current baseline budget.
  • Read Only: true
    The inception-to-date current baseline budget revenue minus the current baseline budget burdened cost.
  • Read Only: true
    The inception-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to create the trend of the inception-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the current baseline budget burdened cost.
  • Read Only: true
    The inception-to-date revenue from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date revenue from the current baseline budget.
  • Read Only: true
    The inception-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
  • Read Only: true
    The inception-to-date current baseline budget cost minus the actual burdened cost.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget cost minus the actual burdened cost.
  • Read Only: true
    The inception-to-date days from the start date.
  • Read Only: true
    The inception-to-date burdened cost from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date burdened cost from the current approved forecast.
  • Read Only: true
    The inception-to-date current baseline budget cost minus the current approved forecast cost.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget cost minus the current approved forecast cost.
  • Read Only: true
    The inception-to-date labor cost from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date labor cost from the current approved forecast.
  • Read Only: true
    The inception-to-date labor effort from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date labor effort from the current approved forecast.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The inception-to-date current approved forecast revenue minus the current approved forecast burdened cost.
  • Read Only: true
    The inception-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current approved forecast revenue minus the current approved forecast burdened cost.
  • Read Only: true
    The inception-to-date current baseline budget margin minus the current approved forecast margin.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin minus the current approved forecast margin.
  • Read Only: true
    The inception-to-date revenue from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date revenue from the current approved forecast.
  • Read Only: true
    The inception-to-date current baseline budget revenue minus the current approved forecast revenue.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the current approved forecast revenue.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The inception-to-date current baseline budget margin percentage minus the actual margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin percentage minus the actual margin percentage.
  • Read Only: true
    The inception-to-date current baseline budget margin minus the actual margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget margin minus the actual margin.
  • Read Only: true
    The inception-to-date actual amount recognized as revenue on a contract.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date actual amount recognized as revenue on a contract.
  • Read Only: true
    The inception-to-date current baseline budget revenue minus the actual revenue.
  • Read Only: true
    The inception-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date percentage of the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the inception-to-date current baseline budget revenue minus the actual revenue.
  • Read Only: true
    The date when the performance measures values were last refreshed.
  • Read Only: true
    The date when the record was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Line of Business Code
    Read Only: true
    Maximum Length: 30
    The code that represents the line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 80
    The line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Links
  • Title: Object ID
    Read Only: true
    The unique identifier of the program or project.
  • Read Only: true
    Maximum Length: 400
    The objective of the program.
  • Title: Name
    Read Only: true
    Maximum Length: 240
    The name of the program or project.
  • Read Only: true
    Maximum Length: 1
    Indicates whether notes are associated with the program or project. If true, then notes are associated. If false, then notes aren't associated.
  • Title: Number
    Read Only: true
    Maximum Length: 25
    The unique number of the program or project.
  • Title: Object Parent ID
    Read Only: true
    The unique identifier of the parent object in the program hierarchy structure. The parent of a project is the program. The parent of a program is another program. A program without a parent is the root node in the hierarchy structure.
  • Title: Object Type
    Read Only: true
    Maximum Length: 7
    Indicates whether the record is for a program or a project. Valid values are PROGRAM and PROJECT.
  • Read Only: true
    Maximum Length: 240
    The unique identifier of the display preference.
  • Read Only: true
    The unique identifier of the person who's assigned as the program owner or the primary project manager.
  • Read Only: true
    Maximum Length: 240
    The name of the person who's assigned as the program owner or the primary project manager.
  • Title: Owning Organization ID
    Read Only: true
    The unique identifier of the owning organization.
  • Read Only: true
    Maximum Length: 240
    The name of the owning organization. Review and update organizations classified as owning organizations using the Setup and Maintenance work area and the Manage Project Organization Classifications task.
  • Title: Parent Program Number
    Read Only: true
    Maximum Length: 25
    The unique number of the parent program. A program without a parent is the root node in the hierarchy structure.
  • Read Only: true
    The avatar image for a person.
  • Read Only: true
    The unique identifier of the avatar image for a person.
  • Read Only: true
    The planned cost for the financial project plan or project budget.
  • Read Only: true
    Maximum Length: 15
    Display name of the period that precedes the current one, used to compare a performance measure value against its current and previous values.
  • Read Only: true
    Start date of the period that precedes the current one, used to compare a performance measure value against the current and previous value.
  • Title: Priority Code
    Read Only: true
    Maximum Length: 30
    The code that represents the priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 80
    The priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 15
    Display name of the period prior to the previous period, which is used to compare a performance measure value against the corresponding current and previous values.
  • Read Only: true
    Start date of the period prior to the previous period, which is used to compare a performance measure value against the corresponding current and previous values.
  • Title: Budget
    Read Only: true
    The budgeted amount allotted to the program.
  • Read Only: true
    Maximum Length: 15
    The currency of the budgeted amount allotted to the program.
  • ProgramDFF
  • Read Only: true
    Indicates the level of the program in the hierarchy structure. The level zero is the root node.
  • Read Only: true
    The physical percent complete for the project. If it doesn't exist, then it's calculated using the program enterprise setting for the percent complete method.
  • Title: Project Association ID
    Read Only: true
    The unique identifier of the project assignment to a program.
  • Read Only: true
    The period-to-date actual burdened cost plus the committed cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual burdened cost plus the committed cost.
  • Read Only: true
    The period-to-date actual burdened cost that's eligible to capitalize against an asset.
  • Read Only: true
    The period-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual burdened cost that's eligible to be capitalized against an asset.
  • Read Only: true
    The period-to-date actual cost including raw and burden cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual cost, including raw and burden cost.
  • Read Only: true
    The period-to-date value of the actual raw labor cost and actual burden labor cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to create the trend of the period-to-date value of the actual raw labor cost and actual burden labor cost.
  • Read Only: true
    The period-to-date actual billable labor effort plus the actual nonbillable labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual billable labor effort plus the actual nonbillable labor effort.
  • Read Only: true
    The period-to-date actual revenue minus the actual burdened cost.
  • Read Only: true
    The period-to-date percentage for the actual margin divided by the actual revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the actual margin divided by the actual revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual revenue minus the actual burdened cost.
  • Read Only: true
    The period-to-date actual burdened cost that isn't eligible for billing.
  • Read Only: true
    The period-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the actual nonbillable cost divided by the actual burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual burdened cost that isn't eligible for billing.
  • Read Only: true
    The period-to-date actual labor effort that isn't eligible for billing.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual labor effort that isn't eligible for billing.
  • Read Only: true
    The period-to-date burdened cost from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date burdened cost from the current baseline budget.
  • Read Only: true
    The period-to-date labor cost from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date labor cost from the current baseline budget.
  • Read Only: true
    The period-to-date labor effort from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date labor effort from the current baseline budget.
  • Read Only: true
    The period-to-date current baseline budget revenue minus the current baseline budget burdened cost.
  • Read Only: true
    The period-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to create the trend of the period-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the current baseline budget burdened cost.
  • Read Only: true
    The period-to-date revenue from the current baseline budget.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date revenue from the current baseline budget.
  • Read Only: true
    The period-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
  • Read Only: true
    The period-to-date current baseline budget cost minus the actual burdened cost .
  • Read Only: true
    The period-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget cost minus the actual burdened cost.
  • Read Only: true
    The period-to-date burdened cost from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date burdened cost from the current approved forecast.
  • Read Only: true
    The period-to-date current baseline budget cost minus the current approved forecast cost.
  • Read Only: true
    The period-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget cost minus the current approved forecast cost.
  • Read Only: true
    The period-to-date labor cost from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date labor cost from the current approved forecast.
  • Read Only: true
    The period-to-date labor effort from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date labor effort from the current approved forecast.
  • Read Only: true
    The period-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The period-to-date current approved forecast revenue minus the current approved forecast burdened cost.
  • Read Only: true
    The period-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current approved forecast revenue minus the current approved forecast burdened cost.
  • Read Only: true
    The period-to-date current baseline budget margin minus the current approved forecast margin.
  • Read Only: true
    The period-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin minus the current approved forecast margin.
  • Read Only: true
    The period-to-date revenue from the current approved forecast.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date revenue from the current approved forecast.
  • Read Only: true
    The period-to-date current baseline budget revenue minus the current approved forecast revenue.
  • Read Only: true
    The period-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the current approved forecast revenue.
  • Read Only: true
    The period-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The period-to-date current baseline budget margin percentage minus the actual margin percentage.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin percentage minus the actual margin percentage.
  • Read Only: true
    The period-to-date current baseline budget margin minus the actual margin.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget margin minus the actual margin.
  • Read Only: true
    The period-to-date actual amount recognized as revenue on a contract.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date actual amount recognized as revenue on a contract.
  • Read Only: true
    The period-to-date current baseline budget revenue minus the actual revenue.
  • Read Only: true
    The period-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date percentage of the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
  • Read Only: true
    Maximum Length: 255
    Previous and prior period values used to identify the trend of the period-to-date current baseline budget revenue minus the actual revenue.
  • Title: Public access
    Read Only: true
    Maximum Length: 1
    Indicates whether the program hierarchy can be viewed by all. If true, then programs in the hierarchy can be viewed by all. If false, then only the persons assigned as stakeholders directly or inherited from a parent or grandparent program can view their programs. The value is defined for the root node of the hierarchy. The default value is false.
  • Title: Region Code
    Read Only: true
    Maximum Length: 30
    The code that represents the geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 80
    The geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    The earned value divided by the planned value.
  • Title: Start Date
    Read Only: true
    The date on which the program or project starts.
  • Read Only: true
    Maximum Length: 80
    The system status for the object. Values are Draft, Submitted, Active, Pending close, and Close. The list of values is defined in the lookup type PJF_PROJECT_SYSTEM_STATUS. Review status values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Title: Strategy Code
    Read Only: true
    Maximum Length: 30
    The code that represents the strategic plan of actions and policies that are targeted by the program. An example for strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 80
    The strategic plan of actions and policies that are targeted by the program. An example strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 30
    The code that represents the system status. Values are DRAFT, SUBMITTED, ACTIVE, PENDING_CLOSE, and CLOSED. Review status values using the Setup and Maintenance work area and the Manage Project Statuses task.
  • Title: Tree Structure ID
    Read Only: true
    The unique identifier of the program hierarchy structure.
  • Read Only: true
    Unpaid invoice amount.
  • Read Only: true
    Maximum Length: 30
    The code that represents the access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are OWNER, EDIT, and VIEW. The default value is VIEW.
  • Read Only: true
    Maximum Length: 80
    The access granted to the user for the program.
  • Read Only: true
    The percentage complete for the actual work plan effort divided by the scheduled work plan effort.
  • Read Only: true
    The planned effort for a work plan.
  • Read Only: true
    The year-to-date actual burdened cost plus the committed cost.
  • Read Only: true
    The year-to-date actual burdened cost that's eligible to capitalize against an asset.
  • Read Only: true
    The year-to-date percentage for the actual capitalizable cost divided by the total burdened cost.
  • Read Only: true
    The year-to-date actual cost including raw and burden cost.
  • Read Only: true
    The year-to-date value of the actual raw labor cost and actual burden labor cost.
  • Read Only: true
    The year-to-date actual billable labor effort plus the actual nonbillable labor effort.
  • Read Only: true
    The year-to-date actual revenue minus the actual burdened cost.
  • Read Only: true
    The year-to-date percentage for the actual margin divided by the actual revenue.
  • Read Only: true
    The year-to-date actual burdened cost that isn't eligible for billing.
  • Read Only: true
    The year-to-date percentage for the actual nonbillable cost divided by the actual burdened cost.
  • Read Only: true
    The year-to-date actual labor effort that isn't eligible for billing.
  • Read Only: true
    The year-to-date burdened cost from the current baseline budget.
  • Read Only: true
    The year-to-date labor cost from the current baseline budget.
  • Read Only: true
    The year-to-date labor effort from the current baseline budget.
  • Read Only: true
    The year-to-date current baseline budget revenue minus the current baseline budget burdened cost.
  • Read Only: true
    The year-to-date percentage of the current baseline budget margin divided by the current baseline revenue.
  • Read Only: true
    The year-to-date revenue from the current baseline budget.
  • Read Only: true
    The year-to-date amount of purchase requisitions, purchase orders, and supplier invoices as specified during reporting setup.
  • Read Only: true
    The year-to-date current baseline budget cost minus the actual burdened cost.
  • Read Only: true
    The year-to-date percentage for the current baseline budget burdened cost minus the actual burdened cost, divided by the current baseline budget burdened cost.
  • Read Only: true
    The year-to-date burdened cost from the current approved forecast.
  • Read Only: true
    The year-to-date current baseline budget cost minus the current approved forecast cost.
  • Read Only: true
    The year-to-date percentage for the current baseline budget cost minus the current approved forecast cost, divided by the current baseline budget cost.
  • Read Only: true
    The year-to-date labor cost from the current approved forecast.
  • Read Only: true
    The year-to-date labor effort from the current approved forecast.
  • Read Only: true
    The year-to-date percentage for the current baseline budget labor effort minus the current approved forecast labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The year-to-date current approved forecast revenue minus the current approved forecast burdened cost.
  • Read Only: true
    The year-to-date current baseline budget margin percentage minus the current approved forecast margin percentage.
  • Read Only: true
    The year-to-date current baseline budget margin minus the current approved forecast margin.
  • Read Only: true
    The year-to-date percentage for the current baseline budget margin minus the current approved forecast margin, divided by the current baseline budget margin.
  • Read Only: true
    The year-to-date revenue from the current approved forecast.
  • Read Only: true
    The year-to-date current baseline budget revenue minus the current approved forecast revenue.
  • Read Only: true
    The year-to-date percentage for the current baseline budget revenue minus the current approved forecast revenue, divided by the current baseline budget revenue.
  • Read Only: true
    The year-to-date percentage for the current baseline budget labor effort minus the actual labor effort, divided by the current baseline budget labor effort.
  • Read Only: true
    The year-to-date current baseline budget margin percentage minus the actual margin percentage.
  • Read Only: true
    The year-to-date current baseline budget margin minus the actual margin.
  • Read Only: true
    The year-to-date actual amount recognized as revenue on a contract.
  • Read Only: true
    The year-to-date current baseline budget revenue minus the actual revenue.
  • Read Only: true
    The year-to-date percentage for the current baseline budget revenue minus the actual revenue, divided by the current baseline budget revenue.
Nested Schema : ProgramDFF
Type: array
Show Source
Nested Schema : projectProgramInsights-ProgramDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to get insights for all programs by submitting a GET request on the REST resource using cURL.

curl --user ppm_cloud_user -X GET -d @example_request_payload.json "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectProgramInsights"

Response Body Example

The following shows an example of the response body in JSON format.

{
"items": [
{
"ObjectId": 300100549143967,
"ObjectNumber": "PRGM_1",
"ObjectName": "PRGM_1",
"ObjectType": "PROGRAM",
"Objective": null,
"ObjectParentId": null,
"ParentProgramNumber": null,
"TreeStructureId": 300100549143967,
"Description": null,
"SystemStatusCode": "ORA_PROGRAM_ACTIVE",
"StatusName": "Active",
"OwningOrganizationId": null,
"OwningOrganizationName": null,
"RegionCode": null,
"RegionMeaning": null,
"LineOfBusinessCode": null,
"LineOfBusinessMeaning": null,
"StrategyCode": null,
"StrategyMeaning": null,
"AssessmentCode": null,
"AssessmentMeaning": null,
"PriorityCode": null,
"PriorityMeaning": null,
"OwnerId": 300100026351099,
"OwnerName": "Clayton Smith",
"PersonImageId": null,
"UserAccess": "ORA_PJS_OWNER",
"UserAccessMeaning": "Owner",
"ProgramLevel": 0,
"StartDate": null,
"FinishDate": null,
"ProgramBudget": null,
"PublicFlag": "N",
"ImageId": null,
"ImageName": null,
"ProjectRelationshipId": null,
"ProgramBudgetCurrency": null,
"ObjectWatchListId": null,
"ObjectNoteExistsFlag": "N",
"CreatedBy": "Clayton.Smith",
"CreationDate": "2022-02-25T10:31:29.001+00:00",
"LastUpdateDate": "2022-02-25T10:31:29.215+00:00",
"LastUpdatedBy": "Clayton.Smith",
"IncludePerformanceMeasuresFlag": "N",
"CurrencyCode": null,
"AsOfPeriodName": null,
"AsOfPeriodStartDate": null,
"AsOfPeriodEndDate": null,
"LastRefreshedDate": null,
"ITDActualNonbillableCost": null,
"PTDActualNonbillableCost": null,
"YTDActualNonbillableCost": null,
"ITDActualNonbillableCostPercentage": null,
"PTDActualNonbillableCostPercentage": null,
"YTDActualNonbillableCostPercentage": null,
"ITDActualCapitalizableCostPercentage": null,
"PTDActualCapitalizableCostPercentage": null,
"YTDActualCapitalizableCostPercentage": null,
"ITDActualCapitalizableCost": null,
"PTDActualCapitalizableCost": null,
"YTDActualCapitalizableCost": null,
"ITDCommittedCost": null,
"PTDCommittedCost": null,
"YTDCommittedCost": null,
"ITDActualCost": null,
"PTDActualCost": null,
"YTDActualCost": null,
"ITDActualandCommittedCost": null,
"PTDActualandCommittedCost": null,
"YTDActualandCommittedCost": null,
"EACBudgetCost": null,
"ITDBudgetCost": null,
"PTDBudgetCost": null,
"YTDBudgetCost": null,
"ACOriginalBudgetCost": null,
"ITDCostVariance": null,
"PTDCostVariance": null,
"YTDCostVariance": null,
"ACCurrentandOriginalBudgetCostVariancePercentage": null,
"ITDCostVariancePercentage": null,
"PTDCostVariancePercentage": null,
"YTDCostVariancePercentage": null,
"ACOriginalBudgetandEACForecastCostVariance": null,
"ITDForecastCostVariancePercentage": null,
"PTDForecastCostVariancePercentage": null,
"YTDForecastCostVariancePercentage": null,
"ITDForecastCost": null,
"PTDForecastCost": null,
"YTDForecastCost": null,
"EACCurrentandPreviousForecastCostVariance": null,
"ITDActualLaborEffort": null,
"PTDActualLaborEffort": null,
"YTDActualLaborEffort": null,
"ITDActualNonbillableLaborEffortinHours": null,
"PTDActualNonbillableLaborEffortinHours": null,
"YTDActualNonbillableLaborEffortinHours": null,
"EACBudgetLaborEffort": null,
"ITDBudgetLaborEffort": null,
"PTDBudgetLaborEffort": null,
"YTDBudgetLaborEffort": null,
"ACOriginalBudgetLaborEffortinHours": null,
"ITDLaborEffortVariancePercentage": null,
"PTDLaborEffortVariancePercentage": null,
"YTDLaborEffortVariancePercentage": null,
"EACForecastLaborEffort": null,
"ITDForecastLaborEffort": null,
"PTDForecastLaborEffort": null,
"YTDForecastLaborEffort": null,
"EACCurrentandPreviousForecastLaborEffortVariance": null,
"ITDActualMargin": null,
"PTDActualMargin": null,
"YTDActualMargin": null,
"ITDActualMarginPercentage": null,
"PTDActualMarginPercentage": null,
"YTDActualMarginPercentage": null,
"ITDBudgetMargin": null,
"PTDBudgetMargin": null,
"YTDBudgetMargin": null,
"EACCurrentandOriginalBudgetMarginVariance": null,
"ITDMarginVariance": null,
"PTDMarginVariance": null,
"YTDMarginVariance": null,
"ITDMarginPercentageVariance": null,
"PTDMarginPercentageVariance": null,
"YTDMarginPercentageVariance": null,
"ITDForecastMarginVariance": null,
"PTDForecastMarginVariance": null,
"YTDForecastMarginVariance": null,
"ACOriginalBudgetandEACForecastMarginVariance": null,
"ITDForecastMarginVariancePercentage": null,
"PTDForecastMarginVariancePercentage": null,
"YTDForecastMarginVariancePercentage": null,
"ITDForecastMargin": null,
"PTDForecastMargin": null,
"YTDForecastMargin": null,
"EACCurrentandPreviousForecastMarginVariance": null,
"ITDActualSpentCostPercentage": null,
"ITDActualSpentLaborEffortPercentage": null,
"ITDRevenue": null,
"PTDRevenue": null,
"YTDRevenue": null,
"ITDBudgetRevenue": null,
"PTDBudgetRevenue": null,
"YTDBudgetRevenue": null,
"EACCurrentandOriginalBudgetRevenueVariance": null,
"ITDRevenueVariance": null,
"PTDRevenueVariance": null,
"YTDRevenueVariance": null,
"ITDRevenueVariancePercentage": null,
"PTDRevenueVariancePercentage": null,
"YTDRevenueVariancePercentage": null,
"ITDForecastRevenueVariance": null,
"PTDForecastRevenueVariance": null,
"YTDForecastRevenueVariance": null,
"ACOriginalBudgetandEACForecastRevenueVariance": null,
"ITDForecastRevenueVariancePercentage": null,
"PTDForecastRevenueVariancePercentage": null,
"YTDForecastRevenueVariancePercentage": null,
"ITDForecastRevenue": null,
"PTDForecastRevenue": null,
"YTDForecastRevenue": null,
"EACCurrentandPreviousForecastRevenueVariance": null,
"ITDForecastMarginPercentageVariance": null,
"PTDForecastMarginPercentageVariance": null,
"YTDForecastMarginPercentageVariance": null,
"EACForecastLaborEffortVariancePercentage": null,
"ITDForecastLaborEffortVariancePercentage": null,
"PTDForecastLaborEffortVariancePercentage": null,
"YTDForecastLaborEffortVariancePercentage": null,
"PTDForecastCostVariance": null,
"YTDForecastCostVariance": null,
"ITDForecastCostVariance": null,
"ACBudgetLaborCost": null,
"ITDBudgetLaborCost": null,
"PTDBudgetLaborCost": null,
"YTDBudgetLaborCost": null,
"ACOriginalBudgetandActualCostVariance": null,
"EACForecastLaborCost": null,
"ITDForecastLaborCost": null,
"PTDForecastLaborCost": null,
"YTDForecastLaborCost": null,
"EstimatetoCompleteCost": null,
"EstimatetoCompleteLaborEffortinHours": null,
"CostPerformanceIndex": null,
"EarnedValueCostVariance": null,
"ACDurationinDays": null,
"ITDDurationinDays": null,
"EarnedValue": null,
"ProjectCompletePercentage": null,
"PlannedValue": null,
"EarnedValueScheduleVariance": null,
"SchedulePerformanceIndex": null,
"ActualWorkPlanEffortinHours": null,
"WorkPlanCompletePercentage": null,
"WorkPlanScheduledEffortinHours": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED9F0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED9F",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED9F0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED9F",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED9F0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED9F/enclosure/PersonImage",
"name": "PersonImage",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED9F0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED9F/enclosure/Image",
"name": "Image",
"kind": "other"
}
]
},
{
"ObjectId": 300100549143950,
"ObjectNumber": "innovationAuto",
"ObjectName": "innovationAuto",
"ObjectType": "PROGRAM",
"Objective": null,
"ObjectParentId": null,
"ParentProgramNumber": null,
"TreeStructureId": 300100549143950,
"Description": null,
"SystemStatusCode": "ORA_PROGRAM_ACTIVE",
"StatusName": "Active",
"OwningOrganizationId": null,
"OwningOrganizationName": null,
"RegionCode": null,
"RegionMeaning": null,
"LineOfBusinessCode": null,
"LineOfBusinessMeaning": null,
"StrategyCode": null,
"StrategyMeaning": null,
"AssessmentCode": null,
"AssessmentMeaning": null,
"PriorityCode": null,
"PriorityMeaning": null,
"OwnerId": 100010026863823,
"OwnerName": "Dona Gorelick",
"PersonImageId": null,
"UserAccess": "ORA_PJS_VIEW_ONLY",
"UserAccessMeaning": "Viewer",
"ProgramLevel": 0,
"StartDate": null,
"FinishDate": null,
"ProgramBudget": null,
"PublicFlag": "N",
"ImageId": null,
"ImageName": null,
"ProjectRelationshipId": null,
"ProgramBudgetCurrency": null,
"ObjectWatchListId": null,
"ObjectNoteExistsFlag": "N",
"CreatedBy": "CVBUYER06",
"CreationDate": "2022-02-25T10:13:55.001+00:00",
"LastUpdateDate": "2022-02-25T10:15:07+00:00",
"LastUpdatedBy": "CVBUYER06",
"IncludePerformanceMeasuresFlag": "N",
"CurrencyCode": null,
"AsOfPeriodName": null,
"AsOfPeriodStartDate": null,
"AsOfPeriodEndDate": null,
"LastRefreshedDate": null,
"ITDActualNonbillableCost": null,
"PTDActualNonbillableCost": null,
"YTDActualNonbillableCost": null,
"ITDActualNonbillableCostPercentage": null,
"PTDActualNonbillableCostPercentage": null,
"YTDActualNonbillableCostPercentage": null,
"ITDActualCapitalizableCostPercentage": null,
"PTDActualCapitalizableCostPercentage": null,
"YTDActualCapitalizableCostPercentage": null,
"ITDActualCapitalizableCost": null,
"PTDActualCapitalizableCost": null,
"YTDActualCapitalizableCost": null,
"ITDCommittedCost": null,
"PTDCommittedCost": null,
"YTDCommittedCost": null,
"ITDActualCost": null,
"PTDActualCost": null,
"YTDActualCost": null,
"ITDActualandCommittedCost": null,
"PTDActualandCommittedCost": null,
"YTDActualandCommittedCost": null,
"EACBudgetCost": null,
"ITDBudgetCost": null,
"PTDBudgetCost": null,
"YTDBudgetCost": null,
"ACOriginalBudgetCost": null,
"ITDCostVariance": null,
"PTDCostVariance": null,
"YTDCostVariance": null,
"ACCurrentandOriginalBudgetCostVariancePercentage": null,
"ITDCostVariancePercentage": null,
"PTDCostVariancePercentage": null,
"YTDCostVariancePercentage": null,
"ACOriginalBudgetandEACForecastCostVariance": null,
"ITDForecastCostVariancePercentage": null,
"PTDForecastCostVariancePercentage": null,
"YTDForecastCostVariancePercentage": null,
"ITDForecastCost": null,
"PTDForecastCost": null,
"YTDForecastCost": null,
"EACCurrentandPreviousForecastCostVariance": null,
"ITDActualLaborEffort": null,
"PTDActualLaborEffort": null,
"YTDActualLaborEffort": null,
"ITDActualNonbillableLaborEffortinHours": null,
"PTDActualNonbillableLaborEffortinHours": null,
"YTDActualNonbillableLaborEffortinHours": null,
"EACBudgetLaborEffort": null,
"ITDBudgetLaborEffort": null,
"PTDBudgetLaborEffort": null,
"YTDBudgetLaborEffort": null,
"ACOriginalBudgetLaborEffortinHours": null,
"ITDLaborEffortVariancePercentage": null,
"PTDLaborEffortVariancePercentage": null,
"YTDLaborEffortVariancePercentage": null,
"EACForecastLaborEffort": null,
"ITDForecastLaborEffort": null,
"PTDForecastLaborEffort": null,
"YTDForecastLaborEffort": null,
"EACCurrentandPreviousForecastLaborEffortVariance": null,
"ITDActualMargin": null,
"PTDActualMargin": null,
"YTDActualMargin": null,
"ITDActualMarginPercentage": null,
"PTDActualMarginPercentage": null,
"YTDActualMarginPercentage": null,
"ITDBudgetMargin": null,
"PTDBudgetMargin": null,
"YTDBudgetMargin": null,
"EACCurrentandOriginalBudgetMarginVariance": null,
"ITDMarginVariance": null,
"PTDMarginVariance": null,
"YTDMarginVariance": null,
"ITDMarginPercentageVariance": null,
"PTDMarginPercentageVariance": null,
"YTDMarginPercentageVariance": null,
"ITDForecastMarginVariance": null,
"PTDForecastMarginVariance": null,
"YTDForecastMarginVariance": null,
"ACOriginalBudgetandEACForecastMarginVariance": null,
"ITDForecastMarginVariancePercentage": null,
"PTDForecastMarginVariancePercentage": null,
"YTDForecastMarginVariancePercentage": null,
"ITDForecastMargin": null,
"PTDForecastMargin": null,
"YTDForecastMargin": null,
"EACCurrentandPreviousForecastMarginVariance": null,
"ITDActualSpentCostPercentage": null,
"ITDActualSpentLaborEffortPercentage": null,
"ITDRevenue": null,
"PTDRevenue": null,
"YTDRevenue": null,
"ITDBudgetRevenue": null,
"PTDBudgetRevenue": null,
"YTDBudgetRevenue": null,
"EACCurrentandOriginalBudgetRevenueVariance": null,
"ITDRevenueVariance": null,
"PTDRevenueVariance": null,
"YTDRevenueVariance": null,
"ITDRevenueVariancePercentage": null,
"PTDRevenueVariancePercentage": null,
"YTDRevenueVariancePercentage": null,
"ITDForecastRevenueVariance": null,
"PTDForecastRevenueVariance": null,
"YTDForecastRevenueVariance": null,
"ACOriginalBudgetandEACForecastRevenueVariance": null,
"ITDForecastRevenueVariancePercentage": null,
"PTDForecastRevenueVariancePercentage": null,
"YTDForecastRevenueVariancePercentage": null,
"ITDForecastRevenue": null,
"PTDForecastRevenue": null,
"YTDForecastRevenue": null,
"EACCurrentandPreviousForecastRevenueVariance": null,
"ITDForecastMarginPercentageVariance": null,
"PTDForecastMarginPercentageVariance": null,
"YTDForecastMarginPercentageVariance": null,
"EACForecastLaborEffortVariancePercentage": null,
"ITDForecastLaborEffortVariancePercentage": null,
"PTDForecastLaborEffortVariancePercentage": null,
"YTDForecastLaborEffortVariancePercentage": null,
"PTDForecastCostVariance": null,
"YTDForecastCostVariance": null,
"ITDForecastCostVariance": null,
"ACBudgetLaborCost": null,
"ITDBudgetLaborCost": null,
"PTDBudgetLaborCost": null,
"YTDBudgetLaborCost": null,
"ACOriginalBudgetandActualCostVariance": null,
"EACForecastLaborCost": null,
"ITDForecastLaborCost": null,
"PTDForecastLaborCost": null,
"YTDForecastLaborCost": null,
"EstimatetoCompleteCost": null,
"EstimatetoCompleteLaborEffortinHours": null,
"CostPerformanceIndex": null,
"EarnedValueCostVariance": null,
"ACDurationinDays": null,
"ITDDurationinDays": null,
"EarnedValue": null,
"ProjectCompletePercentage": null,
"PlannedValue": null,
"EarnedValueScheduleVariance": null,
"SchedulePerformanceIndex": null,
"ActualWorkPlanEffortinHours": null,
"WorkPlanCompletePercentage": null,
"WorkPlanScheduledEffortinHours": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED8E0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED8E",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED8E0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED8E",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED8E0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED8E/enclosure/PersonImage",
"name": "PersonImage",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED8E0000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED8E/enclosure/Image",
"name": "Image",
"kind": "other"
}
]
},
{
"ObjectId": 300100549143957,
"ObjectNumber": "innovation1",
"ObjectName": "innovation1",
"ObjectType": "PROGRAM",
"Objective": null,
"ObjectParentId": null,
"ParentProgramNumber": null,
"TreeStructureId": 300100549143957,
"Description": null,
"SystemStatusCode": "ORA_PROGRAM_ACTIVE",
"StatusName": "Active",
"OwningOrganizationId": null,
"OwningOrganizationName": null,
"RegionCode": null,
"RegionMeaning": null,
"LineOfBusinessCode": null,
"LineOfBusinessMeaning": null,
"StrategyCode": null,
"StrategyMeaning": null,
"AssessmentCode": null,
"AssessmentMeaning": null,
"PriorityCode": null,
"PriorityMeaning": null,
"OwnerId": 100010026863815,
"OwnerName": "Hillary Zier",
"PersonImageId": null,
"UserAccess": "ORA_PJS_VIEW_ONLY",
"UserAccessMeaning": "Viewer",
"ProgramLevel": 0,
"StartDate": null,
"FinishDate": null,
"ProgramBudget": null,
"PublicFlag": "N",
"ImageId": null,
"ImageName": null,
"ProjectRelationshipId": null,
"ProgramBudgetCurrency": null,
"ObjectWatchListId": null,
"ObjectNoteExistsFlag": "N",
"CreatedBy": "CVBUYER05",
"CreationDate": "2022-02-25T10:16:11.002+00:00",
"LastUpdateDate": "2022-02-25T10:15:07+00:00",
"LastUpdatedBy": "CVBUYER06",
"IncludePerformanceMeasuresFlag": "N",
"CurrencyCode": null,
"AsOfPeriodName": null,
"AsOfPeriodStartDate": null,
"AsOfPeriodEndDate": null,
"LastRefreshedDate": null,
"ITDActualNonbillableCost": null,
"PTDActualNonbillableCost": null,
"YTDActualNonbillableCost": null,
"ITDActualNonbillableCostPercentage": null,
"PTDActualNonbillableCostPercentage": null,
"YTDActualNonbillableCostPercentage": null,
"ITDActualCapitalizableCostPercentage": null,
"PTDActualCapitalizableCostPercentage": null,
"YTDActualCapitalizableCostPercentage": null,
"ITDActualCapitalizableCost": null,
"PTDActualCapitalizableCost": null,
"YTDActualCapitalizableCost": null,
"ITDCommittedCost": null,
"PTDCommittedCost": null,
"YTDCommittedCost": null,
"ITDActualCost": null,
"PTDActualCost": null,
"YTDActualCost": null,
"ITDActualandCommittedCost": null,
"PTDActualandCommittedCost": null,
"YTDActualandCommittedCost": null,
"EACBudgetCost": null,
"ITDBudgetCost": null,
"PTDBudgetCost": null,
"YTDBudgetCost": null,
"ACOriginalBudgetCost": null,
"ITDCostVariance": null,
"PTDCostVariance": null,
"YTDCostVariance": null,
"ACCurrentandOriginalBudgetCostVariancePercentage": null,
"ITDCostVariancePercentage": null,
"PTDCostVariancePercentage": null,
"YTDCostVariancePercentage": null,
"ACOriginalBudgetandEACForecastCostVariance": null,
"ITDForecastCostVariancePercentage": null,
"PTDForecastCostVariancePercentage": null,
"YTDForecastCostVariancePercentage": null,
"ITDForecastCost": null,
"PTDForecastCost": null,
"YTDForecastCost": null,
"EACCurrentandPreviousForecastCostVariance": null,
"ITDActualLaborEffort": null,
"PTDActualLaborEffort": null,
"YTDActualLaborEffort": null,
"ITDActualNonbillableLaborEffortinHours": null,
"PTDActualNonbillableLaborEffortinHours": null,
"YTDActualNonbillableLaborEffortinHours": null,
"EACBudgetLaborEffort": null,
"ITDBudgetLaborEffort": null,
"PTDBudgetLaborEffort": null,
"YTDBudgetLaborEffort": null,
"ACOriginalBudgetLaborEffortinHours": null,
"ITDLaborEffortVariancePercentage": null,
"PTDLaborEffortVariancePercentage": null,
"YTDLaborEffortVariancePercentage": null,
"EACForecastLaborEffort": null,
"ITDForecastLaborEffort": null,
"PTDForecastLaborEffort": null,
"YTDForecastLaborEffort": null,
"EACCurrentandPreviousForecastLaborEffortVariance": null,
"ITDActualMargin": null,
"PTDActualMargin": null,
"YTDActualMargin": null,
"ITDActualMarginPercentage": null,
"PTDActualMarginPercentage": null,
"YTDActualMarginPercentage": null,
"ITDBudgetMargin": null,
"PTDBudgetMargin": null,
"YTDBudgetMargin": null,
"EACCurrentandOriginalBudgetMarginVariance": null,
"ITDMarginVariance": null,
"PTDMarginVariance": null,
"YTDMarginVariance": null,
"ITDMarginPercentageVariance": null,
"PTDMarginPercentageVariance": null,
"YTDMarginPercentageVariance": null,
"ITDForecastMarginVariance": null,
"PTDForecastMarginVariance": null,
"YTDForecastMarginVariance": null,
"ACOriginalBudgetandEACForecastMarginVariance": null,
"ITDForecastMarginVariancePercentage": null,
"PTDForecastMarginVariancePercentage": null,
"YTDForecastMarginVariancePercentage": null,
"ITDForecastMargin": null,
"PTDForecastMargin": null,
"YTDForecastMargin": null,
"EACCurrentandPreviousForecastMarginVariance": null,
"ITDActualSpentCostPercentage": null,
"ITDActualSpentLaborEffortPercentage": null,
"ITDRevenue": null,
"PTDRevenue": null,
"YTDRevenue": null,
"ITDBudgetRevenue": null,
"PTDBudgetRevenue": null,
"YTDBudgetRevenue": null,
"EACCurrentandOriginalBudgetRevenueVariance": null,
"ITDRevenueVariance": null,
"PTDRevenueVariance": null,
"YTDRevenueVariance": null,
"ITDRevenueVariancePercentage": null,
"PTDRevenueVariancePercentage": null,
"YTDRevenueVariancePercentage": null,
"ITDForecastRevenueVariance": null,
"PTDForecastRevenueVariance": null,
"YTDForecastRevenueVariance": null,
"ACOriginalBudgetandEACForecastRevenueVariance": null,
"ITDForecastRevenueVariancePercentage": null,
"PTDForecastRevenueVariancePercentage": null,
"YTDForecastRevenueVariancePercentage": null,
"ITDForecastRevenue": null,
"PTDForecastRevenue": null,
"YTDForecastRevenue": null,
"EACCurrentandPreviousForecastRevenueVariance": null,
"ITDForecastMarginPercentageVariance": null,
"PTDForecastMarginPercentageVariance": null,
"YTDForecastMarginPercentageVariance": null,
"EACForecastLaborEffortVariancePercentage": null,
"ITDForecastLaborEffortVariancePercentage": null,
"PTDForecastLaborEffortVariancePercentage": null,
"YTDForecastLaborEffortVariancePercentage": null,
"PTDForecastCostVariance": null,
"YTDForecastCostVariance": null,
"ITDForecastCostVariance": null,
"ACBudgetLaborCost": null,
"ITDBudgetLaborCost": null,
"PTDBudgetLaborCost": null,
"YTDBudgetLaborCost": null,
"ACOriginalBudgetandActualCostVariance": null,
"EACForecastLaborCost": null,
"ITDForecastLaborCost": null,
"PTDForecastLaborCost": null,
"YTDForecastLaborCost": null,
"EstimatetoCompleteCost": null,
"EstimatetoCompleteLaborEffortinHours": null,
"CostPerformanceIndex": null,
"EarnedValueCostVariance": null,
"ACDurationinDays": null,
"ITDDurationinDays": null,
"EarnedValue": null,
"ProjectCompletePercentage": null,
"PlannedValue": null,
"EarnedValueScheduleVariance": null,
"SchedulePerformanceIndex": null,
"ActualWorkPlanEffortinHours": null,
"WorkPlanCompletePercentage": null,
"WorkPlanScheduledEffortinHours": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED950000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED95",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED950000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED95",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED950000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED95/enclosure/PersonImage",
"name": "PersonImage",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA0ED950000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA0ED95/enclosure/Image",
"name": "Image",
"kind": "other"
}
]
},
{
"ObjectId": 300100549355145,
"ObjectNumber": "Innovation 001",
"ObjectName": "Innovation Program",
"ObjectType": "PROGRAM",
"Objective": null,
"ObjectParentId": null,
"ParentProgramNumber": null,
"TreeStructureId": 300100549355145,
"Description": null,
"SystemStatusCode": "ORA_PROGRAM_ACTIVE",
"StatusName": "Active",
"OwningOrganizationId": null,
"OwningOrganizationName": null,
"RegionCode": null,
"RegionMeaning": null,
"LineOfBusinessCode": null,
"LineOfBusinessMeaning": null,
"StrategyCode": null,
"StrategyMeaning": null,
"AssessmentCode": null,
"AssessmentMeaning": null,
"PriorityCode": null,
"PriorityMeaning": null,
"OwnerId": 300100026351099,
"OwnerName": "Clayton Smith",
"PersonImageId": null,
"UserAccess": "ORA_PJS_OWNER",
"UserAccessMeaning": "Owner",
"ProgramLevel": 0,
"StartDate": null,
"FinishDate": null,
"ProgramBudget": null,
"PublicFlag": "N",
"ImageId": null,
"ImageName": null,
"ProjectRelationshipId": null,
"ProgramBudgetCurrency": null,
"ObjectWatchListId": null,
"ObjectNoteExistsFlag": "N",
"CreatedBy": "Clayton.Smith",
"CreationDate": "2022-02-28T15:38:12.001+00:00",
"LastUpdateDate": "2022-02-28T15:38:12.029+00:00",
"LastUpdatedBy": "Clayton.Smith",
"IncludePerformanceMeasuresFlag": "N",
"CurrencyCode": null,
"AsOfPeriodName": null,
"AsOfPeriodStartDate": null,
"AsOfPeriodEndDate": null,
"LastRefreshedDate": null,
"ITDActualNonbillableCost": null,
"PTDActualNonbillableCost": null,
"YTDActualNonbillableCost": null,
"ITDActualNonbillableCostPercentage": null,
"PTDActualNonbillableCostPercentage": null,
"YTDActualNonbillableCostPercentage": null,
"ITDActualCapitalizableCostPercentage": null,
"PTDActualCapitalizableCostPercentage": null,
"YTDActualCapitalizableCostPercentage": null,
"ITDActualCapitalizableCost": null,
"PTDActualCapitalizableCost": null,
"YTDActualCapitalizableCost": null,
"ITDCommittedCost": null,
"PTDCommittedCost": null,
"YTDCommittedCost": null,
"ITDActualCost": null,
"PTDActualCost": null,
"YTDActualCost": null,
"ITDActualandCommittedCost": null,
"PTDActualandCommittedCost": null,
"YTDActualandCommittedCost": null,
"EACBudgetCost": null,
"ITDBudgetCost": null,
"PTDBudgetCost": null,
"YTDBudgetCost": null,
"ACOriginalBudgetCost": null,
"ITDCostVariance": null,
"PTDCostVariance": null,
"YTDCostVariance": null,
"ACCurrentandOriginalBudgetCostVariancePercentage": null,
"ITDCostVariancePercentage": null,
"PTDCostVariancePercentage": null,
"YTDCostVariancePercentage": null,
"ACOriginalBudgetandEACForecastCostVariance": null,
"ITDForecastCostVariancePercentage": null,
"PTDForecastCostVariancePercentage": null,
"YTDForecastCostVariancePercentage": null,
"ITDForecastCost": null,
"PTDForecastCost": null,
"YTDForecastCost": null,
"EACCurrentandPreviousForecastCostVariance": null,
"ITDActualLaborEffort": null,
"PTDActualLaborEffort": null,
"YTDActualLaborEffort": null,
"ITDActualNonbillableLaborEffortinHours": null,
"PTDActualNonbillableLaborEffortinHours": null,
"YTDActualNonbillableLaborEffortinHours": null,
"EACBudgetLaborEffort": null,
"ITDBudgetLaborEffort": null,
"PTDBudgetLaborEffort": null,
"YTDBudgetLaborEffort": null,
"ACOriginalBudgetLaborEffortinHours": null,
"ITDLaborEffortVariancePercentage": null,
"PTDLaborEffortVariancePercentage": null,
"YTDLaborEffortVariancePercentage": null,
"EACForecastLaborEffort": null,
"ITDForecastLaborEffort": null,
"PTDForecastLaborEffort": null,
"YTDForecastLaborEffort": null,
"EACCurrentandPreviousForecastLaborEffortVariance": null,
"ITDActualMargin": null,
"PTDActualMargin": null,
"YTDActualMargin": null,
"ITDActualMarginPercentage": null,
"PTDActualMarginPercentage": null,
"YTDActualMarginPercentage": null,
"ITDBudgetMargin": null,
"PTDBudgetMargin": null,
"YTDBudgetMargin": null,
"EACCurrentandOriginalBudgetMarginVariance": null,
"ITDMarginVariance": null,
"PTDMarginVariance": null,
"YTDMarginVariance": null,
"ITDMarginPercentageVariance": null,
"PTDMarginPercentageVariance": null,
"YTDMarginPercentageVariance": null,
"ITDForecastMarginVariance": null,
"PTDForecastMarginVariance": null,
"YTDForecastMarginVariance": null,
"ACOriginalBudgetandEACForecastMarginVariance": null,
"ITDForecastMarginVariancePercentage": null,
"PTDForecastMarginVariancePercentage": null,
"YTDForecastMarginVariancePercentage": null,
"ITDForecastMargin": null,
"PTDForecastMargin": null,
"YTDForecastMargin": null,
"EACCurrentandPreviousForecastMarginVariance": null,
"ITDActualSpentCostPercentage": null,
"ITDActualSpentLaborEffortPercentage": null,
"ITDRevenue": null,
"PTDRevenue": null,
"YTDRevenue": null,
"ITDBudgetRevenue": null,
"PTDBudgetRevenue": null,
"YTDBudgetRevenue": null,
"EACCurrentandOriginalBudgetRevenueVariance": null,
"ITDRevenueVariance": null,
"PTDRevenueVariance": null,
"YTDRevenueVariance": null,
"ITDRevenueVariancePercentage": null,
"PTDRevenueVariancePercentage": null,
"YTDRevenueVariancePercentage": null,
"ITDForecastRevenueVariance": null,
"PTDForecastRevenueVariance": null,
"YTDForecastRevenueVariance": null,
"ACOriginalBudgetandEACForecastRevenueVariance": null,
"ITDForecastRevenueVariancePercentage": null,
"PTDForecastRevenueVariancePercentage": null,
"YTDForecastRevenueVariancePercentage": null,
"ITDForecastRevenue": null,
"PTDForecastRevenue": null,
"YTDForecastRevenue": null,
"EACCurrentandPreviousForecastRevenueVariance": null,
"ITDForecastMarginPercentageVariance": null,
"PTDForecastMarginPercentageVariance": null,
"YTDForecastMarginPercentageVariance": null,
"EACForecastLaborEffortVariancePercentage": null,
"ITDForecastLaborEffortVariancePercentage": null,
"PTDForecastLaborEffortVariancePercentage": null,
"YTDForecastLaborEffortVariancePercentage": null,
"PTDForecastCostVariance": null,
"YTDForecastCostVariance": null,
"ITDForecastCostVariance": null,
"ACBudgetLaborCost": null,
"ITDBudgetLaborCost": null,
"PTDBudgetLaborCost": null,
"YTDBudgetLaborCost": null,
"ACOriginalBudgetandActualCostVariance": null,
"EACForecastLaborCost": null,
"ITDForecastLaborCost": null,
"PTDForecastLaborCost": null,
"YTDForecastLaborCost": null,
"EstimatetoCompleteCost": null,
"EstimatetoCompleteLaborEffortinHours": null,
"CostPerformanceIndex": null,
"EarnedValueCostVariance": null,
"ACDurationinDays": null,
"ITDDurationinDays": null,
"EarnedValue": null,
"ProjectCompletePercentage": null,
"PlannedValue": null,
"EarnedValueScheduleVariance": null,
"SchedulePerformanceIndex": null,
"ActualWorkPlanEffortinHours": null,
"WorkPlanCompletePercentage": null,
"WorkPlanScheduledEffortinHours": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA426890000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA42689",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA426890000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA42689",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA426890000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA42689/enclosure/PersonImage",
"name": "PersonImage",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F09AA426890000000750524F4752414DFFFFFFFF0000000EACED00057708000110F09AA42689/enclosure/Image",
"name": "Image",
"kind": "other"
}
]
},
{
"ObjectId": 300100003325548,
"ObjectNumber": "PJS CPBF Flow",
"ObjectName": "PJS CPBF Flow",
"ObjectType": "PROJECT",
"Objective": null,
"ObjectParentId": 300100549355145,
"ParentProgramNumber": "Innovation 001",
"TreeStructureId": 300100549355145,
"Description": "Template to be employed for CPBF RRF Flow.",
"SystemStatusCode": "APPROVED",
"StatusName": "Approved",
"OwningOrganizationId": 204,
"OwningOrganizationName": "Vision Operations",
"RegionCode": null,
"RegionMeaning": null,
"LineOfBusinessCode": null,
"LineOfBusinessMeaning": null,
"StrategyCode": null,
"StrategyMeaning": null,
"AssessmentCode": null,
"AssessmentMeaning": null,
"PriorityCode": null,
"PriorityMeaning": null,
"OwnerId": 100010032551061,
"OwnerName": "Charles Smith",
"PersonImageId": null,
"UserAccess": "ORA_PJS_OWNER",
"UserAccessMeaning": "Owner",
"ProgramLevel": null,
"StartDate": "2010-10-01",
"FinishDate": "2015-12-31",
"ProgramBudget": null,
"PublicFlag": "N",
"ImageId": null,
"ImageName": null,
"ProjectRelationshipId": 300100549355153,
"ProgramBudgetCurrency": null,
"ObjectWatchListId": null,
"ObjectNoteExistsFlag": "N",
"CreatedBy": "Charles.Smith",
"CreationDate": "2011-12-01T02:29:24+00:00",
"LastUpdateDate": "2019-01-28T09:54:44+00:00",
"LastUpdatedBy": "Charles.Smith",
"IncludePerformanceMeasuresFlag": "N",
"CurrencyCode": null,
"AsOfPeriodName": null,
"AsOfPeriodStartDate": null,
"AsOfPeriodEndDate": null,
"LastRefreshedDate": null,
"ITDActualNonbillableCost": null,
"PTDActualNonbillableCost": null,
"YTDActualNonbillableCost": null,
"ITDActualNonbillableCostPercentage": null,
"PTDActualNonbillableCostPercentage": null,
"YTDActualNonbillableCostPercentage": null,
"ITDActualCapitalizableCostPercentage": null,
"PTDActualCapitalizableCostPercentage": null,
"YTDActualCapitalizableCostPercentage": null,
"ITDActualCapitalizableCost": null,
"PTDActualCapitalizableCost": null,
"YTDActualCapitalizableCost": null,
"ITDCommittedCost": null,
"PTDCommittedCost": null,
"YTDCommittedCost": null,
"ITDActualCost": null,
"PTDActualCost": null,
"YTDActualCost": null,
"ITDActualandCommittedCost": null,
"PTDActualandCommittedCost": null,
"YTDActualandCommittedCost": null,
"EACBudgetCost": null,
"ITDBudgetCost": null,
"PTDBudgetCost": null,
"YTDBudgetCost": null,
"ACOriginalBudgetCost": null,
"ITDCostVariance": null,
"PTDCostVariance": null,
"YTDCostVariance": null,
"ACCurrentandOriginalBudgetCostVariancePercentage": null,
"ITDCostVariancePercentage": null,
"PTDCostVariancePercentage": null,
"YTDCostVariancePercentage": null,
"ACOriginalBudgetandEACForecastCostVariance": null,
"ITDForecastCostVariancePercentage": null,
"PTDForecastCostVariancePercentage": null,
"YTDForecastCostVariancePercentage": null,
"ITDForecastCost": null,
"PTDForecastCost": null,
"YTDForecastCost": null,
"EACCurrentandPreviousForecastCostVariance": null,
"ITDActualLaborEffort": null,
"PTDActualLaborEffort": null,
"YTDActualLaborEffort": null,
"ITDActualNonbillableLaborEffortinHours": null,
"PTDActualNonbillableLaborEffortinHours": null,
"YTDActualNonbillableLaborEffortinHours": null,
"EACBudgetLaborEffort": null,
"ITDBudgetLaborEffort": null,
"PTDBudgetLaborEffort": null,
"YTDBudgetLaborEffort": null,
"ACOriginalBudgetLaborEffortinHours": null,
"ITDLaborEffortVariancePercentage": null,
"PTDLaborEffortVariancePercentage": null,
"YTDLaborEffortVariancePercentage": null,
"EACForecastLaborEffort": null,
"ITDForecastLaborEffort": null,
"PTDForecastLaborEffort": null,
"YTDForecastLaborEffort": null,
"EACCurrentandPreviousForecastLaborEffortVariance": null,
"ITDActualMargin": null,
"PTDActualMargin": null,
"YTDActualMargin": null,
"ITDActualMarginPercentage": null,
"PTDActualMarginPercentage": null,
"YTDActualMarginPercentage": null,
"ITDBudgetMargin": null,
"PTDBudgetMargin": null,
"YTDBudgetMargin": null,
"EACCurrentandOriginalBudgetMarginVariance": null,
"ITDMarginVariance": null,
"PTDMarginVariance": null,
"YTDMarginVariance": null,
"ITDMarginPercentageVariance": null,
"PTDMarginPercentageVariance": null,
"YTDMarginPercentageVariance": null,
"ITDForecastMarginVariance": null,
"PTDForecastMarginVariance": null,
"YTDForecastMarginVariance": null,
"ACOriginalBudgetandEACForecastMarginVariance": null,
"ITDForecastMarginVariancePercentage": null,
"PTDForecastMarginVariancePercentage": null,
"YTDForecastMarginVariancePercentage": null,
"ITDForecastMargin": null,
"PTDForecastMargin": null,
"YTDForecastMargin": null,
"EACCurrentandPreviousForecastMarginVariance": null,
"ITDActualSpentCostPercentage": null,
"ITDActualSpentLaborEffortPercentage": null,
"ITDRevenue": null,
"PTDRevenue": null,
"YTDRevenue": null,
"ITDBudgetRevenue": null,
"PTDBudgetRevenue": null,
"YTDBudgetRevenue": null,
"EACCurrentandOriginalBudgetRevenueVariance": null,
"ITDRevenueVariance": null,
"PTDRevenueVariance": null,
"YTDRevenueVariance": null,
"ITDRevenueVariancePercentage": null,
"PTDRevenueVariancePercentage": null,
"YTDRevenueVariancePercentage": null,
"ITDForecastRevenueVariance": null,
"PTDForecastRevenueVariance": null,
"YTDForecastRevenueVariance": null,
"ACOriginalBudgetandEACForecastRevenueVariance": null,
"ITDForecastRevenueVariancePercentage": null,
"PTDForecastRevenueVariancePercentage": null,
"YTDForecastRevenueVariancePercentage": null,
"ITDForecastRevenue": null,
"PTDForecastRevenue": null,
"YTDForecastRevenue": null,
"EACCurrentandPreviousForecastRevenueVariance": null,
"ITDForecastMarginPercentageVariance": null,
"PTDForecastMarginPercentageVariance": null,
"YTDForecastMarginPercentageVariance": null,
"EACForecastLaborEffortVariancePercentage": null,
"ITDForecastLaborEffortVariancePercentage": null,
"PTDForecastLaborEffortVariancePercentage": null,
"YTDForecastLaborEffortVariancePercentage": null,
"PTDForecastCostVariance": null,
"YTDForecastCostVariance": null,
"ITDForecastCostVariance": null,
"ACBudgetLaborCost": null,
"ITDBudgetLaborCost": null,
"PTDBudgetLaborCost": null,
"YTDBudgetLaborCost": null,
"ACOriginalBudgetandActualCostVariance": null,
"EACForecastLaborCost": null,
"ITDForecastLaborCost": null,
"PTDForecastLaborCost": null,
"YTDForecastLaborCost": null,
"EstimatetoCompleteCost": null,
"EstimatetoCompleteLaborEffortinHours": null,
"CostPerformanceIndex": null,
"EarnedValueCostVariance": null,
"ACDurationinDays": null,
"ITDDurationinDays": null,
"EarnedValue": null,
"ProjectCompletePercentage": null,
"PlannedValue": null,
"EarnedValueScheduleVariance": null,
"SchedulePerformanceIndex": null,
"ActualWorkPlanEffortinHours": null,
"WorkPlanCompletePercentage": null,
"WorkPlanScheduledEffortinHours": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F07A18666C0000000750524F4A4543540000000EACED00057708000110F09AA426890000000EACED00057708000110F09AA42689",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F07A18666C0000000750524F4A4543540000000EACED00057708000110F09AA426890000000EACED00057708000110F09AA42689",
"name": "projectProgramInsights",
"kind": "item"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F07A18666C0000000750524F4A4543540000000EACED00057708000110F09AA426890000000EACED00057708000110F09AA42689/enclosure/PersonImage",
"name": "PersonImage",
"kind": "other"
},
{
"rel": "enclosure",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights/00040000000EACED00057708000110F07A18666C0000000750524F4A4543540000000EACED00057708000110F09AA426890000000EACED00057708000110F09AA42689/enclosure/Image",
"name": "Image",
"kind": "other"
}
]
}
],
"count": 5,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc34-fa-ext.us.oracle.com:443/fscmRestApi/resources/11.13.18.05/projectProgramInsights",
"name": "projectProgramInsights",
"kind": "collection"
}
]
}
Back to Top