Partner Service

Service to operate on partner information using a partner identifier. The supported operations are get and update. A partner is defined as an external organization that works with a vendor as an agent or a reseller.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/partnerMgmt/partnerCenter/}PartnerService

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

Logical Business Objects

  • CRM : Partner Management : Partner

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

Email

Handles

Phone

Handles

Trading Community Organization Profile Additional Information

Handles

Financial Report

Handles

Trading Community Location Profile Additional Information

Handles

Partner Certification

Handles

Additional Identifier

Handles

Preference

Handles

Customer Contact Responsibility

Handles

Partner

Handles

Financial Profile

Handles

Partner Account Resource

Handles

Contact Preference

Handles

Electronic File Transfer

Handles

Relationship

Handles

Credit Rating

Handles

Location Locale

Handles

Expertise

Handles

Location Profile

Handles

Partner Type

Handles

Location Details

Handles

Financial Number

Handles

Trading Community Organization Contact Additional Information

Handles

Instant Messaging

Handles

Trading Community Address Additional Information

Handles

Account

Handles

Address

Handles

Electronic Data Interchange

Handles

Partner Public Contact

Handles

Additional Account Name

Handles

Certification

Handles

Partner Email

Handles

Telex

Handles

Customer Contact Profile

Handles

Partner Dimension Member

Handles

Email Domain

Handles

Trading Community Contact Point Additional Information

Handles

Partner Phone

Handles

Partner Focus Area

Handles

Partner Generic List of Values

Handles

Classification Assignment

Handles

Industry Served

Handles

Trading Community Original System Mapping Identifier Additional Information

Handles

Trading Community Relationship Additional Information

Handles

Partner Geography Served

Handles

Source System Reference

Handles

Web

Handles

Trading Community Organization Details

Handles

Partner Members

Handles

Usage Assignment

Handles

Trading Community Address Purpose

Operations

getProfileOptionValue

A web service method which returns the profile option value for given profile option.

Life Cycle Status: Active

Request Payload

Element Name Type Description

profileOption

string

The parameter of the profile option category for the method getProfileOptionValue.

Response Payload

Element Name Type Description

result

string

The parameter returns the profile option value for the method getProfileOptionValue.

activatePartner

A web service method which activates the registered partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

The parameter for the party ID of a partner account.

Response Payload

Element Name Type Description

result

Partner

The parameter returns the result of the operation which includes the successfully updated partner and a list of warnings or informational messages.

approvePartner

A web service method which approves the prospective partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

A party id of a partner account for the method approvePartner.

Response Payload

Element Name Type Description

result

Partner

The result of the operation includes successfully updated partner and/or a list of warnings or informational messages.

terminatePartner

A web service method which terminates the registered partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

A party id of a partner account for the method terminatePartner.

Response Payload

Element Name Type Description

result

Partner

The result of the operation includes successfully updated partner and/or a list of warnings or informational messages.

provisionResourceAsUser

Provisions the resource as a user and creates LDAP request and roles.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method provisionResourceAsUser.

partnerMemberId

long

The party ID of the member for the method provisionResourceAsUser.

autoProvisionRoles

boolean

The parameter returns true if role provisioning is required.

Response Payload

Element Name Type Description

result

long

The parameter returns the partnerMemberId if resource creation is successful.

provisionPartnerMemberAsResource

A web service method which provisions the partner member as a resource.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method provisionPartnerMemberAsResource.

partnerMemberId

long

The party ID of the member for the method provisionPartnerMemberAsResource.

roleName

string

The parameter for the role to be assigned to the member.

mgrId

long

The ID of the manager for the method provisionPartnerMemberAsResource.

orgName

string

The parameter is required when the role is a managerial role.

Response Payload

Element Name Type Description

result

long

The parameter returns the partnerMemberId if resource creation is successful.

getRootResourceIdForthePartner

A web service method which returns the root resource ID for a partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method getRootResourceIdForthePartner.

