Contract Service (Deprecated)

This service is deprecated from Release 11 onwards. Use the version 2 of the service identified by oracle.apps.contracts.coreAuthoring.contractService.ContractService.

Life Cycle Status: Deprecated. This service is deprecated and replaced by .

QName: {http://xmlns.oracle.com/apps/contracts/coreAuthoring/transaction/transactionService/}ContractService

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

Logical Business Objects

  • CRM : Enterprise Contracts : Contract

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

Next version is

Contract Service Version 2

Handles

Contract Revenue Plans

Handles

Nonlabor Rate Override

Handles

Contract Assigned Billing Extensions

Handles

Contract Bill Plan Translation

Handles

Contract Party

Handles

Job Title Override

Handles

Contract Party Descriptive Flexfield Attributes

Handles

Contract Job Rate Override

Handles

Contract Header Descriptive Flexfield Attributes

Handles

Contract Related Document

Handles

Contract Bill Plan Descriptive Flexfields

Handles

Contract Line

Handles

Contract Billing Controls

Handles

Contract

Handles

Contract Job Assignment Override

Handles

Contract Party Contact

Handles

Contract Party Address

Handles

Contract Line Descriptive Flexfield Attributes

Handles

Labor Multiplier Override

Handles

Sales Credit

Handles

Contract Bill Plans

Handles

Person Rate Override

Operations

mergeContractInAllStatus

The custom merge operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractHeader

Contract Deprecated

The contract header SDOs of all the contracts that would be merged.

targetStatusCode

string

The target status code after the merge operation.

closeDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when the contract was closed.

closeReasonCode

string

The close reason code of the contract.

cancelReasonCode

string

The reason code for canceling a contract.

versionFlag

boolean

The flag that denotes whether a new version of the contract would be created for the merge operation.

Response Payload

Element Name Type Description

result

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

The result of the merge operation that also includes the warning or information message.

deleteContract

The custom delete operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

id

long

The identifier of the contract.

majorVersion

long

The major version of the contract.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

deleteAllVersions

boolean

The flag that denotes whether all the versions of the contract would be deleted or not.

Response Payload

Element Name Type Description

result

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

The result of the delete operation that also includes the warning or information message.

removeHoldOnContract

The custom remove hold operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

lineId

long

The identifier of the line.

removeHoldDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when the hold on the contract was removed.

Response Payload

Element Name Type Description

result

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

The result of the remove hold operation that also includes the warning or information message.

reopenContract

The custom reopen contract operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

Response Payload

Element Name Type Description

result

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

The result of the reopen operation that also includes the warning or information message.

reopenContractLine

The custom reopen contract line operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractLineId

long

The contract line identifier.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

Response Payload

Element Name Type Description

result

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

The result of the reopen operation includes the warning or information message.

applyHoldOnContractUsingSetId

The custom hold operation using the set identifier for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

lineId

long

The identifier of the line.

headerExternalSourceKey

string

The external source key of the header.

headerExternalReferenceKey

string

The external reference key of the header.

lineExternalSourceKey

string

The external source key of the line.

lineExternalReferenceKey

string

The external reference key of the line.

holdUntilDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date until which the contract is on hold.

holdReasonCode

string

The reason code for the contract being on hold.

applyHldRsnSetId

long

The reason set identifier for the contract being on hold.

Response Payload

Element Name Type Description

result

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

The result of the apply hold operation that also includes the warning or information message.

closeContractLineUsingSetId

The custom close contract line operation using the set identifier for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractLineId

long

The contract line identifier.

closedDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when the contract was closed.

reasonCode

string

The reason code for the line being closed.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

trnCodeSetId

long

The transaction code set identifier.

Response Payload

Element Name Type Description

result

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

The result of the close operation that also includes the warning or information message.

closeContractUsingSetId

The custom close contract operation using the set identifier for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

closedDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when the contract was closed.

reasonCode

string

The reason code for the contract being closed.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

trnCodeSetId

long

The transaction code set identifier.

Response Payload

Element Name Type Description

result

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

The result of the close operation that also includes the warning or information message.

cancelContractUsingSetId

The custom cancel contract operation using the set identifier for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

reasonCode

string

The reason code for the contract being canceled.

externalSourceKey

string

The external source key of the contract.

externalReferenceKey

string

The external reference key of the contract.

trnCodeSetId

long

The transaction code set identifier.

Response Payload

Element Name Type Description

result

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

The result of the cancel operation that also includes the warning or information message.

updateContractToActive

The custom activate operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

The identifier of the contract.

runValidationFlag

boolean

The flag that denotes whether validations are run or not.

Response Payload

Element Name Type Description

result

void

The result of the update operation that also includes the successfully activated contract header SDO.

getContract

The get operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

id

long

The identifier of the contract.

majorVersion

long

The major version of the contract.

Response Payload

Element Name Type Description

result

Contract Deprecated

The result of the get operation that also includes the successfully retrieved contract header SDO.

getContractByPrimaryKey

Get operation for Contract Header SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractId

long

Contract Id

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/contracts/coreAuthoring/transaction/transactionService/}ContractHeaderResult

