Opportunity Configuration

Service to define setup data specific to Oracle Fusion Opportunity Management, such as credit allocation templates and configurable defaults.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/sales/opptyMgmt/opportunities/opptyMgmtSetupService/}OpptyMgmtSetupService

Service WSDL URL: https://servername/crmService/OpptyMgmtSetupService?WSDL

Logical Business Objects

  • CRM : Opportunity Management : Opportunity

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

Credit Allocation Template Translation SDO

Handles

Partner Opportunity Configuration

Handles

Credit Allocation Template Version

Handles

Credit Allocation Template Details

Handles

Credit Allocation Template

Operations

getPartnerEngagementTypeMap

An operation to get opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partEngmtTypeMapId

long

The opportunity defaults for partner-registered lead identifier.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

The opportunity default for partner-registered lead that matches the inbound key attributes.

createPartnerEngagementTypeMap

An operation to create opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerEngagementTypeMap

Partner Opportunity Configuration

The opportunity defaults for partner-registered lead to be created.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

The created opportunity defaults for partner-registered lead.

updatePartnerEngagementTypeMap

An operation to update opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerEngagementTypeMap

Partner Opportunity Configuration

The opportunity for partner-registered lead to be updated.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

The updated opportunity defaults for partner-registered lead.

deletePartnerEngagementTypeMap

An operation to delete opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerEngagementTypeMap

Partner Opportunity Configuration

The opportunity to be deleted for the method deletePartnerEngagementTypeMap.

Response Payload

Element Name Type Description

result

void

An operation to delete opportunity defaults for partner-registered lead.

mergePartnerEngagementTypeMap

A merge operation for opportunity defaults for partner-registered lead. It performs an update if the object exists or an insert if the object does not already exist.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerEngagementTypeMap

Partner Opportunity Configuration

The opportunity for partner-registered lead to be merged.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

A merged opportunity defaults for partner-registered lead.

findPartnerEngagementTypeMap

An operation to find opportunity defaults for partner-registered lead.

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), the fetch size, and so on.

findControl

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

The parameter is not used for the method findPartnerEngagementTypeMap.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

A list of opportunity defaults for partner-registered lead that satisfies the inbound criteria.

processPartnerEngagementTypeMap

An operation to bulk load opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

The parameter indicates what action shall be performed, such as create, update, merge, or delete.

partnerEngagementTypeMap

Partner Opportunity Configuration

A list of opportunity defaults for partner-registered lead to be processed.

processControl

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

The parameter which controls the bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

Partner Opportunity Configuration

A list of opportunity defaults for partner-registered lead that is successfully processed.

processCSPartnerEngagementTypeMap

An operation to apply the changes back to the data source for opportunity defaults for partner-registered lead.

Life Cycle Status: Active

Request Payload

Element Name Type Description

processData

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

The object that is used to represent the changes that have been made.

processControl

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

The parameter which controls the bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

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

The result of the operation including a list of created or updated data objects, and all warning and informational messages.

getRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Get operation for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

revnCredTmplSetId

long

The set identifier for credit allocation template.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns the credit allocation template that matches the inbound key attributes.

createRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Create operation for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

revenueCredTmplSet

Credit Allocation Template

The credit allocation template to be created.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns the created credit allocation template.

updateRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Update operation for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

revenueCredTmplSet

Credit Allocation Template

The credit allocation template to be updated.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns the updated credit allocation template.

deleteRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Delete operation for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

revenueCredTmplSet

Credit Allocation Template

The credit allocation template to be deleted.

Response Payload

Element Name Type Description

result

void

The parameter returns the deleted credit allocation template.

mergeRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Merge operation for credit allocation template. It performs an update if the object exists or an insert if the object does not already exist.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

revenueCredTmplSet

Credit Allocation Template

The credit allocation template to be merged.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns the merged credit allocation template.

findRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Find operation for credit allocation template.

Life Cycle Status: Deprecated

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), the fetch size, and so on.

findControl

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

The parameter is not used for the method findRevenueCredTmplSet.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns a list of credit allocation templates that satisfies the inbound criteria.

processRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. Bulk load operation for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

changeOperation

string