Response Payload

Element Name Type Description

result

long

The parameter returns the PartyId for the root resource.

deletePartnerWeb

A web service method which deletes web details for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerWeb

Web

A partner web object containing ContactPointId which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes a list of warnings or informational messages.

deletePartnerPhone

A web service method which deletes phone details for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPhone

Phone

A partner phone object containing ContactPointId which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes a list of warnings or informational messages.

deletePartnerEmail

A web service method which deletes email details for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerEmail

E-Mail

A partner email object containing ContactPointId which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes list of warnings or informational messages.

convertToPartner

A web service method which converts existing organization to partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

orgPartyId

long

The organization party ID parameter is required for newly converted partner.

Response Payload

Element Name Type Description

result

Partner

The result of the operation includes successfully updated partner and/or a list of warnings or informational messages.

updateResourceManager

A web service method which updates the manager for the resource.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method updateResourceManager.

partnerMemberId

long

The party ID of the member for the method updateResourceManager.

managerPartyId

long

The party ID of the manager for the method updateResourceManager.

Response Payload

Element Name Type Description

result

long

The parameter returns the partnerMemberId if resource creation is successful.

updateResourceOrganization

A web service method which updates the organization for the resource if the user is a manager.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method updateResourceOrganization.

partnerMemberId

long

The party ID of the member for the method updateResourceOrganization.

orgName

string

The parameter provides the organization name for the method updateResourceOrganization.

Response Payload

Element Name Type Description

result

long

The parameter returns the partnerMemberId if resource creation is successful.

deletePartnerMember

A web service method which deletes a partner member for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method deletePartnerMember.

partnerMemberId

long

The party ID of the member for the method deletePartnerMember.

Response Payload

Element Name Type Description

result

long

The parameter returns the partnerMemberId if resource creation is successful.

createPartner

A web service method which creates partner with primary location details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

orgParty

Trading Community Organization Details

An organization party object which contains organization details like Organization Name, Org Email, and so on.

primaryLocation

Location Details

A location object which contains address details of partner.

partner

Partner

A partner object which contains the partner profile attributes and their corresponding new values that the partner services use.

Response Payload

Element Name Type Description

result

Partner

The result of the operation includes successfully created partner and/or a list of warnings or informational messages.

makeContactPrimary

A web service method which makes the specified contact as primary for partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method makeContactPrimary.

partnerMemberId

long

The party ID of the member for the method makeContactPrimary.

Response Payload

Element Name Type Description

result

long

The parameter returns the party ID of the primary partner contact.

setPartnerAccountOwner

A web service method which sets the partner account owner for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

The party ID of the partner for the method setPartnerAccountOwner.

resourceId

long

The resource ID of the partner contact for the method setPartnerAccountOwner.

Response Payload

Element Name Type Description

result

void

The parameter is not used for the method setPartnerAccountOwner.

getPartnerAdministratorUserName

Retrieves the administrator name for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerId

long

The ID of the partner for the method getPartnerAdministratorUserName.

Response Payload

Element Name Type Description

result

string

The user name of the partner administrators of the partner company.

raisePartnerPublicEvent

Raises partner public events based on the TCA Events like CreateOrganization, UpdateOrganization, or UpdatePerson.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

The party ID of either organization or person party record.

eventType

string

The parameter for the event type which can be CreateOrganization, UpdateOrganization, or UpdatePerson.

Response Payload

Element Name Type Description

result

void

The parameter is not used for the method raisePartnerPublicEvent.

provisionRootResource

Provision partner member as a root of the partner organization if no root exists for the partner

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerPartyId

long

PartyId of the partner

partnerMemberPartyId

long

partyId of the partner member

roleCode

string

Role Code to be assigned to the member

Response Payload

Element Name Type Description

result

long

partnerMemberPartyId if root resource creation is successful

getPartner

Queries partner profile information using a party ID of the partner account.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