Result of the operation includes the successfully retrieved Contract Header SDO

createContract

The create operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractHeader

Contract Deprecated

The contract header SDOs of all the contracts that would be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/contracts/coreAuthoring/transaction/transactionService/}ContractHeaderResult

The result of the create operation includes the successfully created contract header SDO.

updateContract

The update operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractHeader

Contract Deprecated

The contract header SDOs of the contract that would be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/contracts/coreAuthoring/transaction/transactionService/}ContractHeaderResult

The result of the update operation that also includes the successfully updated contract header SDO.

mergeContract

The merge operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contractHeader

Contract Deprecated

The contract header SDOs of all the contracts that would be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/contracts/coreAuthoring/transaction/transactionService/}ContractHeaderResult

The result of the merge operation that also includes the successfully merged contract header SDO.

findContract

The find operation for the contract header SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The criteria used to limit the query result, such as the filter (where clause) and the fetch size.

findControl

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

This field is not currently used.

Response Payload

Element Name Type Description

result

Contract Deprecated

The result of the operation that includes a list of contract header SDO satisfying the inbound criteria and any warnings or information messages.

getDfltObjAttrHints

An operation to retrieve user interface hints, such as the service data object label and the 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, which is an internal name for the service data object. Specify the value of the <name> element from the getEntityList operation response payload.

localeName

string

The locale that the application would use when evaluating the locale-based user interface hints. The locale name is in the ISO 639-1 format.

Response Payload

Element Name Type Description

result

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

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

getServiceLastUpdateTime

An operation that returns the date and time when the schema files were 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

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

getEntityList

An operation to get the list of service data objects defined for this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

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

A list of service data objects defined for this service. For each service data object, the result includes the name, 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

updateContractToActive

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

updateContractToActive

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

removeHoldOnContract

OKC_HOLD_CONTRACT_PRIV

Hold Contract

Allows the application of a hold on a contract or contract line.

mergeContractInAllStatus

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

mergeContractInAllStatus

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

mergeContractInAllStatus

OKC_CREATE_CONTRACT_PRIV

Create Contract

Provides ability to initiate contract creation.

cancelContractUsingSetId

OKC_CANCEL_CONTRACT_PRIV

Cancel Contract

Allows the cancellation of contracts and contract lines.

cancelContractUsingSetId

OKC_CANCEL_CONTRACT_VIA_WEB_SERVICE_PRIV

Cancel Contract via Web Service

Allows the cancellation of contracts and contract lines from outside the application.

reopenContractLine

OKC_CLOSE_CONTRACT_PRIV

Close Contract

Allows the closing of contracts and contract lines.

reopenContractLine

