Activity Service

Service to operate on activity object.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/crmCommon/activities/activityManagementService/}ActivityService

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

Logical Business Objects

  • CRM : Applications Common Components : Activity

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

Activity Objective

Handles

Activity Assignee

Handles

Common Attachment SDO

Handles

Note

Handles

Activity Delete Exception

Handles

Note Descriptive Flexfields

Handles

Activity

Handles

Activity Contact

Operations

deleteAttachment

An operation to delete a single or multiple attachments associated to an activity.

Life Cycle Status: Active

Request Payload

Element Name Type Description

deleteParams

Common Attachment

The parameter based on which deletion of attachments should trigger.

commitData

string

A flag to indicate whether or not to commit transaction for this operation.

Response Payload

Element Name Type Description

result

string

The parameter returns the success or failure status of the operation.

getAttachmentsListWithoutContent

An operation to get list of all the attachment associated with an activity without any file content.

Life Cycle Status: Active

Request Payload

Element Name Type Description

getParameters

Common Attachment

The parameters based on which list of attachments to be fetched is determined.

Response Payload

Element Name Type Description

result

Common Attachment

The parameter returns the list of all the attachments without any file content.

getAttachmentContent

An operation to get attachment associated with an activity with file content if applicable.

Life Cycle Status: Active

Request Payload

Element Name Type Description

getParameters

Common Attachment

The parameters based on which attachment to be fetched is determined.

Response Payload

Element Name Type Description

result

Common Attachment

The parameter returns the attachment with file content, if applicable.

copyAttachment

An operation to copy a single or multiple attachments associated to an activity.

Life Cycle Status: Active

Request Payload

Element Name Type Description

attachmentRows

Common Attachment

The parameter for the list of attachments to be copied.

commitData

string

A flag to indicate whether or not to commit transaction for this operation.

Response Payload

Element Name Type Description

result

string

The parameter returns the success or failure status of the operation.

createAttachment

An operation to create a single or multiple attachments associated to an activity.

Life Cycle Status: Active

Request Payload

Element Name Type Description

attachmentRows

Common Attachment

The parameter which provides the list of attachments to be created.

commitData

string

A flag to indicate whether or not to commit transaction for this operation.

Response Payload

Element Name Type Description

result

string

The parameter returns the success or failure status of the operation.

generateActivitiesFromTemplate

An operation to generate activities from a template. A valid value for templateId should be passed. Only following activity attributes are supported in activityAttributes input parameter as of now: CustomerId, OwnerId, AssesmentId, ActivityContact, ActivityAssignee, ActivityStartDate, LeadId, OpportunityId, and CampaignId.

Life Cycle Status: Active

Request Payload

Element Name Type Description

templateId

long

The unique identifier of the template-set using which the activities are to be generated.

activityAttributes

Activity

The Activity SDO attribute list using which template activities should be generated.

Response Payload

Element Name Type Description

result

Activity

The parameter returns the list of all the generated activities using the template.

getActivity

The out-of-the-box Get operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityId

long

The activity ID for which the activity record is to be fetched.

Response Payload

Element Name Type Description

result

Activity

The parameter returns the activity record based on input activity ID.

createActivity

The out-of-the-box Create operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activity

Activity

The activity record to be created for the method createActivity.

Response Payload

Element Name Type Description

result

Activity

The parameter returns the created activity record.

updateActivity

The out-of-the-box Update operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activity

Activity

The activity record to be updated for the method createActivity carrying updated attributes.

Response Payload

Element Name Type Description

result

Activity

The parameter returns the updated activity record.

deleteActivity

The out-of-the-box Delete operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activity

Activity

The activity record to be deleted for the method deleteActivity.

Response Payload

Element Name Type Description

result

void

This operation returns nothing for the method deleteActivity.

mergeActivity

OOTB merge operation on Activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activity

Activity

Activities which have to be merged.

Response Payload

Element Name Type Description

result

Activity

Merged Activity.

findActivity

The out-of-the-box Find operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The FindCriteria object using which the find operation works for the method findActivity.

findControl

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

The FindControl object using which the find operation works for the method findActivity.

Response Payload

Element Name Type Description

result

Activity

The parameter returns the list of activity records based on FindCriteria and FindControl input objects.

processActivity

The out-of-the-box Process operation for the activity SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

The name of the operation to be performed like, create, update, and so on.

activity

Activity

The list of activity records on which the operation is to be performed.

processControl

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

The optional ProcessControl object to be used while performing this operation.

Response Payload

Element Name Type Description

result

Activity

The parameter returns a list of activity records after the operation is complete.

createActivityAssignee

The out-of-the-box Create operation for the activity assignee SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityAssigneeWebService

Activity Assignee

The activity assignee record to be created for the method createActivityAssignee.

Response Payload

Element Name Type Description

result

Activity Assignee

The parameter returns the created activity assignee record.

updateActivityAssignee

The out-of-the-box Update operation for the activity assignee SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityAssigneeWebService

Activity Assignee

The activity assignee record to be updated for the method updateActivityAssignee.

Response Payload

Element Name Type Description

result

Activity Assignee

The parameter returns the updated activity assignee record.

deleteActivityAssignee

The out-of-the-box Delete operation for the activity assignee SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityAssigneeWebService

Activity Assignee

The activity assignee record to be deleted for the method deleteActivityAssignee.

Response Payload

Element Name Type Description

result

void

This operation returns nothing for the method deleteActivityAssignee.

findActivityAssignee

The out-of-the-box Find operation for the activity assignee SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The FindCriteria object using which the find operation works for the method findActivityAssignee.

findControl

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

The FindControl object using which the find operation works for the method findActivityAssignee.

Response Payload

Element Name Type Description

result

Activity Assignee

The parameter returns the list of activity assignee records based on FindCriteria and FindControl input objects.

createActivityContact

The out-of-the-box Create operation for the activity contact SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityContactWebService

Activity Contact

The activity contact record to be created for the method createActivityContact.

Response Payload

Element Name Type Description

result

Activity Contact

The parameter returns the created activity contact record.

updateActivityContact

The out-of-the-box Update operation for the activity contact SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityContactWebService

Activity Contact

The activity contact record to be updated for the method updateActivityContact.

Response Payload

Element Name Type Description

result

Activity Contact

The parameter returns the updated activity contact record.

deleteActivityContact

The out-of-the-box Delete operation for the activity contact SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

activityContactWebService

Activity Contact

The activity contact record to be deleted for the method deleteActivityContact.

Response Payload

Element Name Type Description

result

void

This operation returns nothing for the method deleteActivityContact.

findActivityContact

The out-of-the-box Find operation for the activity contact SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The FindCriteria object using which the find operation works for the method findActivityContact.

findControl

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

The FindControl object using which the find operation works for the method findActivityContact.

Response Payload

Element Name Type Description

result

Activity Contact

The parameter returns the list of activity contact records based on FindCriteria and FindControl input objects.

findActivityDeleteExceptions

The out-of-the-box Find operation on activity delete exception SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

The FindCriteria object using which the find operation works for the method findActivityDeleteExceptions.

findControl

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

The FindControl object using which the find operation works for the method findActivityDeleteExceptions.

Response Payload

Element Name Type Description

result

Activity Delete Exception

The parameter returns the list of activity delete exception records based on FindCriteria and FindControl input objects.

getDfltObjAttrHints

An operation to retrieve 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 parameter returns the label and user interface hints for the specified service data object and its attributes in a name-value pair format.

getServiceLastUpdateTime

An operation that 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 parameter returns the date and time when the service definition last changed in ISO 8601 format.

getEntityList

An operation to get 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

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

Security

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

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

getActivity

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getActivity

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

createActivity

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

createActivity

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

createActivity

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

createActivity

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

createActivity

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

deleteActivityContact

ZMM_DELETE_ACTIVITY_PRIV

Delete Activity

Allows deleting activities.

deleteActivityContact

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

deleteActivityContact

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

generateActivitiesFromTemplate

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

generateActivitiesFromTemplate

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

updateActivityContact

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

updateActivityContact

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

findActivityContact

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

findActivityContact

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

deleteAttachment

ZMM_DELETE_ACTIVITY_PRIV

Delete Activity

Allows deleting activities.

deleteAttachment

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

deleteAttachment

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

createActivityAssignee

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

createActivityAssignee

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

createActivityAssignee

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

createActivityAssignee

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

createActivityAssignee

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

createActivityAssignee

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

createActivityAssignee

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

getDfltObjAttrHints

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getDfltObjAttrHints

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

createAttachment

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

createAttachment

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

createAttachment

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

createAttachment

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

createAttachment

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

createAttachment

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

createAttachment

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

findActivity

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

findActivity

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

deleteActivity

ZMM_DELETE_ACTIVITY_PRIV

Delete Activity

Allows deleting activities.

deleteActivityAssignee

ZMM_DELETE_ACTIVITY_PRIV

Delete Activity

Allows deleting activities.

deleteActivityAssignee

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

deleteActivityAssignee

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

createActivityContact

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

createActivityContact

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

createActivityContact

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

createActivityContact

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

createActivityContact

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

createActivityContact

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

createActivityContact

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

findActivityAssignee

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

findActivityAssignee

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

processActivity

ZMM_DELETE_ACTIVITY_PRIV

Delete Activity

Allows deleting activities.

processActivity

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

processActivity

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

processActivity

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

processActivity

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

processActivity

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

processActivity

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

processActivity

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

processActivity

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

processActivity

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

findActivityDeleteExceptions

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

findActivityDeleteExceptions

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

getEntityList

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getEntityList

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

updateActivity

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

updateActivity

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

copyAttachment

ZMM_LOG_A_CALL_ACTIVITY_PRIV

Log a Call Activity

Allows logging a call for activities.

copyAttachment

ZMM_CREATE_ACTIVITY_PRIV

Create Activity

Allows creating activities.

copyAttachment

ZMM_CREATE_ACTIVITY_APPOINTMENT_PRIV

Create Activity Appointment

Allows creating activities of type appointment.

copyAttachment

ZMM_CREATE_ACTIVITY_CALL_REPORT_PRIV

Create Activity Call Report

Allows creating activities of type call report.

copyAttachment

ZMM_CREATE_ACTIVITY_TASK_PRIV

Create Activity Task

Allows creating activities of type task.

copyAttachment

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

copyAttachment

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

mergeActivity

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

mergeActivity

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

getAttachmentContent

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getAttachmentContent

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

getAttachmentsListWithoutContent

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getAttachmentsListWithoutContent

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

getServiceLastUpdateTime

ZMM_VIEW_ONLY_ACTIVITY_PRIV

View Only Activity

Allows only viewing of activities.

getServiceLastUpdateTime

ZMM_VIEW_ACTIVITY_PRIV

View Activity

Allows viewing activities.

updateActivityAssignee

ZMM_UPDATE_ONLY_ACTIVITY_PRIV

Update Only Activity

Allows only editing of activities.

updateActivityAssignee

ZMM_UPDATE_ACTIVITY_PRIV

Update Activity

Allows editing activities.

Privileges to Duty Roles Mapping

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_SR_MANAGEMENT

HR Help Desk Service Request Management

Manages all aspects of the HR Help Desk Service Request object.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_MANAGEMENT

HR Service Request Management

Manages all aspects of the Next Gen HR Help Desk Service Request object.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Master Data Management Application Administrator

Administers the installation and maintenance of customer data management application and foundation model.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ANALYSIS

Internal Service Request Analysis

Manages a group of Internal Help Desk agents. Can view Internal service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

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

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

Customer Data Steward