A party ID of a partner account for the method getPartner.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/partnerMgmt/partnerCenter/}PartnerResult

The parameter returns the partner that matches the inbound key attributes.

updatePartner

Updates partner profile information. This operation takes a partner object that contains party ID of a partner account and new partner profile values to update.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partner

Partner

A partner object that contains party ID of a partner account that the partner service updates. This partner object also contains the partner profile attributes and their corresponding new values that the partner service uses for update.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/partnerMgmt/partnerCenter/}PartnerResult

The result of the operation includes successfully updated partner and/or a list of warnings or informational messages.

mergePartner

Updates partner profile information. This operation takes a partner object that contains party ID of a partner account and new partner profile values for update. You can add account resource, contact points like email, phone, web, partner dimensions like geography, industry served, product specialty, and so on.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partner

Partner

A partner object that contains party ID of a partner account that the partner service updates. This partner object also contains the partner profile attributes and their corresponding new values that the partner service uses for update.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/partnerMgmt/partnerCenter/}PartnerResult

The result of the operation includes successfully updated partner and/or a list of warnings or informational messages.

findPartner

Queries a group of partners based on filter criteria.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The parameter contains the criteria based on which partner search is performed.

findControl

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

The filtering condition to separate out the set of records.

Response Payload

Element Name Type Description

result

Partner

Returns the list of partner matching the criteria.

deletePartnerGeographyServed

Deletes geography served dimension for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerGeographyServed

Geographies Served

A partner geography served dimension object containing ID of the geography dimension which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes a list of warnings or informational messages.

deletePartnerIndustryServed

Deletes industry served dimension for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerIndustryServed

Industries Served

A partner industry served dimension object for the partner which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes a list of warnings or informational messages.

deletePartnerProductSpeciality

Deletes product specialty dimension for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerProductSpeciality

Focus Areas

A partner product specialty object containing ID of the product dimension which needs to be deleted.

Response Payload

Element Name Type Description

result

void

The result of the operation includes a list of warnings or informational messages.

deletePartnerCertification

Deletes certification for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerCertification

Partner Certification

A partner certification object containing PartnerMultivalLovId which has to deleted.

Response Payload

Element Name Type Description

result

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

The result of the operation includes a list of warnings or informational messages.

deletePartnerExpertises

Deletes expertise dimension for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerExpertises

Expertise

A partner expertise object containing party ID of partner for whom partner service creates expertise and expertise code like Computer Hardware and so on.

Response Payload

Element Name Type Description

result

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

The result of the operation includes a list of warnings or informational messages.

deletePartnerAccountResource

Deletes resource from partner account team.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerAccountResource

Partner Account Team

A partner account resource object containing PartnerAccountResourceId which has to deleted. Note: Account Director cannot be deleted from this service operation.

Response Payload

Element Name Type Description

result

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

The result of the operation includes a list of warnings or informational messages.

deletePartnerType

Deletes partner type dimension for the partner.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerType

Partner Type

The parameter has partner type dimension for the partner.

Response Payload

Element Name Type Description

result

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

The result of the operation includes a list of warnings or informational messages.

getPartnerContact

Use this operation to query Partner Contact information using a party id of the Person Record.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

PartyId of Partner Contact Person Record

relationshipRecId

long

Relationship Record Id of Relationship Record Created Between Partner and Contact

Response Payload

Element Name Type Description

result

Partner Members

Partner Contact that matches the inbound key attributes.

updatePartnerContact

Use this operation to update partner Contact information. This operation takes a partner Contact object that contains Party id of a partner Contact and new partner Contact Attribute values for update.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerContact

Partner Members

A partner Contact object that contains party id of a partner Contact. This partner Contact object also contains the Partner Contact attributes and their corresponding new values that the Partner Contact service uses for update.

Response Payload

Element Name Type Description

result

Partner Members

Result of the operation includes the successfully updated Partner Contact and/or a list of warnings or informational messages.

