Project Forecast

Service to operate on a project forecast that can include estimated cost, revenue, labor hours, or other quantities for a project or task. Each forecast can optionally be categorized by resource. Different forecast types can be set up to classify forecasts for different purposes. In addition, different versions can exist for each user-defined forecast type: current, approved and historical versions.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/projects/control/budgetsAndForecasts/forecastServiceV2/}ProjectForecastService

Service WSDL URL: https://servername/fscmService/ProjectForecastServiceV2?WSDL

Logical Business Objects

  • Projects : Project Control : Project Forecast

Relationships

The following table describes how this service data object is related to other service data objects or business object services.

Relationship Type Object or Service

Handles

Project Forecast Translation SDO

Handles

Forecast Version SDO

Handles

Planning Options Descriptive Flexfields SDO

Handles

Forecast Version Resource SDO

Handles

Forecast Version Task SDO

Handles

Forecast Version Resource View Resource SDO

Handles

Forecast Version Period Details SDO

Handles

Project Forecast SDO

Handles

Project Budget Output

Handles

Forecast Version Resource View SDO

Handles

Forecast Version Resource Task SDO

Handles

Project Forecast Attributes SDO

Handles

Forecast Version Resource View Period Details SDO

Operations

createForecast

Creates new forecast version based on resource data and period data provided.

Life Cycle Status: Active

Request Payload

Element Name Type Description

forecastRowList

Project Forecast Input

The list of forecast input rows.

Response Payload

Element Name Type Description

result

Project Budget Output

Returns the version details and status.

getProjectForecast

Retrieves the project forecast version based on the project forecast version identifier.

Life Cycle Status: Active

Request Payload

Element Name Type Description

internalVersionId

long

Identifier of the project forecast version to be retrieved.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a project forecast version that matches the project forecast version identifier.

findProjectForecast

Returns a list of project forecast versions for a project.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find project forecast.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of all project forecast versions for the selected project.

findProjectForecastPrimaryCostForecastByProjectAndVersion

Returns primary cost forecast version for a project and version.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find the primary cost forecast by project and version details.

BindInternalVersionId

string

Criteria value for version identifier to find primary cost forecast.

BindVersionName

string

Criteria value for version name to find primary cost forecast.

BindVersionNumber

long

Criteria value for version number to find primary cost forecast.

BindProjectName

string

Criteria value for project name to find primary cost forecast.

BindProjectNumber

long

Criteria value for project number to find primary cost forecast.

BindInternalProjectId

string

Criteria value for project identifier to find primary cost forecast.

BindFinancialPlanType

string

Create value for financial plan type to find primary cost forecast.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of primary cost forecast versions that match the search criteria.

findProjectForecastCurrentWorkingVersionByProjectAndVersion

Returns current working forecast version for a project and version.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find the current forecast working version by project and version details.

BindInternalVersionId

string

Criteria value for version identifier to find current forecast working version.

BindVersionName

string

Criteria value for version name to find current forecast working version.

BindVersionNumber

long

Criteria value for version number to find current forecast working version.

BindProjectName

string

Criteria value for project name to find current forecast working version.

BindProjectNumber

long

Criteria value for project number to find current forecast working version.

BindInternalProjectId

string

Criteria value for project identifier to find current forecast working version.

BindFinancialPlanType

string

Create value for financial plan type to find current forecast working version.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of current working forecast versions that match the search criteria.

findCurrentApprovedForecastVersionsByProject

Operation to find and return current approved forecast versions for a project.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

criteria to be passed

InternalProjectId

string

Project id to be passed as input parameter

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

control to be passed as input

Response Payload

Element Name Type Description

result

Project Forecast

return list of current approved forecast versions

findProjectForecastPrimaryRevenueForecastByProjectAndVersion

Returns primary revenue forecast version for a project and version.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find the primary revenue forecast by project and version details.

BindInternalVersionId

string

Criteria value for version identifier to find primary revenue forecast.

BindVersionName

string

Criteria value for version name to find primary revenue forecast.

BindVersionNumber

long

Criteria value for version number to find primary revenue forecast.

BindProjectName

string

Criteria value for project name to find primary revenue forecast.