Performs customer data management activities including data import, cleansing, duplicate identification, and duplicate resolution.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZBS_SALES_MANAGER_JOB

Sales Manager

Manages salespersons within the organization. Generates revenue within a territory, builds pipeline, manages territory forecasts, and assists salespersons in closing deals.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZBS_SALES_REPRESENTATIVE_JOB

Sales Representative

Represents the business to sell its products. Maintains relationships with customers and contacts, builds pipeline, manages leads and opportunities and performs sales forecasting.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_JOB

Partner Sales Representative

Maintains leads, registers leads, and manages partner opportunities.

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ANALYSIS

HR Help Desk Analysis

Manages group of HR Help Desk agents. Can view service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

Channel Partner Manager

Defines new channel partner programs.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_SR_MANAGEMENT

Internal Service Request Management

Manages all aspects of the Internal Help Desk Service Request object.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

Partner Sales Manager

Manages a set of partner sales representatives and has visibility into all of their teams' transactions and the ability to work with leads and opportunities. This role is for a partner sales manager.

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_ANALYST_JOB

Marketing Analyst

Researches and analyzes marketing data and demand to influence product development and market strategies. Collaborates with corporate marketing managers to define segmentation strategies and develops criteria for identifying and grouping target audience segments for use in marketing campaigns.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_MANAGER_JOB

Marketing Manager

Coordinates marketing messaging content, pricing, segmentation, communication channels, and launch activities for marketing campaigns. Contributes to sales lead pipeline process and estimations, product definitions, and return on investment calculations.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ADMINISTRATION

HR Help Desk Administration

Manage all aspects of the HCM help desk service requests. In addition can manage queues and administer the HCM help desk service application, including setup.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

Manages customer data stewards and has additional privileges including assigning requests.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZBS_SALES_VP_JOB

Sales VP

Manages sales managers within the organization. Responsible for account planning, territory and quota management, and managing sales forecasts for the territory.

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_VP_JOB

Marketing VP

Determines high-level marketing objectives, strategies and budgets. Analyzes marketing activities to measure the effectiveness of marketing programs, reviews real-time marketing intelligence to optimize decisions throughout the marketing and sales cycle, take timely actions to influence business outcomes, and gain competitive advantage.

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

Sales Lead Qualifier

Identifies, generates and qualifies sales leads and ensures that they are successfully closed within established time objectives. Includes the ability to deliver reports, ensure a healthy sales pipeline volume, help shorten sales cycles, shape lead generation strategies, and provide effective guidance to the rest of the lead qualification team. Other supporting roles include territory development, event and webinar strategies.

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ANALYSIS

HR Service Request Analysis

Manages a group of Next Gen HR Help Desk agents. Can view Next Gen HR service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZBS_SALES_RESTRICTED_USER_JOB

Sales Restricted User

Has the same scope of visibility as the Sales Manager role to application data but can only view or read most of that data. The ability to create, update or delete data is restricted to notes, activities, attachments and reports.

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

Partner Administrator

Registers the partner organization and program enrollment for the partner company. Manages the creation and removal of partner users and the users' privileges.

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

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

Corporate Marketing Manager

Develops and executes marketing strategies, translating customer needs from varied industries and markets into clear value propositions and actionable marketing programs. Communicates the corporate marketing message, manages the corporate marketing budget for allocation to marketing activities, and follows through the complete marketing life cycle to measure results.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ADMINISTRATION

HR Service Request Administration

Manages all aspects of Next Gen HR service requests. In addition, can manage queues and administer the Next Gen HR Help Desk service application, including setup.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

ZMM_CREATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

Channel Sales Director

Supervises channel roles to support partner relationships and transactions.

ZMM_CREATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

Internal Service Request Administration

Manages all aspects of Internal service requests. In addition, can manage queues and administer the Internal Help Desk service application, including setup.

ZMM_CREATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

Marketing Operations Manager

Manages the operations for marketing and leads. Develops tactical campaigns to carry out marketing strategies and communicate offers to customer segments using multiple marketing channels. Monitors campaign interactions, captures campaign responses, and manages sales leads to fill the sales pipeline. Creates and maintains the setup for marketing campaigns, responses, segments, lists, and treatments.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HELPDESK_SR_MANAGEMENT

HR Help Desk Service Request Management

Manages all aspects of the HR Help Desk Service Request object.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HR_SR_MANAGEMENT

HR Service Request Management

Manages all aspects of the Next Gen HR Help Desk Service Request object.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Master Data Management Application Administrator

Administers the installation and maintenance of customer data management application and foundation model.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ANALYSIS

Internal Service Request Analysis

Manages a group of Internal Help Desk agents. Can view Internal service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

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

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

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

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

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

Customer Data Steward

Performs customer data management activities including data import, cleansing, duplicate identification, and duplicate resolution.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZBS_SALES_MANAGER_JOB

Sales Manager

Manages salespersons within the organization. Generates revenue within a territory, builds pipeline, manages territory forecasts, and assists salespersons in closing deals.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZBS_SALES_REPRESENTATIVE_JOB

Sales Representative

Represents the business to sell its products. Maintains relationships with customers and contacts, builds pipeline, manages leads and opportunities and performs sales forecasting.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_JOB

Partner Sales Representative

Maintains leads, registers leads, and manages partner opportunities.

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

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ANALYSIS

HR Help Desk Analysis

Manages group of HR Help Desk agents. Can view service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

Channel Partner Manager

Defines new channel partner programs.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_SR_MANAGEMENT

Internal Service Request Management

Manages all aspects of the Internal Help Desk Service Request object.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

Partner Sales Manager

Manages a set of partner sales representatives and has visibility into all of their teams' transactions and the ability to work with leads and opportunities. This role is for a partner sales manager.

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKT_MARKETING_ANALYST_JOB

Marketing Analyst