mergePartnerContact

Use this operation to update Partner Contact information. This operation takes a Partner Contact object that contains party id of a Partner Contact and new Partner Contact values for update.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partnerContact

Partner Members

A partner Contact object that contains party id of a Partner Contact. This partner Contact object also contains the Partner Contact attributes and their corresponding new values that the Partner Contact service uses for update.

Response Payload

Element Name Type Description

result

Partner Members

Result of the operation includes the successfully updated Partner Contact and/or a list of warnings or informational messages.

findPartnerContact

Queries a group of Partner Contacts based on filter criteria.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

FindCriteria Object containing the Criteria based on which Partner Contact Serach is performed

findControl

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

FindControl object

Response Payload

Element Name Type Description

result

Partner Members

Returns List of Partner Contact matching the creteria.

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 <name> 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

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

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

getEntityList

Gets 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

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

deletePartnerExpertises

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerExpertises

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

setPartnerAccountOwner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

getPartnerAdministratorUserName

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

getPartnerAdministratorUserName

ZPM_VIEW_PARTNER_PRIV

View Partner

Allows viewing a list of partners from the partner work area.

getPartnerContact

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

getPartnerContact

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

getPartnerContact

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

getPartnerContact

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

View Partner Profile as Partner Administrator Function

Allows function security to view the partner profile by a Partner Administrator.

deletePartnerType

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

approvePartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

mergePartnerContact

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

mergePartnerContact

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

findPartnerContact

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

findPartnerContact

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

View Partner Profile as Partner Administrator Function

Allows function security to view the partner profile by a Partner Administrator.

mergePartner

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

mergePartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

updatePartnerContact

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

updatePartnerContact

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerAccountResource

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerCertification

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerProductSpeciality

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerProductSpeciality

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerGeographyServed

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerGeographyServed

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

getProfileOptionValue

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

getProfileOptionValue

ZPM_VIEW_PARTNER_PRIV

View Partner

Allows viewing a list of partners from the partner work area.

deletePartnerWeb

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerWeb

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

makeContactPrimary

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

makeContactPrimary

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

provisionRootResource

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

provisionRootResource

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerIndustryServed

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerIndustryServed

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

updateResourceOrganization

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

updateResourceOrganization

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

findPartner

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

findPartner

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

View Partner Profile as Partner Administrator Function

Allows function security to view the partner profile by a Partner Administrator.

deletePartnerMember

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerMember

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

activatePartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

createPartner

ZPM_CREATE_PARTNER_PRIV

Create Partner

Allows creating a partner.

provisionPartnerMemberAsResource

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

provisionPartnerMemberAsResource

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

convertToPartner

ZPM_CREATE_PARTNER_PRIV

Create Partner

Allows creating a partner.

updatePartner

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

updatePartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

provisionResourceAsUser

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

provisionResourceAsUser

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerPhone

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerPhone

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

raisePartnerPublicEvent

ZPM_CREATE_PARTNER_PRIV

Create Partner

Allows creating a partner.

getRootResourceIdForthePartner

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

getRootResourceIdForthePartner

ZPM_VIEW_PARTNER_PRIV

View Partner

Allows viewing a list of partners from the partner work area.

getPartner

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

getPartner

ZPM_VIEW_PARTNER_PROFILE_PRIV

View Partner Profile

Allows viewing the partner profile.

getPartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

getPartner

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

View Partner Profile as Partner Administrator Function

Allows function security to view the partner profile by a Partner Administrator.

terminatePartner

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

updateResourceManager

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

updateResourceManager

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

deletePartnerEmail

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

Update Partner Profile as Partner Administrator Function

Allows function security for a Partner Administrator to maintain partner profile.

deletePartnerEmail

ZPM_EDIT_PARTNER_PROFILE_PRIV

Update Partner Profile

Allows managing of partner profiles.

Privileges to Duty Roles Mapping

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

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_LIMITED_ABSTRACT