OKC_CLOSE_CONTRACT_VIA_WEB_SERVICE_PRIV

Close Contract by Web Service

Allows the closing of contracts and contract lines from outside the application..

createContract

OKC_CREATE_CONTRACT_PRIV

Create Contract

Provides ability to initiate contract creation.

applyHoldOnContractUsingSetId

OKC_HOLD_CONTRACT_PRIV

Hold Contract

Allows the application of a hold on a contract or contract line.

updateContract

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

updateContract

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

deleteContract

OKC_DELETE_CONTRACT_PRIV

Delete Contract

Allows the deletion of draft or canceled contracts.

reopenContract

OKC_CLOSE_CONTRACT_PRIV

Close Contract

Allows the closing of contracts and contract lines.

reopenContract

OKC_CLOSE_CONTRACT_VIA_WEB_SERVICE_PRIV

Close Contract by Web Service

Allows the closing of contracts and contract lines from outside the application..

closeContractLineUsingSetId

OKC_CLOSE_CONTRACT_PRIV

Close Contract

Allows the closing of contracts and contract lines.

closeContractLineUsingSetId

OKC_CLOSE_CONTRACT_VIA_WEB_SERVICE_PRIV

Close Contract by Web Service

Allows the closing of contracts and contract lines from outside the application..

closeContractUsingSetId

OKC_CLOSE_CONTRACT_PRIV

Close Contract

Allows the closing of contracts and contract lines.

closeContractUsingSetId

OKC_CLOSE_CONTRACT_VIA_WEB_SERVICE_PRIV

Close Contract by Web Service

Allows the closing of contracts and contract lines from outside the application..

getContract

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

getContract

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

getContract

OKC_VIEW_CONTRACT_PRIV

View Contract

Allows viewing and printing of a contract and its history, including the contract's financial summary.

mergeContract

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

mergeContract

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

mergeContract

OKC_CREATE_CONTRACT_PRIV

Create Contract

Provides ability to initiate contract creation.

findContract

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

findContract

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

findContract

OKC_VIEW_CONTRACT_PRIV

View Contract

Allows viewing and printing of a contract and its history, including the contract's financial summary.

getContractByPrimaryKey

OKC_EDIT_CONTRACT_PRIV

Edit Contract

Allows the editing of contracts, as well as other contract management tasks.

getContractByPrimaryKey

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

Edit Contract by Web Service

Allows the editing of contracts and other contract management tasks from outside the application.

getContractByPrimaryKey

OKC_VIEW_CONTRACT_PRIV

View Contract

Allows viewing and printing of a contract and its history, including the contract's financial summary.

Privileges to Duty Roles Mapping

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

OKC_CANCEL_CONTRACT_PRIV

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.

OKC_CANCEL_CONTRACT_PRIV

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.

OKC_CANCEL_CONTRACT_PRIV

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.

OKC_HOLD_CONTRACT_PRIV

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.

OKC_HOLD_CONTRACT_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

Contract Management Across All Contracts Web Service

Permits an application using the CRM application ID to manage contracts across all business units.

OKC_HOLD_CONTRACT_PRIV

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.

OKC_HOLD_CONTRACT_PRIV

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.

OKC_VIEW_CONTRACT_PRIV

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.

OKC_VIEW_CONTRACT_PRIV

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.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_GRANT_CONTRACT_AUTHORING_DUTY

Grant Contract Authoring

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

OKC_VIEW_CONTRACT_PRIV

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.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_GRANT_CONTRACT_SEARCH_VIEW_DUTY

Grant Contract Search and View Access

Searches and views grant contracts for the assigned business units.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY

Contract View Access Across All Contracts

Views all contracts across an enterprise.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_FOR_CRM

Contract View Access Across All Contracts for CRM

Views all contracts across an enterprise.

OKC_VIEW_CONTRACT_PRIV

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.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_BUSINESS_PRACTICES_DIRECTOR_JOB