Researches and analyzes marketing data and demand to influence product development and market strategies. Collaborates with corporate marketing managers to define segmentation strategies and develops criteria for identifying and grouping target audience segments for use in marketing campaigns.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKT_MARKETING_MANAGER_JOB

Marketing Manager

Coordinates marketing messaging content, pricing, segmentation, communication channels, and launch activities for marketing campaigns. Contributes to sales lead pipeline process and estimations, product definitions, and return on investment calculations.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ADMINISTRATION

HR Help Desk Administration

Manage all aspects of the HCM help desk service requests. In addition can manage queues and administer the HCM help desk service application, including setup.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

Manages customer data stewards and has additional privileges including assigning requests.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZBS_SALES_VP_JOB

Sales VP

Manages sales managers within the organization. Responsible for account planning, territory and quota management, and managing sales forecasts for the territory.

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKT_MARKETING_VP_JOB

Marketing VP

Determines high-level marketing objectives, strategies and budgets. Analyzes marketing activities to measure the effectiveness of marketing programs, reviews real-time marketing intelligence to optimize decisions throughout the marketing and sales cycle, take timely actions to influence business outcomes, and gain competitive advantage.

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

Sales Lead Qualifier

Identifies, generates and qualifies sales leads and ensures that they are successfully closed within established time objectives. Includes the ability to deliver reports, ensure a healthy sales pipeline volume, help shorten sales cycles, shape lead generation strategies, and provide effective guidance to the rest of the lead qualification team. Other supporting roles include territory development, event and webinar strategies.

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

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HR_SR_ANALYSIS

HR Service Request Analysis

Manages a group of Next Gen HR Help Desk agents. Can view Next Gen HR service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZBS_SALES_RESTRICTED_USER_JOB

Sales Restricted User

Has the same scope of visibility as the Sales Manager role to application data but can only view or read most of that data. The ability to create, update or delete data is restricted to notes, activities, attachments and reports.

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

Partner Administrator

Registers the partner organization and program enrollment for the partner company. Manages the creation and removal of partner users and the users' privileges.

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

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

Corporate Marketing Manager

Develops and executes marketing strategies, translating customer needs from varied industries and markets into clear value propositions and actionable marketing programs. Communicates the corporate marketing message, manages the corporate marketing budget for allocation to marketing activities, and follows through the complete marketing life cycle to measure results.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_HR_SR_ADMINISTRATION

HR Service Request Administration

Manages all aspects of Next Gen HR service requests. In addition, can manage queues and administer the Next Gen HR Help Desk service application, including setup.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

ZMM_VIEW_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

Channel Sales Director

Supervises channel roles to support partner relationships and transactions.

ZMM_VIEW_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

Internal Service Request Administration

Manages all aspects of Internal service requests. In addition, can manage queues and administer the Internal Help Desk service application, including setup.

ZMM_VIEW_ACTIVITY_PRIV

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

Marketing Operations Manager

Manages the operations for marketing and leads. Develops tactical campaigns to carry out marketing strategies and communicate offers to customer segments using multiple marketing channels. Monitors campaign interactions, captures campaign responses, and manages sales leads to fill the sales pipeline. Creates and maintains the setup for marketing campaigns, responses, segments, lists, and treatments.

ZMM_VIEW_ONLY_ACTIVITY_PRIV

ORA_CJM_CUSTOMER_CHANNEL_PROGRAM_VIEW_DUTY_CRM

Customer Channel Program Viewing

View customer programs.

ZMM_VIEW_ONLY_ACTIVITY_PRIV

ORA_CJM_CUSTOMER_CHANNEL_PROGRAM_MANAGEMENT_DUTY_CRM

Customer Channel Program Management

Manages customer programs and manual adjustments.

ZMM_VIEW_ONLY_ACTIVITY_PRIV

ORA_CJM_CHANNEL_CLAIMS_VIEW_DUTY_CRM

Channel Claims Viewing

Views customer claims.

ZMM_VIEW_ONLY_ACTIVITY_PRIV

ORA_CJM_CHANNEL_CLAIMS_MANAGEMENT_DUTY_CRM

Channel Claims Management

Manages customer claims.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_SR_MANAGEMENT

HR Help Desk Service Request Management

Manages all aspects of the HR Help Desk Service Request object.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_MANAGEMENT

HR Service Request Management

Manages all aspects of the Next Gen HR Help Desk Service Request object.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Master Data Management Application Administrator

Administers the installation and maintenance of customer data management application and foundation model.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ANALYSIS

Internal Service Request Analysis

Manages a group of Internal Help Desk agents. Can view Internal service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

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

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

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

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

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

Customer Data Steward

Performs customer data management activities including data import, cleansing, duplicate identification, and duplicate resolution.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZBS_SALES_MANAGER_JOB

Sales Manager

Manages salespersons within the organization. Generates revenue within a territory, builds pipeline, manages territory forecasts, and assists salespersons in closing deals.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZBS_SALES_REPRESENTATIVE_JOB

Sales Representative

Represents the business to sell its products. Maintains relationships with customers and contacts, builds pipeline, manages leads and opportunities and performs sales forecasting.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_JOB

Partner Sales Representative

Maintains leads, registers leads, and manages partner opportunities.

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

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ANALYSIS

HR Help Desk Analysis

Manages group of HR Help Desk agents. Can view service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

Channel Partner Manager

Defines new channel partner programs.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_SR_MANAGEMENT

Internal Service Request Management

Manages all aspects of the Internal Help Desk Service Request object.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

Partner Sales Manager

Manages a set of partner sales representatives and has visibility into all of their teams' transactions and the ability to work with leads and opportunities. This role is for a partner sales manager.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_ANALYST_JOB

Marketing Analyst

Researches and analyzes marketing data and demand to influence product development and market strategies. Collaborates with corporate marketing managers to define segmentation strategies and develops criteria for identifying and grouping target audience segments for use in marketing campaigns.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_MANAGER_JOB