BindProjectNumber

long

Criteria value for project number to find primary revenue forecast.

BindInternalProjectId

string

Criteria value for project identifier to find primary revenue forecast.

BindFinancialPlanType

string

Create value for financial plan type to find primary revenue forecast.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of primary revenue forecast versions that match the search criteria.

findProjectForecastCurrentApprovedForecastByProjectAndVersion

Returns current approved forecast version for a project and version.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find the current approved forecast by project and version details.

BindInternalVersionId

string

Criteria value for version identifier to find current approved forecast.

BindVersionName

string

Criteria value for version name to find current approved forecast.

BindVersionNumber

long

Criteria value for version number to find current approved forecast.

BindProjectName

string

Criteria value for project name to find current approved forecast.

BindProjectNumber

long

Criteria value for project number to find current approved forecast.

BindInternalProjectId

string

Criteria value for project identifier to find current approved forecast.

BindFinancialPlanType

string

Create value for financial plan type to find current approved forecast.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of current approved forecast versions that match the search criteria.

findProjectForecastByProjectAndVersion

Returns forecast version for a project and version.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria to find the project forecast by project and version details.

BindInternalVersionId

string

Criteria value for version identifier to find project forecast.

BindVersionName

string

Criteria value for version name to find project forecast.

BindVersionNumber

long

Criteria value for version number to find project forecast.

BindProjectName

string

Criteria value for project name to find project forecast.

BindProjectNumber

long

Criteria value for project number to find project forecast.

BindInternalProjectId

string

Criteria value for project identifier to find project forecast.

BindFinancialPlanType

string

Create value for financial plan type to find project forecast.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Object to represent the parameters to be included in the filter.

Response Payload

Element Name Type Description

result

Project Forecast

Returns a list of forecast versions that match the search criteria.

findForecastVersionByTask

find forecast version by entering task details

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

find criteria to filter forecast version records.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

attributes to control find operation

Response Payload

Element Name Type Description

result

Forecast Version SDO

return payload with forecast version details

findForecastVersionByResource

find forecast version by entering resource details

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

find criteria to filter forecast version records.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

attributes to control find operation

Response Payload

Element Name Type Description

result

Forecast Version Resource View SDO

return payload with forecast version details

getDfltObjAttrHints

Retrieves user interface hints, such as the service data object label and object attribute labels, for the specified service data object and locale. As a prerequisite, invoke the getEntityList operation defined on this service to get the list of possible values for the viewName request payload element.

Life Cycle Status: Active

Request Payload

Element Name Type Description

viewName

string

The service view usage name, an internal name for the service data object. Specify the value of the element from the getEntityList operation response payload.

localeName

string

The locale to use when evaluating locale-based user interface hints. The localeName is in ISO 639-1 format.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ObjAttrHints

Returns the label and user interface hints for the specified service data object and its attributes in a name-value pair format.

getServiceLastUpdateTime

Returns the date and time when the schema files referenced in the service definition last changed.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

Returns the date and time when the service definition last changed in ISO 8601 format.

getEntityList

Returns the list of service data objects defined on this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ServiceViewInfo

Returns a list of service data objects defined on this service. For each service data object, the result includes the QName, internal name, and Boolean values indicating whether create, update, merge, and delete operations can be performed on the object.

Security

The following tables list the privileges required to perform the service operations, and the duty roles that each privilege is granted to.

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

All Operations

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

Manage Project Financial Plans Service

Allows access to the project financial plans service for the creation, update, and maintenance of project plans, budgets, and forecasts using a service.

Privileges to Duty Roles Mapping

Privilege Code Granted to Duty Role Code Granted to Duty Role Name Granted To Duty Role Description

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

Grants Administrator

Assists the principal investigator with the administrative functions of an award and its related projects, particularly with data collection and data entry tasks.

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

ORA_PJF_PROJECT_INTEGRATION_SPECIALIST_JOB

Project Integration Specialist

Individual responsible for planning, coordinating, and supervising all activities related to the integration of project management information systems.

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

Principal Investigator