Business Practices Director

Defines and manages sales or procurement contract policies and standards. Ensures all corporate contracts conform to established guidelines and best practices.

OKC_VIEW_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

OKC_VIEW_CONTRACT_PRIV

ORA_CSE_ASSET_ADMINISTRATOR_JOB

Asset Administrator

An experienced functional super user who performs asset-related tasks (setup request, transactions, updates, data audit) as directed. In addition, the Asset Administrator is responsible for general asset application maintenance (for both customer-owned and enterprise-owned assets), such as process monitoring and processing error resolution.

OKC_EDIT_CONTRACT_VIA_WEB_SERVICE_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

Contract Management Across All Contracts Web Service

Permits an application using the CRM application ID to manage contracts across all business units.

OKC_CLOSE_CONTRACT_VIA_WEB_SERVICE_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

Contract Management Across All Contracts Web Service

Permits an application using the CRM application ID to manage contracts across all business units.

OKC_CREATE_CONTRACT_PRIV

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.

OKC_CREATE_CONTRACT_PRIV

ORA_PON_NEGOTIATION_CONTRACT_MANAGEMENT_DUTY

Negotiation Contract Management

Create and manage procurement contracts for awarded suppliers in a negotiation.

OKC_CREATE_CONTRACT_PRIV

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.

OKC_CREATE_CONTRACT_PRIV

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.

OKC_CREATE_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

OKC_CREATE_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

OKC_CREATE_CONTRACT_PRIV

ORA_OKC_GRANT_CONTRACT_AUTHORING_DUTY

Grant Contract Authoring

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

OKC_DELETE_CONTRACT_PRIV

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.

OKC_DELETE_CONTRACT_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

Contract Management Across All Contracts Web Service

Permits an application using the CRM application ID to manage contracts across all business units.

OKC_DELETE_CONTRACT_PRIV

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.

OKC_DELETE_CONTRACT_PRIV

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.

OKC_DELETE_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

OKC_DELETE_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

OKC_DELETE_CONTRACT_PRIV

ORA_OKC_GRANT_CONTRACT_AUTHORING_DUTY

Grant Contract Authoring

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

OKC_CANCEL_CONTRACT_VIA_WEB_SERVICE_PRIV

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

Contract Management Across All Contracts Web Service

Permits an application using the CRM application ID to manage contracts across all business units.

OKC_EDIT_CONTRACT_PRIV

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.

OKC_EDIT_CONTRACT_PRIV

ORA_PON_NEGOTIATION_CONTRACT_MANAGEMENT_DUTY

Negotiation Contract Management

Create and manage procurement contracts for awarded suppliers in a negotiation.

OKC_EDIT_CONTRACT_PRIV

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.

OKC_EDIT_CONTRACT_PRIV

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.

OKC_EDIT_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

OKC_EDIT_CONTRACT_PRIV

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

OKC_EDIT_CONTRACT_PRIV

ORA_OKC_GRANT_CONTRACT_AUTHORING_DUTY

Grant Contract Authoring

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

OKC_CLOSE_CONTRACT_PRIV

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.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_ADMINISTRATOR_JOB

Enterprise Contract Administrator

Performs the duties of both customer contract administrator and supplier contract administrator.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

Customer Contract Team Member

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

Supplier Contract Manager

Manages a team of supplier contract administrators.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

Enterprise Contract Team Member

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

Customer Contract Administrator

Works with sales account teams and legal to negotiate and author customer contracts. Tracks critical contract milestones, service level agreements, and assists account teams during contract renewals and amendments.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

Supplier Contract Administrator

Works with internal buyers and legal to negotiate and author supplier contracts and agreements. Tracks critical contract milestones, monitors supplier performance, and assists buyers during contract renewals, closeout, and amendments.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

Customer Contract Manager

Manages a team of customer contract administrators.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

Enterprise Contract Manager

Manages a team of enterprise contract administrators.