Marketing Manager

Coordinates marketing messaging content, pricing, segmentation, communication channels, and launch activities for marketing campaigns. Contributes to sales lead pipeline process and estimations, product definitions, and return on investment calculations.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ADMINISTRATION

HR Help Desk Administration

Manage all aspects of the HCM help desk service requests. In addition can manage queues and administer the HCM help desk service application, including setup.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

Manages customer data stewards and has additional privileges including assigning requests.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZBS_SALES_VP_JOB

Sales VP

Manages sales managers within the organization. Responsible for account planning, territory and quota management, and managing sales forecasts for the territory.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_VP_JOB

Marketing VP

Determines high-level marketing objectives, strategies and budgets. Analyzes marketing activities to measure the effectiveness of marketing programs, reviews real-time marketing intelligence to optimize decisions throughout the marketing and sales cycle, take timely actions to influence business outcomes, and gain competitive advantage.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

Sales Lead Qualifier

Identifies, generates and qualifies sales leads and ensures that they are successfully closed within established time objectives. Includes the ability to deliver reports, ensure a healthy sales pipeline volume, help shorten sales cycles, shape lead generation strategies, and provide effective guidance to the rest of the lead qualification team. Other supporting roles include territory development, event and webinar strategies.

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

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ANALYSIS

HR Service Request Analysis

Manages a group of Next Gen HR Help Desk agents. Can view Next Gen HR service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZBS_SALES_RESTRICTED_USER_JOB

Sales Restricted User

Has the same scope of visibility as the Sales Manager role to application data but can only view or read most of that data. The ability to create, update or delete data is restricted to notes, activities, attachments and reports.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

Partner Administrator

Registers the partner organization and program enrollment for the partner company. Manages the creation and removal of partner users and the users' privileges.

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

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

Corporate Marketing Manager

Develops and executes marketing strategies, translating customer needs from varied industries and markets into clear value propositions and actionable marketing programs. Communicates the corporate marketing message, manages the corporate marketing budget for allocation to marketing activities, and follows through the complete marketing life cycle to measure results.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ADMINISTRATION

HR Service Request Administration

Manages all aspects of Next Gen HR service requests. In addition, can manage queues and administer the Next Gen HR Help Desk service application, including setup.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

ZMM_UPDATE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

Channel Sales Director

Supervises channel roles to support partner relationships and transactions.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

Internal Service Request Administration

Manages all aspects of Internal service requests. In addition, can manage queues and administer the Internal Help Desk service application, including setup.

ZMM_UPDATE_ACTIVITY_PRIV

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

Marketing Operations Manager

Manages the operations for marketing and leads. Develops tactical campaigns to carry out marketing strategies and communicate offers to customer segments using multiple marketing channels. Monitors campaign interactions, captures campaign responses, and manages sales leads to fill the sales pipeline. Creates and maintains the setup for marketing campaigns, responses, segments, lists, and treatments.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_SR_MANAGEMENT

HR Help Desk Service Request Management

Manages all aspects of the HR Help Desk Service Request object.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HR_SR_MANAGEMENT

HR Service Request Management

Manages all aspects of the Next Gen HR Help Desk Service Request object.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Master Data Management Application Administrator

Administers the installation and maintenance of customer data management application and foundation model.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ANALYSIS

Internal Service Request Analysis

Manages a group of Internal Help Desk agents. Can view Internal service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

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

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_SR_CHANNEL_USER

Service Request Channel User

Manages all aspects of the Service Request related to partner accounts

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

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

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

Customer Data Steward

Performs customer data management activities including data import, cleansing, duplicate identification, and duplicate resolution.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZBS_SALES_MANAGER_JOB

Sales Manager

Manages salespersons within the organization. Generates revenue within a territory, builds pipeline, manages territory forecasts, and assists salespersons in closing deals.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZBS_SALES_REPRESENTATIVE_JOB

Sales Representative

Represents the business to sell its products. Maintains relationships with customers and contacts, builds pipeline, manages leads and opportunities and performs sales forecasting.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_JOB

Partner Sales Representative

Maintains leads, registers leads, and manages partner opportunities.

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

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ANALYSIS

HR Help Desk Analysis

Manages group of HR Help Desk agents. Can view service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_PARTNER_MANAGER_JOB

Channel Partner Manager

Defines new channel partner programs.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_SR_MANAGEMENT

Internal Service Request Management

Manages all aspects of the Internal Help Desk Service Request object.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

Partner Sales Manager

Manages a set of partner sales representatives and has visibility into all of their teams' transactions and the ability to work with leads and opportunities. This role is for a partner sales manager.

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKT_MARKETING_ANALYST_JOB

Marketing Analyst

Researches and analyzes marketing data and demand to influence product development and market strategies. Collaborates with corporate marketing managers to define segmentation strategies and develops criteria for identifying and grouping target audience segments for use in marketing campaigns.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKT_MARKETING_MANAGER_JOB

Marketing Manager

Coordinates marketing messaging content, pricing, segmentation, communication channels, and launch activities for marketing campaigns. Contributes to sales lead pipeline process and estimations, product definitions, and return on investment calculations.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HELPDESK_ADMINISTRATION

HR Help Desk Administration

Manage all aspects of the HCM help desk service requests. In addition can manage queues and administer the HCM help desk service application, including setup.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_SR_POWER_USER

Service Request Power User

Advanced Service Request management capabilities not available to Service Representatives

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

Manages customer data stewards and has additional privileges including assigning requests.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZBS_SALES_VP_JOB

Sales VP

Manages sales managers within the organization. Responsible for account planning, territory and quota management, and managing sales forecasts for the territory.

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKT_MARKETING_VP_JOB

Marketing VP

Determines high-level marketing objectives, strategies and budgets. Analyzes marketing activities to measure the effectiveness of marketing programs, reviews real-time marketing intelligence to optimize decisions throughout the marketing and sales cycle, take timely actions to influence business outcomes, and gain competitive advantage.

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