The parameter indicates what action shall be performed, such as create, update, merge, or delete.

revenueCredTmplSet

Credit Allocation Template

A list of credit allocation templates to be processed.

processControl

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

The parameter to control the bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

Credit Allocation Template

The parameter returns a list of credit allocation templates that is successfully processed.

processCSRevenueCredTmplSet

The credit allocation template setup feature has been deprecated. Hence this operation is deprecated. An operation to apply the changes back to the data source for credit allocation template.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

processData

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

The object that is used to represent the changes that have been made.

processControl

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

The parameter to control your bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

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

The parameter returns the result of the operation including a list of created or updated data objects, and all warning and informational messages.

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

deletePartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

createRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

findRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

updatePartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

createPartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

deleteRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

getRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

processCSRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

processCSPartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

updateRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

processRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

mergePartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

getPartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

mergeRevenueCredTmplSet

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

findPartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

processPartnerEngagementTypeMap

MOO_SET_UP_OPPORTUNITY_PRIV

Set Up Opportunity

Allows setup of opportunity application features, such as sales methods, sales coach, credit allocation templates, profiles, lookups, flexfields, and assignment rules, among others.

Privileges to Duty Roles Mapping

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

MOO_SET_UP_OPPORTUNITY_PRIV

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Customer Relationship Management Application Administrator

Individual responsible for customer relationship management application administration. Collaborates with customer relationship management application users to maintain consistent financial application setup, rules, and access.

MOO_SET_UP_OPPORTUNITY_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

MOO_SET_UP_OPPORTUNITY_PRIV

ORA_MOO_OPPORTUNITY_ADMINISTRATION_DUTY

Opportunity Administration

Administers all aspects of the application, including some setup. This role is for opportunity administrators.

MOO_SET_UP_OPPORTUNITY_PRIV

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

Administers all aspects of the application, including some setup. This role is for channel administrators.

MOO_SET_UP_OPPORTUNITY_PRIV

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

Channel Partner Portal Administrator

Maintains customer-specific changes of all partner portal pages, external, internal, and anonymous pages.

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_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_CONV_MESSAGE_ADMINISTRATION

Conversation Message Administration

Has complete conversation message management capabilities including create messages, reply to messages, change a reply to ready to send status and delete a message.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCH_CDM_ADMIN_DUTY

Customer Data Management Administration

Administers customer data management.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_CSS_ADMINISTRATION

Customer Self-Service Administration

Manages the provisioning and approval of self service registration requests

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_DATA_INTEGRATION_MANAGEMENT_DUTY

Data Integration Management

This role allows setup and management of data integration maps and instances.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_CN_INCENTIVES_ADMINISTRATION_DUTY_CRM

Incentive Compensation Administration

Configure and maintain incentive compensation enterprise and business unit setup.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

Creates and manages items including item attributes, item structures, packs, associations, relationships, and catalog assignments.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

Creates and manages items including item attributes, item structures, packs, associations, relationships, and catalog assignments.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

Creates and manages items including item attributes, item structures, packs, associations, relationships, and catalog assignments.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_CSO_KNOWLEDGE_SETUP_AND_MAINTENANCE_DUTY

Knowledge Setup and Maintenance

Provides the users with the ability to setup and manage knowledge base

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

Manages and analyzes sales lead registrations. Includes the ability to create sales lead registrations, edit both internal and partner lead attributes as needed, and view lead age and status.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

Manages and analyzes sales lead registrations. Includes the ability to create sales lead registrations, edit both internal and partner lead attributes as needed, and view lead age and status.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

Manages and analyzes sales lead registrations. Includes the ability to create sales lead registrations, edit both internal and partner lead attributes as needed, and view lead age and status.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

Submits sales lead registrations to the enterprise and manages sales lead attributes. Includes the ability to create, accept, and reject sales lead registrations.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

Submits sales lead registrations to the enterprise and manages sales lead attributes. Includes the ability to create, accept, and reject sales lead registrations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

Submits sales lead registrations to the enterprise and manages sales lead attributes. Includes the ability to create, accept, and reject sales lead registrations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_MAINTENANCE_DUTY

MDF Budget Maintenance