Controls and monitors the technical direction and academic quality of research projects such as laboratory studies or clinical trials. Ensures that projects comply with the terms, conditions, and policies defined by the sponsor and the institution. Owns ultimate responsibility for the management of the sponsored research award, especially in cases where funding is obtained from federal agencies such as the NIH or NSF.

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

Project Application Administrator

Collaborates with project application users to maintain consistent project application configuration, rules, and access.

PJO_MANAGE_PROJECT_FINANCIAL_PLANS_SERVICE_PRIV

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

Grants Department Administrator

Assists the principal investigator with the administrative functions of an award and its related projects, particularly with data collection and data entry tasks for one or more departments within the enterprise.

Duty Roles to Duty or Job Roles Mapping

Duty Role Code Granted to Duty or Job Role Code Granted to Duty or Job Role Name Granted To Duty or Job Role Description

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_GMS_AWARD_MANAGEMENT_DUTY

Award Management

Creates awards and related contract information. Manages award information such as keywords, funding sources, and budget periods. Manages projects associated with awards. Manages funding assigned to the award and allocated to projects and tasks. Submits process to update financial performance data for awards and award projects and views the financial data. Generates reports for submission to federal agencies.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_GMS_AWARD_MANAGEMENT_DUTY

Award Management

Creates awards and related contract information. Manages award information such as keywords, funding sources, and budget periods. Manages projects associated with awards. Manages funding assigned to the award and allocated to projects and tasks. Submits process to update financial performance data for awards and award projects and views the financial data. Generates reports for submission to federal agencies.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_GMS_AWARD_MANAGEMENT_DUTY

Award Management

Creates awards and related contract information. Manages award information such as keywords, funding sources, and budget periods. Manages projects associated with awards. Manages funding assigned to the award and allocated to projects and tasks. Submits process to update financial performance data for awards and award projects and views the financial data. Generates reports for submission to federal agencies.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_AMENDMENT_DUTY

Contract Amendment

Amends approved contracts. This includes initiating an amendment, reverting the contract to the previous signed version, updating all allowable attributes, and submitting the amendment for approval.

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_OKC_CONTRACT_AMENDMENT_TEAM_DUTY

Contract Amendment Team

Amends approved contracts honoring team access. This includes initiating an amendment, reverting the contract to the previous signed version, updating all allowable attributes, and submitting the amendment for approval.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

Authors contracts, including terms and conditions, interactions, and customer account information.

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

Authors contracts, including terms and conditions, interactions, and customer account information honoring team access.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY

Contract Search and View Access Team

Searches and views contracts for the assigned business units by honoring team access.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_TERMS_AUTHORING_OVERRIDE_DUTY

Contract Terms and Conditions Override Controls

Edits protected clauses, and deletes mandatory clauses and sections in addition to authoring nonstandard terms and conditions.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_TERMS_AUTHORING_OVERRIDE_DUTY

Contract Terms and Conditions Override Controls

Edits protected clauses, and deletes mandatory clauses and sections in addition to authoring nonstandard terms and conditions.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_PJF_PROJECT_INTEGRATION_SPECIALIST_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_GRANT_CONTRACT_AMENDMENT_DUTY

Grant Contract Amendment

Amends approved grant contracts. This includes initiating an amendment, reverting the contract to the previous signed version, updating all allowable attributes, and submitting the amendment for approval.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_GRANT_CONTRACT_AUTHORING_DUTY

Grant Contract Authoring

Authors grant contracts, including terms and conditions, interactions, and customer account information.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_GRANT_CONTRACT_SEARCH_VIEW_DUTY

Grant Contract Search and View Access

Searches and views grant contracts for the assigned business units.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_GMS_GRANTS_MANAGEMENT_ADMINISTRATION_DUTY

Grants Management Administration

Configures business unit implementation options, reference types, grants personnel, keywords, institutions, and other setup objects.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_GL_PROJECTS_PERIOD_STATUS_MANAGEMENT_DUTY

Manage Projects Accounting Period Status

Manages Oracle Fusion Projects period status.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_FSCM

Manage Users

Creates and updates users and assigns roles to users.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_FSCM

Manage Users

Creates and updates users and assigns roles to users.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_FSCM

Manage Users

