Bulk Export (Deprecated)

A web service used to extract data in a batch process. This service is deprecated and is replaced with Bulk Export V 2 (oracle.apps.crmCommon.bulkExport.bulkExportServiceV2.BulkExportService).

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

QName: {http://xmlns.oracle.com/apps/crmCommon/bulkExport/publicModel/}CrmCommonBulkExportService

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

Relationships

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

Relationship Type Object or Service

Next version is

Bulk Export Version 2

Handles

File Export Job

Handles

File Export Output

Handles

File Export Batch

Handles

View Criteria Name

Handles

Name

Handles

Object Code

Handles

Description

Operations

runExportJob

The operation that runs the specified export job with an optionally specified timestamp range. If beginTm is specified, the records exported by the bulk export job will only contain those records whose LastUpdateDate is on or after the specified beginTm parameter. If endTm is specified, the records exported by the bulk export job will only contain those whose LastUpdateDate is on or before the specified endTm parameter. If the view being exported does not contain a column named LastUpdateDate, all records will be exported.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

jobId

long

The name is an identifier for the bulk export job.

beginTm

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

The time when the bulk export job begins. It can be on or after the filter time, and can be null.

endTm

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

The time when the bulk export job ends. It can be on or before the filter time, and can be null.

Response Payload

Element Name Type Description

result

long

The batch identifier created for the job run will be returned, or null will be returned if a batch wasn't created.

getAttachmentsForBatch

The operation returns a list of attachments for a specific batch identifier.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

batchId

long

The operation identifies the times when the export of a job runs.

Response Payload

Element Name Type Description

result

File Export Output

A list of attachments associated with the provided batch identifier. The attachments correspond to data in the view object(s) that were selected in the job that was executed.

createAndRunExportJob

The operation for bulk export.

Life Cycle Status: Active

Request Payload

Element Name Type Description

jobRequest

Description

The input details of the job request.

Response Payload

Element Name Type Description

result

long

The operation returns batch identifier for corresponding job.

RunExportJobWithVC

The operation that runs the export job specified by the job number.

Life Cycle Status: Active

Request Payload

Element Name Type Description

jobNumber

string

The operation that runs the export job specified by the job number.

zipFileName

string

The operation that runs the export job specified by the job number.

viewCriteria

string

The return value of the createEntity web service method. Includes the full set of attributes and child entities of the record.

bindVar

Export Job Bind Value

The operation that runs the export job specified by the job number.

Response Payload

Element Name Type Description

result

long

The operation that runs the export job specified by the job number.

getJob

The get operation for file export job.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

exportJobId

long

The get operation for bulk export job identifier.

Response Payload

Element Name Type Description

result

File Export Job

The file export job that matches the inbound key attributes.

findJobs

The find operation for file export job.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

findCriteria

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

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

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

File Export Job

A list of file export job that satisfy the inbound criteria.

getBatch

The get operation for file export batch.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

exportBatchId

long

The export batch identifier identifies each time the export of a job is run.

Response Payload

Element Name Type Description

result

File Export Batch

The file export batch that matches the inbound key attributes.

deleteBatch

The operation to delete file export batch.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

crmCommonExportBatches2

File Export Batch

The file export batch to be deleted.

Response Payload

Element Name Type Description

result

void

The operation to delete file export batch.

findBatches

The find operation for file export batch.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

findCriteria

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

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

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

File Export Batch

A list of file export batch that satisfy the inbound criteria.

findExportBatchesByJobId

The find operation for file export batch using the job identifier.

Life Cycle Status: Deprecated

Request Payload

Element Name Type Description

findCriteria

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

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

jobId

long

The find operation for bulk export job identifier.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

File Export Batch

A list of file export batch that satisfy the inbound criteria.

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 return value of the findEntity web service method. Includes the full set of attributes and child entities of the records.

localeName

string

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.

Response Payload

Element Name Type Description

result

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

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.

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

An operation that returns the date and time when the schema files referenced in the service definition last changed.

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

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

Security

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

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

All Operations

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

Run CRM Export Process

This privilege would grant a user the ability to schedule CRM object to export to a file

Privileges to Duty Roles Mapping

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_CN_INCENTIVE_COMPENSATION_PLAN_ADMINISTRATOR_JOB

Incentive Compensation Plan Administrator

Configure and manage incentive plans, plan components, and classification rules

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

Customer Contract Team Member

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OSS_SUBSCRIPTION_SETUP_DUTY

Subscription Setup

Handles the setup required for subscriptions.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_MOT_TERRITORY_MANAGEMENT_EXPORT_IMPORT_DUTY

Territory Management Export Import

Manages sales territory export and import. Provides users with the ability to export territory data, modify it offline and import.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

Customer Contract Manager

Manages a team of customer contract administrators.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

Supplier Contract Administrator

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

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

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

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

Supplier Contract Team Member

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_CN_INCENTIVE_COMPENSATION_MANAGER_JOB

Incentive Compensation Manager

Manage processes and workloads, assignments, and payments

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_CN_INCENTIVE_COMPENSATION_ASSIGNMENT_ADMISTRATION_DUTY_CRM

Incentive Compensation Participant Assignments

Create and maintain the assignments of analyst to participant, participants and roles to compensation and payment plans as well as pay groups

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_QSC_SALES_CATALOG_ADMINISTRATOR_JOB

Sales Catalog Administrator

Sets up and maintains sales catalogs for leads, opportunities, quotes and orders. Sets up and maintains rollup catalog for the purpose of forecasting, territory management, and other purposes. Also associates products, promotions, and competitor products to catalogs, and defines eligibility rules. Also manages the bulk export and import of all product group-related objects.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_MOT_QUOTA_EXPORT_MANAGEMENT_DUTY

Quota Export Management

Manages bulk export of all sales territory quota related objects.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_MOT_TERRITORY_MANAGEMENT_EXPORT_IMPORT_READ_ONLY_DUTY

Territory Management Export Import Read Only

Read Only role for Territory Management Export Import Duty.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

Enterprise Contract Manager

Manages a team of enterprise contract administrators.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

Channel Operations Manager

Maintains and manages partner transactional data.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_ADMINISTRATOR_JOB

Enterprise Contract Administrator

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_CN_INCENTIVE_COMPENSATION_ADMINISTRATOR_JOB

Incentive Compensation Application Administrator

Set up incentive compensation application

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

Enterprise Contract Team Member

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

Grants Administrator

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

Customer Contract Administrator

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

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

Grants Department Administrator

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_LOY_ADMINISTRATOR_DUTY

Loyalty Administrator

Manages the provisioning , setup and configuration of Loyalty Application.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

Supplier Contract Manager

Manages a team of supplier contract administrators.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_POZ_DATAFOX_INTEL_ADMINISTRATION_DUTY_CRM

DataFox Administration for Supplier Intelligence

Manages setup for Power Supplier Intelligence with Oracle DataFox Smart Data feature. Not applicable outside of this feature and should be granted only to a user responsible for configuring this setup. This duty role has been obsoleted as part of the deprecation of the feature Manage Supplier Risk with DataFox Supplier Intelligence feature.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_MOT_TERRITORY_MANAGEMENT_T2P_MIGRATION_DUTY

Territory Management T2P Migration

Manages sales territory export and import. Provides users with the ability to export territory data from a test environment and import into production.

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

Principal Investigator

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

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

ZCA_RUN_CRM_EXPORT_PROCESS_PRIV

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.

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_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_ZCH_DATA_STEWARD_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_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_CN_INCENTIVE_COMPENSATION_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_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_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_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_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_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_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_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_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_PJF_GRANTS_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_OKC_SUPPLIER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_CUSTOMER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_ENTERPRISE_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_OKC_ENTERPRISE_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY_CRM

Contract Search and View Access Team

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

ORA_OKC_SUPPLIER_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY_CRM

Contract Search and View Access Team

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

ORA_OKC_CUSTOMER_CONTRACT_TEAM_MEMBER_ABSTRACT

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY_CRM

Contract Search and View Access Team

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

ORA_PJF_PRINCIPAL_INVESTIGATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_TEAM_DUTY_CRM

Contract Search and View Access Team

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

ORA_OKC_SUPPLIER_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_OKC_ENTERPRISE_CONTRACT_MANAGER_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_OKC_CUSTOMER_CONTRACT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_PJF_GRANTS_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_OKC_SUPPLIER_CONTRACT_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_OKC_CUSTOMER_CONTRACT_MANAGER_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_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZCM_SALES_PARTY_REVIEW_DUTY

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_CRM

Contract View Access Across All Contracts

Views all contracts across an enterprise.

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_CRM

Contract View Access Across All Contracts

Views all contracts across an enterprise.

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

ORA_OKC_GRANT_CONTRACT_SEARCH_VIEW_DUTY_CRM

Grant Contract Search and View Access

Searches and views grant contracts for the assigned business units.

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_CN_INCENTIVE_COMPENSATION_PLAN_ADMINISTRATOR_JOB

ORA_CN_INCENTIVE_COMPENSATION_CREDITS_EARNINGS_MANAGEMENT_DUTY_CRM

Incentive Compensation Credits and Earnings

Create, review, and adjust incentive compensation transactions, credits and earnings. Create and manage requests to calculate the incentive compensation for a set of participants.

ORA_CN_INCENTIVE_COMPENSATION_MANAGER_JOB

ORA_CN_INCENTIVE_COMPENSATION_CREDITS_EARNINGS_MANAGEMENT_DUTY_CRM

Incentive Compensation Credits and Earnings

Create, review, and adjust incentive compensation transactions, credits and earnings. Create and manage requests to calculate the incentive compensation for a set of participants.

ORA_CN_INCENTIVE_COMPENSATION_PLAN_ADMINISTRATOR_JOB

ORA_CN_INCENTIVE_COMPENSATION_ASSIGNMENT_ADMISTRATION_DUTY_CRM

Incentive Compensation Participant Assignments

Create and maintain the assignments of analyst to participant, participants and roles to compensation and payment plans as well as pay groups

ORA_CN_INCENTIVE_COMPENSATION_MANAGER_JOB

ORA_CN_INCENTIVE_COMPENSATION_ASSIGNMENT_ADMISTRATION_DUTY_CRM

Incentive Compensation Participant Assignments

Create and maintain the assignments of analyst to participant, participants and roles to compensation and payment plans as well as pay groups

ORA_CN_INCENTIVE_COMPENSATION_MANAGER_JOB

ORA_CN_INCENTIVE_COMPENSATION_PARTICIPANT_PLAN_MANAGEMENT_DUTY_CRM

Incentive Compensation Participant Snapshot Management

Assign and maintain incentive plans and transactions for participants

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_QSC_SALES_CATALOG_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_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_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_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

ORA_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_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_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_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_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_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

ORA_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_CRM

Manage Users

Creates and updates users and assigns roles to users.

ORA_PJF_GRANTS_DEPARTMENT_ADMINISTRATOR_JOB

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_CRM

Manage Users

Creates and updates users and assigns roles to users.

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MKT_MARKETING_APPROVER_ABSTRACT

Marketing Approver

Approves partner sales lead registrations submitted by external partners.

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

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_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_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ADMINISTRATOR_DASHBOARD_DUTY

Partner Administrator Dashboard

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

ORA_ZPM_CHANNEL_OPERATIONS_MANAGER_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

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

ORA_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_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_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_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

ORA_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_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_PJF_GRANTS_ADMINISTRATOR_JOB

ORA_PJF_PROJECT_ADMINISTRATOR_JOB

Project Administrator

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

ORA_MOT_TERRITORY_MANAGEMENT_SETUP_DUTY

ORA_MOT_QUOTA_EXPORT_MANAGEMENT_DUTY

Quota Export Management

Manages bulk export of all sales territory quota related objects.

ORA_MOT_TERRITORY_MANAGEMENT_SETUP_DUTY

ORA_MOT_QUOTA_MANAGEMENT_SETUP_DUTY

Quota Management Setup

Manages sales territory quota setup, quota plans, prediction and spread formula parameters, and seasonality groups. Runs sales territory quota synchronization and sales quota plan activation and completion processes. Additional duties include party information inquiry.

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

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

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_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_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_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_ADMINISTRATOR_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_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_ADMINISTRATOR_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_CHANNEL_SALES

Sales Change History Inquiry for Channel Sales

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

ORA_ZPM_CHANNEL_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_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_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_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_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_PROCESSING_DUTY

Sales Lead Processing

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

Sales Party Administration

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

ORA_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

ORA_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_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_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_ZCM_SALES_PARTY_MANAGEMENT_DUTY

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

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_AMENDMENT_DUTY

Subscription Amendment

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_AUTHORING_DUTY

Subscription Authoring

Authors subscriptions

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SEARCH_VIEW_DUTY

Subscription Search and View Access

Searches and views subscriptions for the assigned business units.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SETUP_DUTY

Subscription Setup

Handles the setup required for subscriptions.

ORA_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_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_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_MOT_TERRITORY_MANAGEMENT_SETUP_DUTY

ORA_MOT_TERRITORY_MANAGEMENT_T2P_MIGRATION_DUTY

Territory Management T2P Migration

Manages sales territory export and import. Provides users with the ability to export territory data from a test environment and import into production.

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_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

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

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZPM_CHANNEL_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_ZCM_SALES_PARTY_MANAGEMENT_DUTY

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

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.