Sales Catalog

Service to retrieve sales catalog hierarchy and content.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/orderCapture/salesCatalog/browse/salesCatalogService/}SalesCatalogRuntimeService

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

Logical Business Objects

  • CRM : Sales Catalog : Product Group

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

Catalog Products

Handles

Catalog Product Groups

Handles

Service Schema

Handles

Selectable Product Group

Operations

getCatalog

A web service method to retrieve catalog information.

Life Cycle Status: Active

Request Payload

Element Name Type Description

usageCode

string

The parameter of the usage code for the method getCatalog.

usageModeCode

string

The parameter of the usage mode code for the method getCatalog.

runEligibilityFlag

boolean

A flag to indicate whether to run eligibility check.

minimumProductGroupId

long

The result includes a set of product groups with product group ID bigger or equal to this parameter. Usually you supply it with the last product group ID in last call, in other words the highest product group ID in last call. This is provided for supporting page navigation.

maximumSizeToReturn

int

The parameter which limits the number of product groups returned. This is provided for supporting page navigation.

contextProviderName

string

The parameter used to choose the context provider mapping to be done for the input context rows.

contextRows

Service Schema

The parameter has a list of rows; each row specifies the definition of a single attribute within the context provider.

Response Payload

Element Name Type Description

result

Selectable Product Group

The parameter returns a list of Product Groups.

getAllProductGroups

A web service method to get all product groups.

Life Cycle Status: Active

Request Payload

Element Name Type Description

usageCode

string

The parameter of the usage code for the method getAllProductGroups.

usageModeCode

string

The parameter of the usage mode code for the method getAllProductGroups.

runEligibilityFlag

boolean

A flag to indicate whether to run eligibility check.

minimumProductGroupId

long

The result includes a set of product groups with product group ID bigger or equal to this parameter. Usually you supply it with the last product group ID in last call, in other words the highest product group ID in last call. This is provided for supporting page navigation.

maximumSizeToReturn

int

The parameter which limits the number of product groups returned. This is provided for supporting page navigation.

contextProviderName

string

The parameter used to choose the context provider mapping to be done for the input context rows.

contextRows

Service Schema

The parameter has a list of rows; each row specifies the definition of a single attribute within the context provider.

Response Payload

Element Name Type Description

result

Descendant Product Group

The parameter returns a list of Product Groups.

getCatalogCategories

A web service method to get categories under a given catalog.

Life Cycle Status: Active

Request Payload

Element Name Type Description

usageCode

string

The parameter of the usage code for the method getCatalogCategories.

usageModeCode

string

The parameter of the usage mode code for the method getCatalogCategories.

runEligibilityFlag

boolean

A flag to indicate whether to run eligibility check.

ancestorProductGroupId

long

The Parent Product Group ID for the method getCatalogCategories.

minimumDepth

int

The parameter which limits the returned Product Group to be at least specified level away from the starting Product Group.

maximumDepth

int

The parameter which limits the returned Product Group to have specified limit as maximum level away from the starting Product Group.

minimumPathId

long

The result includes a set of Product Groups with path ID, which is persistent identifier for the path, bigger or equal to this parameter. Usually you supply it with the last path ID in last call, in other words the highest path ID in last call. This is provided for supporting page navigation.

maximumSizeToReturn

int

The parameter which limits the number of Product Groups returned. This is provided for supporting page navigation.

contextProviderName

string

The parameter which is used to choose the context provider mapping to be done for the input context rows.

contextRows

Service Schema

The parameter which has a list of rows, each row specifies the definition of a single attribute within the context provider.

Response Payload

Element Name Type Description

result

Descendant Product Group

The parameter returns the list of Product Groups.

getCategoryProducts

A web service method to get products under given category.

Life Cycle Status: Active

Request Payload

Element Name Type Description

usageCode

string

The parameter of the usage code for the method getCategoryProducts.

usageModeCode

string

The parameter of the usage mode code for the method getCategoryProducts.

runEligibilityFlag

boolean

A flag to indicate whether to run eligibility check.

ancestorProductGroupId

long

The Parent Product Group ID for the method getCategoryProducts.

minimumDepth

int

The parameter which limits the returned Product Group to be at least specified level away from the starting Product Group.

maximumDepth

int

The parameter which limits the returned Product Group to have specified limit as maximum level away from the starting Product Group.

minimumPathId

long

The result includes a set of Product Groups with path ID, which is persistent identifier for the path, bigger or equal to this parameter. Usually you supply it with the last path ID in last call, in other words the highest path ID in last call. This is provided for supporting page navigation.

minimumItemId

long

The result includes a set of products with Inventory Item identifier bigger or equal to this parameter. Usually you supply it with the last Inventory Item identifier in last call, in other words the highest Inventory Item identifier in last call. This is provided for supporting page navigation.

maximumSizeToReturn

int

The parameter which limits the number of Product Groups returned. This is provided for supporting page navigation.

contextProviderName

string

The parameter which is used to choose the context provider mapping to be done for the input context rows.

contextRows

Service Schema

The parameter which has a list of rows, each row specifies the definition of a single attribute within the context provider.

Response Payload

Element Name Type Description

result

Descendant Product