Creates and updates users and assigns roles to users.

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_OKC_CONTRACT_TERMS_AUTHORING_NON_STANDARD_DUTY

Nonstandard Contract Terms and Conditions Authoring

Authors nonstandard terms and conditions in addition to standard terms and conditions. Nonstandard terms authoring includes editing standard clauses, creating nonstandard clauses, deleting nonstandard clauses and sections, and removing contract terms.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_TERMS_AUTHORING_NON_STANDARD_DUTY

Nonstandard Contract Terms and Conditions Authoring

Authors nonstandard terms and conditions in addition to standard terms and conditions. Nonstandard terms authoring includes editing standard clauses, creating nonstandard clauses, deleting nonstandard clauses and sections, and removing contract terms.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_TERMS_AUTHORING_NON_STANDARD_DUTY

Nonstandard Contract Terms and Conditions Authoring

Authors nonstandard terms and conditions in addition to standard terms and conditions. Nonstandard terms authoring includes editing standard clauses, creating nonstandard clauses, deleting nonstandard clauses and sections, and removing contract terms.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_PJF_PROJECT_ADMINISTRATOR_JOB

Project Administrator

Assists the project manager with the administrative functions of a project, particularly the functions related to collecting and entering information into the project application.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_PJO_PROJECT_BUDGET_BASELINE_CREATION_DUTY

Project Budget Baseline Creation

Allows creation of baseline version of project budget.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PJO_PROJECT_BUDGET_BASELINE_CREATION_DUTY

Project Budget Baseline Creation

Allows creation of baseline version of project budget.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PJO_PROJECT_BUDGET_MANAGEMENT_DUTY

Project Budget Management

Creates, edits, and deletes working budget versions. Edits versions in Excel. Submits versions for baseline creation.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PJF_PROJECT_DEFINITION_DUTY

Project Definition

Edits project and task attributes.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_PJT_PROJECT_EXECUTION_APPLICATION_ADMINISTRATION_DUTY

Project Execution Application Administration

Performs setup tasks such as defining progress thresholds, default calendar options for projects and resources, enterprise codes for projects and tasks, and calendars to establish work schedules for projects and resources. Manages project enterprise resources, project roles, resource pools, target utilization percentages, and project enterprise resource maintenance conditions. Initiates processes to maintain the project resource search index.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_PJF_PROJECT_FINANCIAL_APPLICATION_ADMINISTRATION_DUTY

Project Financial Application Administration

Performs setup tasks for project costing and manages project costing business objects such as expenditure type, expenditure categories, rate schedules, and burden schedules. Performs setup tasks for contract billing and project performance reporting. Configures project plan types, financial plan types, spread curves, and period profiles. Configures setup options for integrating with external scheduling applications.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PJO_PROJECT_PLAN_MANAGEMENT_DUTY

Project Plan Management

Creates, edits, and deletes task assignments and views project progress.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_PJT_PROJECT_RESOURCE_ASSIGNMENT_DUTY

Project Resource Assignment

Directly assigns a resource to a project without approval from the resource manager. Edits project resource assignment attributes such as from and to dates, effort, allocation percentage, and cost and bill rates.

ORA_PJF_PROJECTS_APPLICATION_ADMINISTRATOR_JOB

ORA_PRJ_REVIEW_APPROVAL_TRANSACTIONS_DUTY

Project Transaction Approval Reviewing

Allows viewing the status of project transactions due for approval and taking appropriate action to expedite the approval process.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PJF_PROJECTS_REPORTING_ANALYSIS_DUTY

Projects Reporting Analysis

Access project Business Intelligence Applications data.

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_XCC_TRANSACTIONAL_DUTY

Transaction Entry with Budgetary Control

Manages the budgetary control tasks by job roles who perform transactions that are subject to budgetary control, such as accounts payable manager.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_XCC_TRANSACTIONAL_DUTY

Transaction Entry with Budgetary Control

Manages the budgetary control tasks by job roles who perform transactions that are subject to budgetary control, such as accounts payable manager.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_XCC_TRANSACTIONAL_DUTY

Transaction Entry with Budgetary Control

Manages the budgetary control tasks by job roles who perform transactions that are subject to budgetary control, such as accounts payable manager.