Prospective Partner Administrator

Views limited information about partner organization is in a status of registered or expired. This is for the partner administrator.

ZPM_VIEW_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

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.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

Channel Sales Manager

Manages the indirect sales pipeline by routing leads to partners, reviewing lead registrations, approving or rejecting registrations, and forecasting sales.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZBS_SALES_ADMINISTRATOR_JOB

Sales Administrator

Manages sales department and personnel. Performs ongoing administrative tasks, corrects erroneous data, and configures the application according to business needs.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ZPM_VIEW_PARTNER_PROFILE_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.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

Channel Account Manager

Sets the objectives and goals for partners. Works with a partner organization to identify what programs best fit the partner organization and the training that the partner should take to increase skill sets or qualify for programs.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

Channel Partner Manager

Defines new channel partner programs.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

ZPM_VIEW_PARTNER_PROFILE_PRIV

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

Channel Sales Director

Supervises channel roles to support partner relationships and transactions.

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_LIMITED_ABSTRACT

Prospective Partner Administrator

Views limited information about partner organization is in a status of registered or expired. This is for the partner administrator.

ZPM_EDIT_PARTNER_PROFILE_AS_PARTNER_FUNCTION_PRIV

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.

ZPM_CREATE_PARTNER_PRIV

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ZPM_CREATE_PARTNER_PRIV

ORA_LOY_MANAGEMENT_DUTY

Loyalty Management

Manages all aspects of a Loyalty Program

ZPM_EDIT_PARTNER_PROFILE_PRIV

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

Maintains a partner account, including managing members and partner profile information. This role is for members of the partner account team and their management chain.

ZPM_EDIT_PARTNER_PROFILE_PRIV

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ZPM_EDIT_PARTNER_PROFILE_PRIV

ORA_LOY_MANAGEMENT_DUTY

Loyalty Management

Manages all aspects of a Loyalty Program

ZPM_VIEW_PARTNER_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZPM_VIEW_PARTNER_PRIV

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ZPM_VIEW_PARTNER_PRIV

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ZPM_VIEW_PARTNER_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZPM_VIEW_PARTNER_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

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_PARTNER_ADMINISTRATOR_LIMITED_ABSTRACT

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MKL_CHANNEL_DEAL_REG_MANAGEMENT_DUTY

Channel Deal Registration Management

Reviews, accepts, and rejects deal registrations. Includes the ability to view deal registration details and update certain attributes.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MKL_CHANNEL_DEAL_REG_MANAGEMENT_DUTY

Channel Deal Registration Management

Reviews, accepts, and rejects deal registrations. Includes the ability to view deal registration details and update certain attributes.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_CHANNEL_DEAL_REG_MANAGEMENT_DUTY

Channel Deal Registration Management

Reviews, accepts, and rejects deal registrations. Includes the ability to view deal registration details and update certain attributes.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MKL_CHANNEL_DEAL_REG_MANAGEMENT_DUTY

Channel Deal Registration Management

Reviews, accepts, and rejects deal registrations. Includes the ability to view deal registration details and update certain attributes.

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_SALES_MANAGER_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_CONSUME_SIGNALS_EVENTS_DUTY

Consume Signals Events

Duty role to consume business events for integration when a new object is created, updated, or deleted.

ORA_ZBS_SALES_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_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZBS_SALES_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_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_SVC_CONV_MESSAGE_MANAGEMENT

Conversation Message Management

Has basic conversation message management capabilities such as create messages and reply to messages. Would not be able to change a reply to ready to send status or delete a message.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_SVC_CONV_MESSAGE_MANAGEMENT

Conversation Message Management

Has basic conversation message management capabilities such as create messages and reply to messages. Would not be able to change a reply to ready to send status or delete a message.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_SVC_CONV_MESSAGE_MANAGEMENT

Conversation Message Management