OKC_CLOSE_CONTRACT_PRIV

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.

OKC_CLOSE_CONTRACT_PRIV

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.

OKC_CLOSE_CONTRACT_PRIV

ORA_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

Supplier Contract Team Member

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_CSE_ASSET_ADMINISTRATOR_JOB

ORA_CSI_ASSET_SERVICE_DUTY

Asset Service Management

Provide access to view and manage service business objects, such as service request, service work order, that are related to an asset.

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_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_OKC_SUPPLIER_CONTRACT_MANAGER_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_OKC_CUSTOMER_CONTRACT_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_OKC_CUSTOMER_CONTRACT_MANAGER_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_OKC_ENTERPRISE_CONTRACT_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_OKC_SUPPLIER_CONTRACT_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_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_ENTERPRISE_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_AUTHORING_DUTY

Contract Authoring

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

ORA_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

ORA_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

ORA_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_AUTHORING_TEAM_DUTY

Contract Authoring Team

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

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_ENTERPRISE_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY

Contract Setup

Contract Setup

ORA_OKC_BUSINESS_PRACTICES_DIRECTOR_JOB

ORA_OKC_CONTRACT_TERMS_LIBRARY_ADMINISTRATION_DUTY

Contract Terms Library Administration

Manages the Contract Terms Library, including defining and maintaining terms templates, clauses, Contract Expert rules, sections, variables, folders, questions, constants, and numbering schemes.

ORA_OKC_BUSINESS_PRACTICES_DIRECTOR_JOB

ORA_OKC_CONTRACT_TERMS_LIBRARY_INQUIRY_DUTY

Contract Terms Library Search and View Access

Searches and views Contract Terms Library objects, including terms templates, clauses, Contract Expert rules, sections, variables, folders, questions, constants, and numbering schemes.

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_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_CSE_ASSET_ADMINISTRATOR_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_CSE_ASSET_ADMINISTRATOR_JOB

ORA_CSI_INSTALLED_BASE_WEB_SERVICE_DUTY

Installed Base Web Service

Provide service access to installed base by using the REST services.

ORA_OKC_GRANT_CONTRACT_SEARCH_VIEW_DUTY

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_CSE_ASSET_ADMINISTRATOR_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_BUSINESS_PRACTICES_DIRECTOR_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_FOR_CRM

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_CSE_ASSET_ADMINISTRATOR_JOB

ORA_MNT_MAINTENANCE_SETUP_DUTY

Maintenance Management Setup Administration

Provides access to perform maintenance management setup tasks.

ORA_CSE_ASSET_ADMINISTRATOR_JOB

ORA_MNT_MAINTENANCE_SERVICE_DUTY

Maintenance Management Web Service

Provides service access to maintenance asset management and work execution by using the REST services.

ORA_CSE_ASSET_ADMINISTRATOR_JOB

ORA_CSE_MANAGE_CUSTOMER_ASSETS_DUTY

Manage Customer Assets

Provides access to the Edit and View Customer Assets including the View Pages in the History Tab.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_BUSINESS_PRACTICES_DIRECTOR_JOB

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_MANAGEMENT_DUTY

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_FOR_CRM

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY

ORA_PON_NEGOTIATION_VIEWING_DUTY

Negotiation Viewing

View the negotiation summary and details pages.

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_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_OKC_SUPPLIER_CONTRACT_MANAGER_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_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_CUSTOMER_CONTRACT_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_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_CUSTOMER_CONTRACT_MANAGER_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_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

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_OKC_ENTERPRISE_CONTRACT_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_OKC_SUPPLIER_CONTRACT_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_CSE_ASSET_ADMINISTRATOR_JOB

ORA_RCS_SCM_COMMON_WEB_SERVICE_DUTY

Supply Chain Common Web Service

Provides web service access to supply chain common to perform activities such as viewing inventory organizations, plant parameters, carriers and units of measure list of values.