Sales Lead Qualifier

Identifies, generates and qualifies sales leads and ensures that they are successfully closed within established time objectives. Includes the ability to deliver reports, ensure a healthy sales pipeline volume, help shorten sales cycles, shape lead generation strategies, and provide effective guidance to the rest of the lead qualification team. Other supporting roles include territory development, event and webinar strategies.

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

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ANALYSIS

HR Service Request Analysis

Manages a group of Next Gen HR Help Desk agents. Can view Next Gen HR service requests, activities, and attachments. Monitors metrics and overall resource balancing, critical service requests, service level agreements.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZBS_SALES_RESTRICTED_USER_JOB

Sales Restricted User

Has the same scope of visibility as the Sales Manager role to application data but can only view or read most of that data. The ability to create, update or delete data is restricted to notes, activities, attachments and reports.

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

Partner Administrator

Registers the partner organization and program enrollment for the partner company. Manages the creation and removal of partner users and the users' privileges.

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

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

Corporate Marketing Manager

Develops and executes marketing strategies, translating customer needs from varied industries and markets into clear value propositions and actionable marketing programs. Communicates the corporate marketing message, manages the corporate marketing budget for allocation to marketing activities, and follows through the complete marketing life cycle to measure results.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_HR_SR_ADMINISTRATION

HR Service Request Administration

Manages all aspects of Next Gen HR service requests. In addition, can manage queues and administer the Next Gen HR Help Desk service application, including setup.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_SR_TROUBLESHOOTER

Service Request Troubleshooter

Manages all aspects of the Service Request object

ZMM_DELETE_ACTIVITY_PRIV

ORA_ZPM_CHANNEL_SALES_DIRECTOR_JOB

Channel Sales Director

Supervises channel roles to support partner relationships and transactions.

ZMM_DELETE_ACTIVITY_PRIV

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

Internal Service Request Administration

Manages all aspects of Internal service requests. In addition, can manage queues and administer the Internal Help Desk service application, including setup.

ZMM_DELETE_ACTIVITY_PRIV

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

Marketing Operations Manager

Manages the operations for marketing and leads. Develops tactical campaigns to carry out marketing strategies and communicate offers to customer segments using multiple marketing channels. Monitors campaign interactions, captures campaign responses, and manages sales leads to fill the sales pipeline. Creates and maintains the setup for marketing campaigns, responses, segments, lists, and treatments.

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_PARTNER_SALES_REPRESENTATIVE_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKT_MARKETING_ANALYST_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKT_CORPORATE_MARKETING_MANAGER_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_OPERATIONS_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_REPRESENTATIVE_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_ZPM_CHANNEL_ACCOUNT_MANAGER_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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKT_MARKETING_MANAGER_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_ZBS_SALES_RESTRICTED_USER_JOB

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_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_VP_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKT_MARKETING_VP_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_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_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_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_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_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_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_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_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_ADMINISTRATOR_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_REPRESENTATIVE_JOB

ORA_OKC_CONTRACT_REQUEST_AUTHORING_DUTY_CRM

Contract Request Authoring

Authors contract request, uploads relevant documents and provides sufficient information to assignee to create contract.

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_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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_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_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_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_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_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_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCH_CDM_ADMIN_DUTY

Customer Data Management Administration

Administers customer data management.

ORA_ZCH_MASTER_DATA_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_ZBS_SALES_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_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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ORA_ZCH_MASTER_DATA_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_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_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_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_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_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_PARTNER_SALES_REPRESENTATIVE_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_PARTNER_SALES_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_PARTNER_ADMINISTRATOR_JOB

ORA_CSO_KNOWLEDGE_HOME_SERVICE_DUTY

Knowledge Home for Service

Knowledge Home duty role strictly for service access

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_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_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_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_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_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_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_MKT_CORPORATE_MARKETING_MANAGER_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_MKT_MARKETING_OPERATIONS_MANAGER_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_MKL_SALES_LEAD_QUALIFIER_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_ZBS_SALES_MANAGER_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_ZBS_SALES_REPRESENTATIVE_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_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_MKT_MARKETING_MANAGER_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_ZBS_SALES_VP_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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_READ_ONLY_DUTY

Lead Registration Processing Read Only

Read Only role for Lead Registration Processing Duty.

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_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_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_PARTNER_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_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_PARTNER_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_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_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_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_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_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_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_PARTNER_SALES_MANAGER_JOB

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims 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_MKT_MARKETING_ANALYST_JOB

ORA_MKT_MARKETING_ANALYSIS_DUTY

Marketing Analysis

Analyzes marketing effectiveness across the enterprise by viewing detailed marketing campaign, list, segment, and treatment information from the audience and campaign work areas.

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

ORA_MKT_MARKETING_ANALYSIS_DUTY

Marketing Analysis

Analyzes marketing effectiveness across the enterprise by viewing detailed marketing campaign, list, segment, and treatment information from the audience and campaign work areas.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_ANALYSIS_DUTY

Marketing Analysis

Analyzes marketing effectiveness across the enterprise by viewing detailed marketing campaign, list, segment, and treatment information from the audience and campaign work areas.

ORA_MKT_MARKETING_VP_JOB

ORA_MKT_MARKETING_ANALYSIS_DUTY

Marketing Analysis

Analyzes marketing effectiveness across the enterprise by viewing detailed marketing campaign, list, segment, and treatment information from the audience and campaign 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_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_MKT_MARKETING_VP_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_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_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

ORA_MKT_MARKETING_ANALYST_JOB

ORA_MKT_MARKETING_AUDIENCE_MANAGEMENT_DUTY

Marketing Audience Management

Manages marketing lists from the audience work area. Marketing lists contain contacts and are used by marketing campaigns as the intended recipients of marketing messages.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_AUDIENCE_MANAGEMENT_DUTY