Manages MDF budgets including import, export, and viewing budget fund requests and claims that use budgeted funds for marketing activities.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_MAINTENANCE_DUTY

Marketing Maintenance

Creates and maintains setup for marketing campaigns, responses, segments, lists, and treatments across the enterprise. Additional duties include file import management for the import of marketing campaign responses.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

Administers all aspects of the application, including some setup. This role is for channel administrators.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

Administers all aspects of the application, including some setup. This role is for channel administrators.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

Administers all aspects of the application, including some setup. This role is for channel administrators.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_PARTNER_ADMINISTRATION_DUTY

Opportunity Partner Administration

Administers all aspects of the application, including some setup. This role is for partner administrators.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

Maintains a partner account, including managing members and partner profile information.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

Maintains a partner account, including managing members and partner profile information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

Maintains a partner account, including managing members and partner profile information.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

Views a partner account, including viewing a partner's members, profile, and account team.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

Views a partner account, including viewing a partner's members, profile, and account team.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

Views a partner account, including viewing a partner's members, profile, and account team.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ADMINISTRATOR_DASHBOARD_DUTY

Partner Administrator Dashboard

Executes transactional items within the partner dashboard when belongs to an approved partner organization. This role is for an administrator.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

Partner Import Administration Duty role. This duty will allow for administration activities of Partner Import

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

Partner Import Administration Duty role. This duty will allow for administration activities of Partner Import

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

Partner Import Administration Duty role. This duty will allow for administration activities of Partner Import

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_MANAGMENT_AS_PARTNER_DUTY

Partner Management as Partner Administrator

Manages the partner account for their partner organization, including managing members, users, and profile information. This role is for the partner administrator.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

Manages creation and maintenance of sales organizations and consumers for partners. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts. This role has limited access to customers and contacts.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

Manages creation and maintenance of sales organizations and consumers for partners. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts. This role has limited access to customers and contacts.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

Manages creation and maintenance of sales organizations and consumers for partners. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts. This role has limited access to customers and contacts.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_REVIEW_CRM_APPROVAL_TRANSACTIONS_ADMINISTRATOR

Review CRM Approval Transactions Administrator

Allows viewing of information for CRM approval transactions by an administrator.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

Views change history of sales business objects for members within the sales organization.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

Views change history of sales business objects for members within the sales organization.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_CHANNEL_SALES

Sales Change History Inquiry for Channel Sales

View change history of marketing and partner business objects for members within the channel sales organization.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

Processes sales lead for follow up actions including the qualification and conversion of sales lead to revenue opportunities.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

Processes sales lead for follow up actions including the qualification and conversion of sales lead to revenue opportunities.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

Processes sales lead for follow up actions including the qualification and conversion of sales lead to revenue opportunities.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal sales users. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal sales users. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal sales users. Additional duties include viewing of opportunities and opportunity revenue, reviewing sales leads as well as appointments, interactions, and customer contacts.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_AVAILABILITY_MANAGEMENT

Service Availability Management

Manage the service availability data including reading and writing the availability of a service.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_PROFILE_ADMINISTRATION

Service Profile Administration

Manages all aspects of the Service Profile object, including deleting a service profile.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_STATUS_COMPUTATION

Service Status Computation

Perform actions required to determine the availability of a service.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_SETUP_CUSTOMER_CENTER_DUTY

Setup Customer Center

Manages customer center set up, sales party creation and their related objects, such as appointments, assessments, interactions, notes and tasks.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SPECIALIST_JOB

Subscription Specialist

Individual responsible for managing subscriptions, establishing recurring and usage billing processes, initiating manual discounts and invoice adjustments, and handling billing discrepancies and disputes.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_SETUP_DUTY

Territory Management Setup

Manages sales territory setup, including lookups, profile options, flexfields, and dimension data. Runs dimension synchronization, and visibility jobs. Additional duties include quota management setup.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_CUSTOMER_ACCOUNT_ADMINISTRATION_DUTY

Trading Community Customer Account Administration

Grants privileges to setup customer account information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_DATA_QUALITY_ADMIN_DUTY

Trading Community Data Quality Administration

Configures, reviews, and edits predefined data quality server configurations and the predefined matching, synchronization, and cleansing configurations.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.