Has basic conversation message management capabilities such as create messages and reply to messages. Would not be able to change a reply to ready to send status or delete a message.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_CSS_ADMINISTRATION

Customer Self-Service Administration

Manages the provisioning and approval of self service registration requests

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_DATA_INTEGRATION_MANAGEMENT_DUTY

Data Integration Management

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZ_EMP_RESOURCE_ADMINISTRATOR_DUTY

Employee Resource Administration

Administers HCM worker information.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_CN_INCENTIVES_ADMINISTRATION_DUTY_CRM

Incentive Compensation Administration

Configure and maintain incentive compensation enterprise and business unit setup.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OIA_INTERVIEW_AUTHORING_DUTY

Interview Definition Authoring

Manage access for authoring Interview definitions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OIA_INTERVIEW_MANAGING_DUTY

Interview Definition Managing

Manage access for deleting and forcing checkout of Interview definitions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OIA_INTERVIEW_PUBLISHING_DUTY

Interview Definition Publishing

Manage access for publishing and unpublishing Interview definitions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OIA_INTERVIEW_VIEWING_DUTY

Interview Definition Viewing

Manage access for viewing Interview definitions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_EGP_ITEM_INQUIRY_DUTY_CRM

Item Inquiry

Queries and views items in the enterprise.

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_PARTNER_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_CSO_KNOWLEDGE_HOME_SERVICE_DUTY

Knowledge Home for Service

Knowledge Home duty role strictly for service access

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_CSO_KNOWLEDGE_HOME_SERVICE_DUTY

Knowledge Home for Service

Knowledge Home duty role strictly for service access

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_CSO_KNOWLEDGE_HOME_SERVICE_DUTY

Knowledge Home for Service

Knowledge Home duty role strictly for service access

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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_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_ACCOUNT_MANAGER_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_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

Reviews, accepts, and rejects sales lead registrations. Includes the ability to view sales lead details and update internal attributes.

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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_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_ACCOUNT_MANAGER_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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_SALES_DIRECTOR_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_ZBS_SALES_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_ACCOUNT_MANAGER_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_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MKT_MARKETING_APPROVAL_DUTY

Marketing Approval

Reviews and approves secured marketing campaigns by viewing detailed campaign, list, segment, and treatment information from the campaign, audience, and treatment work areas.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MKT_MARKETING_APPROVAL_DUTY

Marketing Approval

Reviews and approves secured marketing campaigns by viewing detailed campaign, list, segment, and treatment information from the campaign, audience, and treatment work areas.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MKT_MARKETING_APPROVAL_DUTY

Marketing Approval

Reviews and approves secured marketing campaigns by viewing detailed campaign, list, segment, and treatment information from the campaign, audience, and treatment work areas.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_ADMINISTRATION_DUTY

Opportunity Administration

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

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_OPERATIONS_MANAGER_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_ZBS_SALES_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_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_SALES_MANAGER_DUTY

Opportunity Sales Manager

Manages all aspects of the application. This role is for sales managers.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MOO_OPPORTUNITY_SALES_MANAGER_DUTY

Opportunity Sales Manager

Manages all aspects of the application. This role is for sales managers.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

Manages or views all aspects of the application. This role is for salespersons.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

Manages or views all aspects of the application. This role is for salespersons.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

Manages or views all aspects of the application. This role is for salespersons.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

Manages all aspects of the application. This role is for resources whose territories are on the opportunity territory team.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

Manages all aspects of the application. This role is for resources whose territories are on the opportunity territory team.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

Manages all aspects of the application. This role is for resources whose territories are on the opportunity territory team.

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_SALES_MANAGER_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_LOY_MANAGEMENT_DUTY

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

Maintains a partner account, including managing members and partner profile information. This role is for members of the partner account team and their management chain.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

Maintains a partner account, including managing members and partner profile information. This role is for members of the partner account team and their management chain.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

Maintains a partner account, including managing members and partner profile information. This role is for members of the partner account team and their management chain.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