Marketing Audience Management

Manages marketing lists from the audience work area. Marketing lists contain contacts and are used by marketing campaigns as the intended recipients of marketing messages.

ORA_MKT_MARKETING_MANAGER_JOB

ORA_MKT_MARKETING_AUDIENCE_MANAGEMENT_DUTY

Marketing Audience Management

Manages marketing lists from the audience work area. Marketing lists contain contacts and are used by marketing campaigns as the intended recipients of marketing messages.

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

ORA_MKT_MARKETING_CAMPAIGN_MANAGEMENT_DUTY

Marketing Campaign Management

Manages secured marketing campaigns from planning to design and execution. Defines and maintains secured marketing treatments, lists, segments, and content.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_CAMPAIGN_MANAGEMENT_DUTY

Marketing Campaign Management

Manages secured marketing campaigns from planning to design and execution. Defines and maintains secured marketing treatments, lists, segments, and content.

ORA_MKT_MARKETING_MANAGER_JOB

ORA_MKT_MARKETING_CAMPAIGN_MANAGEMENT_DUTY

Marketing Campaign Management

Manages secured marketing campaigns from planning to design and execution. Defines and maintains secured marketing treatments, lists, segments, and content.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_EXECUTION_MANAGEMENT_DUTY

Marketing Execution Management

Manages the execution of secured marketing campaigns. Manages secured marketing responses including response import and converting responses to sales leads and opportunities. Schedules and monitors processes to record response interactions and create trading community members from suspects.Manages the execution of secured marketing campaigns. Manages secured marketing responses including response import and converting responses to sales leads and opportunities. Schedules and monitors processes to record response interactions and create trading community members from suspects.

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_MKT_MARKETING_OPERATIONS_MANAGER_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_MKT_MARKETING_ANALYST_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKT_MARKETING_MANAGER_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKT_MARKETING_VP_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

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_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_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_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_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_ZPM_PARTNER_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_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_PARTNER_SALES_REPRESENTATIVE_JOB

ORA_MOO_OPPORTUNITY_PARTNER_SALES_REPRESENTATIVE_DUTY

Opportunity Partner Sales Representative

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

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_PARTNER_SALES_REPRESENTATIVE_DUTY

Opportunity Partner Sales Representative

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

ORA_ZBS_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_MANAGER_DUTY

Opportunity Sales Manager

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

ORA_ZBS_SALES_VP_JOB

ORA_MOO_OPPORTUNITY_SALES_MANAGER_DUTY

Opportunity Sales Manager

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

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MOO_OPPORTUNITY_SALES_MANAGER_READ_ONLY_DUTY

Opportunity Sales Manager Read Only

Read Only role for Opportunity Sales Manager Duty.

ORA_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

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

ORA_ZBS_SALES_VP_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

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

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_READ_ONLY_DUTY

Opportunity Sales Representative Read Only

Read Only role for Opportunity Sales Representative Duty.

ORA_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_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_ZBS_SALES_VP_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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_READ_ONLY_DUTY

Opportunity Territory Resource Read Only

Read Only role for Opportunity Territory Resource Duty.

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_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_ACCOUNT_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_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_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_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_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_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_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_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_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_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_PARTNER_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_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_PARTNER_SALES_REPRESENTATIVE_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_ZPM_PARTNER_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_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_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_PARTNER_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_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_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_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_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_ZPM_PARTNER_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_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_PARTNER_SALES_REPRESENTATIVE_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_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_PARTNER_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_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_ZPM_PARTNER_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_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_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_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_ZCH_VIEW_PARTY_CENTER_DUTY

Party Center Inquiry

Grants privileges to view party center nodes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCH_VIEW_PARTY_CENTER_DUTY

Party Center Inquiry

Grants privileges to view party center nodes.

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_ZCH_VIEW_PARTY_CENTER_DUTY

Party Center Inquiry

Grants privileges to view party center nodes.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_ZCH_MANAGE_PARTY_CENTER_DUTY

Party Center Management

Grants privileges to manage party center nodes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCH_MANAGE_PARTY_CENTER_DUTY

Party Center Management

Grants privileges to manage party center nodes.

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_ZCH_MANAGE_PARTY_CENTER_DUTY

Party Center Management

Grants privileges to manage party center nodes.

ORA_ZBS_SALES_MANAGER_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

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_ZBS_SALES_VP_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_READ_ONLY_DUTY

Personal Campaign Management Read Only

Read Only role for Personal Campaign Management Duty.

ORA_MKT_MARKETING_ANALYST_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

Manages business rules and recommendations about selling the right products to the right customers. Analyzes product recommendations and schedules sales lead generation and predictive model learning.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

Manages business rules and recommendations about selling the right products to the right customers. Analyzes product recommendations and schedules sales lead generation and predictive model learning.

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

Manages business rules and recommendations about selling the right products to the right customers. Analyzes product recommendations and schedules sales lead generation and predictive model learning.

ORA_ZBS_SALES_VP_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

Manages business rules and recommendations about selling the right products to the right customers. Analyzes product recommendations and schedules sales lead generation and predictive model learning.

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_READ_ONLY_DUTY

Product Recommendation Analysis Read Only

Read Only role for Product Recommendation Analysis Duty

ORA_MKT_MARKETING_ANALYST_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_MKT_CORPORATE_MARKETING_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_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_MKL_SALES_LEAD_QUALIFIER_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_MKT_MARKETING_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZPM_CHANNEL_SALES_MANAGER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_MKT_MARKETING_VP_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_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_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_SVC_HELPDESK_ADMINISTRATION

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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

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_SVC_HR_SR_ADMINISTRATION

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_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_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_SVC_HELPDESK_ADMINISTRATION

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_ZPM_CHANNEL_ACCOUNT_MANAGER_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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

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_SVC_HR_SR_ADMINISTRATION

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_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_SVC_HELPDESK_ADMINISTRATION

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_SVC_HR_SR_ADMINISTRATION

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_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_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_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_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_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_ZBS_SALES_VP_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_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_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_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_PARTNER_SALES_REPRESENTATIVE_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_PARTNER

