Trading Community Party Usage Assignment Service

A framework to assign party usages to trading community members. For example, John Doe is assigned a usage to indicate he is a sales account contact and ABC Corporation is assigned a usage to indicate that it is a supplier. This service is deprecated and is replaced with New Service PartyInformationService. Internal Name oracle.apps.cdm.foundation.parties.partyService.PartyInformationService.

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

QName: {http://xmlns.oracle.com/apps/cdm/foundation/parties/partyService/applicationModule/}PartyInfoService

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

Logical Business Objects

  • CRM : Trading Community Model : Trading Community Group

  • CRM : Trading Community Model : Trading Community Group

  • CRM : Trading Community Model : Trading Community 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

Next version is

Trading Community Party Information

Handles

Usage Assignment

Operations

assignPartyUsage

The Create operation for the trading community party usage assignment SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyUsageAssignment

Usage Assignment

The trading community party usage assignment SDO to be created.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes the successfully created trading community party usage Assignment SDO and a list of warning or information messages.

endPartyUsageAssignment

The Update operation for the trading community party usage assignment SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyUsageAssignment

Usage Assignment

The trading community party usage assignment SDO to be updated.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes the successfully updated trading community party usage Assignment SDO and a list of warning or information messages.

findPartyUsageAssignment

The Find operation for the trading community party usage assignment SDO.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

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

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes a list of trading community party usage Assignment SDO that satisfy the inbound criteria and any warning or information messages.

findPartyUsageAssignmentgetUsageAssignmentByPartyIdCodeDate

The Find operation for the party usage assigned to a trading community organization or trading community person.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

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

bindPartyId

long

The unique identifier of the trading community organization or the trading community person that needs to be verified along with the party usage code for a given date.

bindPartyUsageCode

string

The code to filter the party usages associated with the trading community organization or the trading community person.

bindEffectiveDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The effective date used to filter the party usages associated with the trading community organization or the trading community person.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes the successfully created trading community party usage Assignment SDO and a list of warning or information messages.

findPartyUsageAssignmentPartyUsageAssgnOneWaySyncVOCriteria

Verifies if the party is an external contact.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

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

bindPartyId

long

The unique identifier of the party that needs to be verified.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes a list of trading community party usage Assignment SDO that satisfy the inbound criteria and any warning or information messages.

findPartyUsageAssignmentPartyUsageAssignRoleProvVOCriteria

Verifies if the party is an employee or contingent worker for a given date.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

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

bindPartyId

long

The unique identifier of the party that needs to be verified.

bindStartDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when the employee or contingent worker record starts.

bindEndDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

The date when employee or contingent worker record ends.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Usage Assignment

The result of the operation that includes the successfully created trading community party usage Assignment SDO and a list of warning or information messages.

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 used to evaluate the locale-based user interface hints. The locale name is in the 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 the ISO 8601 format.

getEntityList

An operation to get the list of service data objects defined for 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 for the 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

endPartyUsageAssignment

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

endPartyUsageAssignment

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

findPartyUsageAssignment

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

findPartyUsageAssignment

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

findPartyUsageAssignmentPartyUsageAssgnOneWaySyncVOCriteria

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

findPartyUsageAssignmentPartyUsageAssgnOneWaySyncVOCriteria

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

assignPartyUsage

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

assignPartyUsage

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

findPartyUsageAssignmentPartyUsageAssignRoleProvVOCriteria

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

findPartyUsageAssignmentPartyUsageAssignRoleProvVOCriteria

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

findPartyUsageAssignmentgetUsageAssignmentByPartyIdCodeDate

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Organization Usage Assignment

Allows the assignment of usages to an organization. If assigning, also assign the ability to view the trading community organization usage assignment.

findPartyUsageAssignmentgetUsageAssignmentByPartyIdCodeDate

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

Manage Trading Community Person Usage Assignment

Allows the specification of party usage assignment to a person. If assigning, also assign the ability to view the trading community person usage assignment.

Privileges to Duty Roles Mapping

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

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

Cash Positioning and Forecasting Management

Manages cash positioning and forecasting, including performing deep-dive analyses of cash flows from various sources.

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

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

ORA_CE_CASH_MANAGEMENT_ADMINISTRATION_DUTY_CRM

Cash Management Administration

Sets up system parameters, lookups, profile options, and descriptive flexfields. Examples include cash pooling setups, bank account, and reconciliation matching rules.

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

ORA_RCL_FIELD_SERVICE_ADMINISTRATOR_JOB

Field Service Administrator

Individual responsible for the administration of field service logistics.

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_MANAGE_TRADING_COMMUNITY_ORGANIZATION_USAGE_ASSIGNMENT_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

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

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

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

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

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

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

ORA_ZBS_SALES_VP_JOB

Sales VP

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

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

ORA_ZBS_SALES_REPRESENTATIVE_JOB

Sales Representative

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

HZ_MANAGE_TRADING_COMMUNITY_PERSON_USAGE_ASSIGNMENT_PRIV

ORA_ZBS_SALES_MANAGER_JOB

Sales Manager

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

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

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_VP_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_HZ_RESOURCE_ABSTRACT

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

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

ORA_ZCA_CONSUME_SIGNALS_EVENTS_DUTY

Consume Signals Events

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_OKC_CONTRACT_REQUEST_AUTHORING_DUTY_CRM

Contract Request Authoring

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

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

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_CONV_MESSAGE_ADMINISTRATION

Conversation Message Administration

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_SVC_CONV_MESSAGE_MANAGEMENT

Conversation Message Management

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_SVC_CONV_MESSAGE_MANAGEMENT

Conversation Message Management

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

ORA_CE_CASH_MANAGEMENT_ADMINISTRATION_DUTY_CRM

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

ORA_ZCH_MASTER_DATA_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_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_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

ORA_IBY_DISBURSEMENT_PROCESS_MANAGEMENT_DUTY_CRM

Disbursement Process Management

Assigns payment process attributes to documents payable, resolves document and payment validation errors, and reviews proposed payments. Views items that were rejected or removed from a payment process request.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZ_EMP_RESOURCE_ADMINISTRATOR_DUTY

Employee Resource Administration

Administers HCM worker information.

ORA_ZCH_MASTER_DATA_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_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_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_VP_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

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

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

ORA_MOO_OPPORTUNITY_SALES_MANAGER_DUTY

Opportunity Sales Manager

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_SALES_MANAGER_DUTY

Opportunity Sales Manager

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

ORA_ZBS_SALES_VP_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_DUTY

Opportunity Sales Representative

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

ORA_ZBS_SALES_VP_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_DUTY

Opportunity Territory Resource

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

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

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

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

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

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

ORA_ZBS_SALES_VP_JOB

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_DUTY

Product Recommendation Analysis

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

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

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

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_ZBS_SALES_VP_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

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

ORA_ZSF_SALES_FORECASTING_DUTY

Sales Forecasting

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZSF_SALES_FORECASTING_DELEGATED_MANAGEMENT_DUTY

Sales Forecasting Delegated Management

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

ORA_ZBS_SALES_VP_JOB

ORA_ZSF_SALES_FORECASTING_MANAGEMENT_DUTY

Sales Forecasting Management

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZSF_SALES_FORECASTING_MANAGEMENT_DUTY

Sales Forecasting Management

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

ORA_ZBS_SALES_VP_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

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

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_DUTY

Sales Lead Follow Up Management

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

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

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

ORA_ZBS_SALES_VP_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

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

ORA_ZCM_SALES_PARTY_REVIEW_DUTY

Sales Party Review

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

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

ORA_SVC_SERVICE_PROFILE_ADMINISTRATION

Service Profile Administration

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ORA_ZBS_SALES_VP_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

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

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

ORA_XLA_SUBLEDGER_ACCOUNTING_MANAGER_DUTY_CRM

Subledger Accounting Manager

Creates accounting for transactions, reviews journal entries, and runs account analysis, journal entries, and period close exceptions reports.

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

ORA_XLA_SUBLEDGER_ACCOUNTING_REPORTING_DUTY_CRM

Subledger Accounting Reporting

Runs all subledger accounting reports, and reviews journal entries.

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_VP_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

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

ORA_ZBS_SALES_MANAGER_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

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

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SALES_VIEW_DUTY

Subscription Sales View

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

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

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZBS_SALES_MANAGER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

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

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

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

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.