Maintains a partner account, including managing members and partner profile information. This role is for members of the partner account team and their management chain.

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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_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_ACCOUNT_MANAGER_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_SALES_MANAGER_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

Creates and submits deal registrations. Includes the ability to create deal registrations, submit deal registrations and view updates.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

Creates and submits deal registrations. Includes the ability to create deal registrations, submit deal registrations and view updates.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

Creates and submits deal registrations. Includes the ability to create deal registrations, submit deal registrations and view updates.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

Creates and submits deal registrations. Includes the ability to create deal registrations, submit deal registrations and view updates.

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_OPERATIONS_MANAGER_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_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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_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_ACCOUNT_MANAGER_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_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

Manages secured personal campaigns used to promote products or events to specific customers.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_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_SALES_MANAGER_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZPM_CHANNEL_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZBS_SALES_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_ACCOUNT_MANAGER_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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_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_ACCOUNT_MANAGER_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_SALES_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_DUTY

Sales Forecasting

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information.

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_DUTY

Sales Forecasting

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_DUTY

Sales Forecasting

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_DUTY

Sales Forecasting

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZSF_SALES_FORECASTING_DELEGATED_MANAGEMENT_DUTY

Sales Forecasting Delegated Management

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information and managing forecasts on behalf of other users.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_MANAGEMENT_DUTY

Sales Forecasting Management

Manages sales forecasts, sales forecast items, sales forecast adjustments, and sales forecast item adjustments. Additional duties include exporting forecast information and managing subordinates forecasts.

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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZBS_SALES_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_ACCOUNT_MANAGER_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_SALES_MANAGER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

Manages sales lead follow up marketing activities from qualification and assessment of leads to reassignment to sales for follow up sales activities including the conversion of sales lead to revenue opportunities.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

Manages sales lead follow up marketing activities from qualification and assessment of leads to reassignment to sales for follow up sales activities including the conversion of sales lead to revenue opportunities.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

Manages sales lead follow up marketing activities from qualification and assessment of leads to reassignment to sales for follow up sales activities including the conversion of sales lead to revenue opportunities.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

Processes sales leads including managing, importing, and assigning sales lead activities.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

Sales Party Administration

Manages named sales accounts, sales account import scheduler and the flagging of existing accounts. Additional duties include managing sales parties, functional setups, customer center objects, and relationship information inquiries.

ORA_LOY_MANAGEMENT_DUTY

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_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_SALES_MANAGER_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_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_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_ZBS_SALES_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_ACCOUNT_MANAGER_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_ZBS_SALES_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_SVC_SR_ADMINISTRATOR

ORA_SVC_GEN_AI_USER

Service Generative AI User

Can use generative AI features across Oracle Fusion Service including but not limited to Service Center, Knowledge Management and Chat areas. Usage requires access to all generative AI API's essential to input data and fetch results from the LLM model.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_PROFILE_ADMINISTRATION

Service Profile Administration

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_STATUS_COMPUTATION

Service Status Computation

Perform actions required to determine the availability of a service.

ORA_ZBS_SALES_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_SALES_MANAGER_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_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_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_AMENDMENT_DUTY

Subscription Amendment

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_AUTHORING_DUTY

Subscription Authoring

Authors subscriptions

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

Searches and views subscriptions for the assigned business units. This duty role is specifically applicable for sales job roles.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SEARCH_VIEW_DUTY

Subscription Search and View Access

Searches and views subscriptions for the assigned business units.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SETUP_DUTY

Subscription Setup

Handles the setup required for subscriptions.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZPM_CHANNEL_ACCOUNT_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_ENTERPRISE_ADMINISTRATION_DUTY

Territory Management Enterprise Administration

Manages sales territories and territory proposals. Additional duties include territory management setup and quota management administration.

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_OPERATIONS_MANAGER_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_ZBS_SALES_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_OPERATIONS_MANAGER_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.