Sales Change History Inquiry for Partner

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

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_PARTNER

Sales Change History Inquiry for Partner

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

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_PARTNER

Sales Change History Inquiry for Partner

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

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_ZBS_SALES_REPRESENTATIVE_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_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_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_ZBS_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_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_ZBS_SALES_VP_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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_ZSF_SALES_FORECASTING_MANAGEMENT_READ_ONLY_DUTY

Sales Forecasting Management Read Only

Read Only role for Sales Forecasting Management Duty.

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_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_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_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_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_ZBS_SALES_VP_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_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_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_ZBS_SALES_VP_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_RESTRICTED_USER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_READ_ONLY_DUTY

Sales Lead Follow Up Management Read Only

Read Only role for Sales Lead Follow Up Management Duty.

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_READ_ONLY_DUTY

Sales Lead Follow Up Read Only

Read Only role for Sales Lead Follow Up Duty

ORA_MKT_MARKETING_ANALYST_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_MKT_CORPORATE_MARKETING_MANAGER_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_MKT_MARKETING_OPERATIONS_MANAGER_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_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_MKT_MARKETING_MANAGER_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_MKT_MARKETING_VP_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_MKL_SALES_LEAD_QUALIFICATION_DUTY

Sales Lead Qualification

Qualifies sales leads to determine the sales readiness of the lead.

ORA_MKT_MARKETING_MANAGER_JOB

ORA_MKL_SALES_LEAD_QUALIFICATION_DUTY

Sales Lead Qualification

Qualifies sales leads to determine the sales readiness of the lead.

ORA_MKT_MARKETING_MANAGER_JOB

ORA_MKL_SALES_LEAD_QUALIFICATION_SUPERVISION_DUTY

Sales Lead Qualification Supervision

Qualifies sales leads to determine the sales readiness of all the leads in your reporting hierarchy.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_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_MKL_SALES_LEAD_QUALIFIER_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_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_MKT_MARKETING_ANALYST_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_MKT_CORPORATE_MARKETING_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_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_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_MKT_MARKETING_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_ZBS_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_ZBS_SALES_REPRESENTATIVE_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_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_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_MKT_MARKETING_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_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_ZBS_SALES_VP_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_MKT_MARKETING_VP_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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_READ_ONLY_DUTY

Sales Party Management Read Only

Read Only role for Sales Party Management Duty.

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_ZCM_SALES_PARTY_REVIEW_DUTY

Sales Party Review

Allows resources read-only access to sales parties information such as manage customer work area and all sales party duties. Additional duties include view access to other customer and sales lead features.

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_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_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_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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

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_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_ZBS_SALES_MANAGER_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

ORA_ZBS_SALES_VP_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

Can create Service Requests and help with resolution of the Service Request. Has basic Service Request Management capabilities. Would not be able to respond to customer, assign SR to a user or change the status of a SR.

ORA_ZPM_PARTNER_SALES_REPRESENTATIVE_JOB

ORA_SVC_SR_PARTNER_USER

Service Request Partner User

Individual from the partner organization requesting for support to resolve their questions and issues.

ORA_ZPM_PARTNER_SALES_MANAGER_JOB

ORA_SVC_SR_PARTNER_USER

Service Request Partner User

Individual from the partner organization requesting for support to resolve their questions and issues.

ORA_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_SVC_SR_PARTNER_USER

Service Request Partner User

Individual from the partner organization requesting for support to resolve their questions and issues.

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_ZBS_SALES_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_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_PARTNER_SALES_REPRESENTATIVE_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_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_PARTNER_SALES_MANAGER_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_ZPM_PARTNER_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

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_ADMINISTRATOR_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_MANAGER_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_REPRESENTATIVE_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_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_VP_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_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_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZBS_SALES_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_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_ZBS_SALES_VP_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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_READ_ONLY_DUTY

Territory Management Read Only

Read Only role for Territory Management Duty.

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_ZCH_MASTER_DATA_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_ZCH_MASTER_DATA_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_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_ZCQ_TRADING_COMMUNITY_DQ_MGMT_DUTY

Trading Community Data Quality Management

Performs real-time and batch data quality functions such as matching and cleansing.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCQ_TRADING_COMMUNITY_DQ_MGMT_DUTY

Trading Community Data Quality Management

Performs real-time and batch data quality functions such as matching and cleansing.

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_ZCQ_TRADING_COMMUNITY_DQ_MGMT_DUTY

Trading Community Data Quality Management

Performs real-time and batch data quality functions such as matching and cleansing.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_DUP_IDEN_MANAGE_DUTY

Trading Community Duplicate Identification Batch Management

Grants privileges to manage duplicate identification batches

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_DUP_IDEN_MANAGE_DUTY

Trading Community Duplicate Identification Batch Management

Grants privileges to manage duplicate identification batches

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_DUP_IDEN_MANAGE_DUTY

Trading Community Duplicate Identification Batch Management

Grants privileges to manage duplicate identification batches

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_DUP_RES_MANAGE_DUTY

Trading Community Duplicate Resolution Request Management

Grants privileges to manage duplicate resolution requests

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_DUP_RES_MANAGE_DUTY

Trading Community Duplicate Resolution Request Management

Grants privileges to manage duplicate resolution requests

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_JOB

ORA_DUP_RES_MANAGE_DUTY

Trading Community Duplicate Resolution Request Management

Grants privileges to manage duplicate resolution requests

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_OPERATIONS_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCH_DATA_STEWARD_MANAGER_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_ZCH_MASTER_DATA_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_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCH_TRADING_COMMUNITY_DATA_STEWARD_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_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_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

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_ZCH_TRADING_COMMUNITY_DATA_STEWARD_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_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.