The parameter returns the list of Products.

getUsageCatalog

A web service method to get catalog under given usage.

Life Cycle Status: Active

Request Payload

Element Name Type Description

usageCode

string

The parameter of the usage code for the method getUsageCatalog.

usageModeCode

string

The parameter of the usage mode code for the method getUsageCatalog.

runEligibilityFlag

boolean

A flag to indicate whether to run eligibility check.

minimumProductGroupId

long

The result includes a set of Product Groups with product group ID bigger or equal to this parameter. Usually you supply it with the last product group ID in last call, in other words the highest product group ID in last call. This is provided for supporting page navigation.

maximumSizeToReturn

int

The parameter which limits the number of Product Groups returned. This is provided for supporting page navigation.

contextProviderName

string

The parameter which is used to choose the context provider mapping to be done for the input context rows.

contextRows

Service Schema

The parameter which has a list of rows, each row specifies the definition of a single attribute within the context provider.

Response Payload

Element Name Type Description

result

Selectable Product Group

The parameter returns the list of Product Groups.

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

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

All Operations

QSC_MANAGE_PRODUCT_GROUPS_PRIV

Manage Product Groups

Allows management of product groups and their attributes, lookups, mapping, profile options, templates and usages.

Privileges to Duty Roles Mapping

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

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

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

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

QSC_MANAGE_PRODUCT_GROUPS_PRIV

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

Channel Administrator

Executes Oracle Partnership Management setup tasks.

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

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

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

QSC_MANAGE_PRODUCT_GROUPS_PRIV

ORA_QSC_SALES_PRODUCT_MANAGER_JOB

Sales Product Manager

Individual responsible for ensuring that a product gets created, priced, and managed in the sales catalog and meets specifications. This person will be a member of either the Sales organization or the Subscription organization.

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

QSC_MANAGE_PRODUCT_GROUPS_PRIV

ORA_LOY_MANAGEMENT_DUTY

Loyalty Management

Manages all aspects of a Loyalty Program

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

QSC_MANAGE_PRODUCT_GROUPS_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_MKT_MARKETING_OPERATIONS_MANAGER_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_QSC_SALES_PRODUCT_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

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

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_CONSUME_SIGNALS_EVENTS_DUTY

Consume Signals Events

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

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

ORA_SVC_CONV_MESSAGE_ADMINISTRATION

Conversation Message Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCH_CDM_ADMIN_DUTY

Customer Data Management Administration

Administers customer data management.

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

Customer Self-Service Administration

Manages the provisioning and approval of self service registration requests

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_DATA_INTEGRATION_MANAGEMENT_DUTY

Data Integration Management

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

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

ORA_CN_INCENTIVES_ADMINISTRATION_DUTY_CRM

Incentive Compensation Administration

Configure and maintain incentive compensation enterprise and business unit setup.

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

ORA_EGP_ITEM_INQUIRY_DUTY_CRM

Item Inquiry

Queries and views items in the enterprise.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_EGP_ITEM_INQUIRY_DUTY_CRM

Item Inquiry

Queries and views items in the enterprise.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_CSO_KNOWLEDGE_SETUP_AND_MAINTENANCE_DUTY

Knowledge Setup and Maintenance

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

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

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

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

ORA_MKT_MARKETING_BUDGET_MAINTENANCE_DUTY

MDF Budget Maintenance

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

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

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_PARTNER_ADMINISTRATION_DUTY

Opportunity Partner Administration

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_LOY_MANAGEMENT_DUTY

ORA_ZPM_PARTNER_ACCOUNT_MAINTENANCE_DUTY

Partner Account Maintenance

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ADMINISTRATOR_DASHBOARD_DUTY

Partner Administrator Dashboard

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_PARTNER_DEAL_REG_MANAGEMENT_DUTY

Partner Deal Registration Management

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_MANAGMENT_AS_PARTNER_DUTY

Partner Management as Partner Administrator

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

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

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

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_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_SVC_HELPDESK_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_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

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_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_SVC_HELPDESK_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_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_SVC_INTERNAL_HELPDESK_ADMINISTRATION

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_HR_SR_ADMINISTRATION

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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_REVIEW_CRM_APPROVAL_TRANSACTIONS_ADMINISTRATOR

Review CRM Approval Transactions Administrator

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

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

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_ZPM_SALES_CHANGE_HISTORY_INQUIRY_DUTY_FOR_CHANNEL_SALES

Sales Change History Inquiry for Channel Sales

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZSF_SALES_FORECASTING_DELEGATED_MANAGEMENT_DUTY

Sales Forecasting Delegated Management

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

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

Sales Lead Follow Up

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

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

ORA_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

Sales Party Administration

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

ORA_LOY_MANAGEMENT_DUTY

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

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

Service Profile Administration

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

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

Service Status Computation

Perform actions required to determine the availability of a service.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCM_SETUP_CUSTOMER_CENTER_DUTY

Setup Customer Center

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_SETUP_CUSTOMER_CENTER_DUTY

Setup Customer Center

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

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_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_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_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_MKT_MARKETING_OPERATIONS_MANAGER_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_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZPM_CHANNEL_PARTNER_PORTAL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZPM_CHANNEL_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.