Trading Community Person Information

An individual who either directly enters into a business relationship or represents an organization in a business relationship. For example, John Doe, Mary Doe who works at Oracle.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/applicationModule/}PersonService

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

Logical Business Objects

  • CRM : Trading Community Model : Trading Community Person

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

Employment History

Handles

Trading Community Original System Mapping Identifier Additional Information

Handles

Preference

Handles

Telex

Handles

Financial Profile

Handles

Contact Address

Handles

Customer Contact Profile

Handles

Contact Language

Handles

Electronic File Transfer

Handles

E-Mail

Handles

Trading Community Organization Contact Additional Information

Handles

Trading Community Address Additional Information

Handles

Trading Community Person Profile Additional Information

Handles

Certification

Handles

Credit Rating

Handles

Classification Assignment

Handles

Instant Messaging

Handles

Work Class

Handles

E-Mail Domain

Handles

Contact

Handles

Contact Interest

Handles

Web

Handles

Trading Community Address Purpose

Handles

Trading Community Relationship Additional Information

Handles

Education

Handles

Relationship

Handles

Additional Contact Name

Handles

Citizenship

Handles

Customer Contact Responsibility

Handles

Phone

Handles

Additional Identifier

Handles

Source System Reference

Handles

Usage Assignment

Handles

Contact Preference

Handles

Address

Handles

Trading Community Person Details

Handles

Trading Community Contact Point Additional Information

Operations

getPersonProfile

The Get operation for trading community person profile. You can query the profile with party ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

PartyId

long

The unique identifier of the party.

Response Payload

Element Name Type Description

result

Contact

The trading community person profile that matches the inbound key attributes.

addFavoriteContact

Adds the key contact for the user.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contactPartyId

long

The unique identifier of the contact party.

userName

string

The user for which the key contact was stored.

Response Payload

Element Name Type Description

result

void

void

removeFavoriteContact

Removes the key contact for the user.

Life Cycle Status: Active

Request Payload

Element Name Type Description

contactPartyId

long

The party ID of the person to be removed from key contacts.

userName

string

The user for which the key contact was removed.

Response Payload

Element Name Type Description

result

void

void

getNearByContacts

The Get operation for trading community person profile. You can query the person profile with latitude, longitude, distance and unit of measure.

Life Cycle Status: Active

Request Payload

Element Name Type Description

latitude

decimal

The latitude of the location.

longitude

decimal

The longitude of the location.

distance

decimal

The distance from the input location.

unitOfMeasure

string

The unit of measure of the distance.

Response Payload

Element Name Type Description

result

Contact

The collection of trading community person profiles that matches the inbound key attributes.

getNearByContactsByLocationId

The Get operation for trading community person profile. You can query the person profile with location ID, distance, and unit of measure.

Life Cycle Status: Active

Request Payload

Element Name Type Description

locationId

long

The unique identifier of the location.

distance

decimal

The distance from the input location.

unitOfMeasure

string

The unit of measure of the distance.

Response Payload

Element Name Type Description

result

Contact

The collection of trading community person profile that matches the inbound key attributes.

getPerson

The Get operation for the trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

partyId

long

The unique identifier of the party.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The trading community person details that matches the inbound key attributes.

createPerson

The Create operation for the trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personParty

Trading Community Person Details

The trading community person details to be created.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The result of the operation that includes the successfully created trading community person details and a list of warning or information messages.

updatePerson

The Update operation for the trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personParty

Trading Community Person Details

The trading community person details to be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The result of the operation that includes the successfully updated trading community person details and a list of warning or information messages.

deletePerson

The Delete operation for the trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personParty

Trading Community Person Details

The trading community person details to be deleted.

Response Payload

Element Name Type Description

result

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

A list of warning or information messages encountered when the object was deleted.

mergePerson

The Merge operation for trading community person details. It performs an update if the object exists, or an insert if the object doesn't already exist.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personParty

Trading Community Person Details

The trading community person details to be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The result of the operation that includes the successfully merged trading community person details and a list of warning or information messages.

findPerson

The Find operation for trading community person details.

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

Trading Community Person Details

The result of the operation that includes a list of trading community person details that satisfy the inbound criteria and any warning or information messages encountered during the invocation.

getPersonByOriginalSystemReference

The Get operation for trading community person filtered by the source system reference.

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.

bindOrigSystem

string

The unique code of the original system.

bindOrigSystemReference

string

The unique identifier of the original system reference.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The trading community person details that matches the inbound party usage code.

getPersonsFilteredByPartyUsageCode

The Get operation for trading community person filtered by the party usage.

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.

bindPartyUsageCode

string

The party usage code used to filter users.

bindEffectiveDate

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

The effective date to filter the party usages associated with the person.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The trading community person details that matches the inbound party usage code.

getPersonsFilteredByPartyUsageFilterRuleCode

The Get operation for trading community person filtered by the party usage filter rule.

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.

bindPartyUsageFrCode

string

The party usage filter rule used to filter a person.

bindEffectiveDate

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

The effective date to filter the party usages associated with the person.

findControl

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

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/personService/}PersonResult

The trading community person details that matches the inbound party usage filter rule code.

processPerson

The Bulk load operation for trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

Indicates what actions were performed, such as Create, Update, Merge, or Delete.

personParty

Trading Community Person Details

A list of the trading community person details to be processed.

processControl

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

Controls the bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound operation contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

Trading Community Person Details

The result of the operation that includes a list of trading community person details that are successfully processed and any warning or information messages encountered during the invocation.

processCSPerson

An operation to apply the changes back to the data source for trading community person details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

processData

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

The object used to represent the changes that were made.

processControl

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

Controls the bulk upload behavior, such as whether the valid data is committed if there are other invalid data in the same batch, and whether the outbound operation contains the key attributes only or the full object.

Response Payload

Element Name Type Description

result

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

The result of the operation that includes a list of created and updated data objects, and all warning and informational messages.

updatePersonProfile

The Update operation for trading community person profile. You can update the profile with the party ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personDVO

Contact

The trading community person profile to be updated.

Response Payload

Element Name Type Description

result

Contact

The result of the operation that includes the successfully updated trading community person profile and a list of warning or information messages.

mergePersonProfile

The Update operation for trading community person profile. You can update the profile with the party ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

personDVO

Contact

The trading community person profile to be merged.

Response Payload

Element Name Type Description

result

Contact

The result of the operation that includes the successfully merged trading community person profile and a list of warning or information messages.

findPersonProfile

The Find operation for trading community person profile.

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

Contact

The result of the operation that includes a list of trading community person profile that satisfy the inbound criteria and any warning or information messages encountered during the invocation.

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 when evaluating the locale-based user interface hints. The localeName 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 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 the 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

deletePerson

HZ_REMOVE_TRADING_COMMUNITY_PERSON_PRIV

Remove Trading Community Person

Allows the removal of persons.

processPerson

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

processPerson

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

removeFavoriteContact

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

removeFavoriteContact

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

getNearByContacts

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

findPerson

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

getPerson

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

updatePerson

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

getNearByContactsByLocationId

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

All Operations

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

mergePerson

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

mergePerson

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

getPersonByOriginalSystemReference

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

processCSPerson

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

processCSPerson

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

getPersonsFilteredByPartyUsageCode

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

addFavoriteContact

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

Update Trading Community Person

Allows the update of person information. If assigning, also assign the ability to view the trading community person.

addFavoriteContact

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

createPerson

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

Enter Trading Community Person

Allows the specification of person information. If assigning, also assign the ability to view the trading community person.

getPersonsFilteredByPartyUsageFilterRuleCode

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

View Trading Community Person

Allows exporting, searching, and viewing of person details such as addresses, classifications, identifiers, and names.

Privileges to Duty Roles Mapping

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

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

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_UPDATE_TRADING_COMMUNITY_PERSON_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

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

ORA_FOM_ORDER_ENTRY_SPECIALIST_JOB

Order Entry Specialist

Individual who is responsible for creating new orders, updating existing orders, and creating order returns.

HZ_UPDATE_TRADING_COMMUNITY_PERSON_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_UPDATE_TRADING_COMMUNITY_PERSON_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_UPDATE_TRADING_COMMUNITY_PERSON_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_UPDATE_TRADING_COMMUNITY_PERSON_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_UPDATE_TRADING_COMMUNITY_PERSON_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.

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

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

HZ_REMOVE_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_PRIV

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_ENTER_TRADING_COMMUNITY_PERSON_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

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

ORA_FOM_ORDER_ENTRY_SPECIALIST_JOB

Order Entry Specialist

Individual who is responsible for creating new orders, updating existing orders, and creating order returns.

HZ_ENTER_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_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_ENTER_TRADING_COMMUNITY_PERSON_PRIV

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.

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

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_AR_CUSTOMER_MAINTENANCE_SEGREGATED_DUTY_CRM

Customer Maintenance Segregated

Maintains customer related data except the creation and management of customers.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_JV_JOINT_VENTURE_ACCOUNTING_MANAGER_JOB

Joint Venture Accounting Manager

Individual responsible for overseeing all functions related to managing joint ventures.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_JV_JOINT_VENTURE_APPLICATION_ADMINISTRATOR_JOB

Joint Venture Application Administrator

Superuser responsible for administering all aspects of the joint venture application.

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

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

Data Steward Manager

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

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_JV_JOINT_VENTURE_ACCOUNTANT_JOB

Joint Venture Accountant

Individual responsible for maintaining joint venture terms and managing the processing of joint venture transactions.

HZ_VIEW_TRADING_COMMUNITY_PERSON_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_VIEW_TRADING_COMMUNITY_PERSON_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_VIEW_TRADING_COMMUNITY_PERSON_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_VIEW_TRADING_COMMUNITY_PERSON_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_VIEW_TRADING_COMMUNITY_PERSON_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_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_RCL_FIELD_SERVICE_TECHNICIAN_DUTY_CRM

Field Service Technician

Individual responsible for the duty of field service logistics.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_ZBS_SALES_RESTRICTED_USER_JOB

Sales Restricted User

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

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

Customer Maintenance

Defines and maintains Receivables attributes of customer accounts and customer account sites.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_IEX_COLLECTIONS_AGENT_DUTY_CRM

Collections Management Basic

Allows user to perform activities in Collections.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_RCL_FIELD_SERVICE_ADMINISTRATOR_JOB

Field Service Administrator

Individual responsible for the administration of field service logistics.

HZ_VIEW_TRADING_COMMUNITY_PERSON_PRIV

ORA_FOS_SUPPLY_CHAIN_CONTROLLER_JOB

Supply Chain Controller

Individual responsible for providing operational controller leadership and guidance to both Finance and Supply Chain Operations leaders in complex, global supply chain organizations. Responsibilities include implementation of effective global supply chain procedures and controls to ensure compliance with the legal inter-company policies the company has put in place, while ensuring goods are flowing to the customer in the most efficient manner possible.

HZ_VIEW_TRADING_COMMUNITY_PERSON_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_ZBS_SALES_RESTRICTED_USER_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_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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_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_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_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

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

ORA_IBY_CUSTOMER_PAYMENT_INSTRUMENT_MANAGEMENT_DUTY_CRM

Customer Payment Instrument Management

Manages customer bank accounts and credit cards and other payment details.

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_SVC_CSS_ADMINISTRATION

Customer Self-Service Administration

Manages the provisioning and approval of self service registration requests

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_ZCA_DATA_INTEGRATION_MANAGEMENT_DUTY

Data Integration Management

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

ORA_ZBS_SALES_ADMINISTRATOR_JOB

ORA_HZ_EMP_RESOURCE_ADMINISTRATOR_DUTY

Employee Resource Administration

Administers HCM worker information.

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

ORA_EGP_ITEM_INQUIRY_DUTY_CRM

Item Inquiry

Queries and views items in the enterprise.

ORA_FOM_ORDER_ENTRY_SPECIALIST_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_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_RESTRICTED_USER_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_READ_ONLY_DUTY

Lead Registration Processing Read Only

Read Only role for Lead Registration Processing Duty.

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

ORA_MOO_OPPORTUNITY_SALES_MANAGER_READ_ONLY_DUTY

Opportunity Sales Manager Read Only

Read Only role for Opportunity Sales Manager Duty.

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

ORA_MOO_OPPORTUNITY_SALES_REPRESENTATIVE_READ_ONLY_DUTY

Opportunity Sales Representative Read Only

Read Only role for Opportunity Sales Representative Duty.

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

ORA_MOO_OPPORTUNITY_TERRITORY_RESOURCE_READ_ONLY_DUTY

Opportunity Territory Resource Read Only

Read Only role for Opportunity Territory Resource Duty.

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

Party Center Management

Grants privileges to manage 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_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

ORA_ZX_REGISTRATION_PII_DUTY_CRM

Party Taxpayer Identifier PII

View personally identifiable information for tax registration number of type taxpayer ID.

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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_READ_ONLY_DUTY

Personal Campaign Management Read Only

Read Only role for Personal Campaign Management Duty.

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

ORA_ZSP_PRODUCT_RECOMMENDATION_ANALYSIS_READ_ONLY_DUTY

Product Recommendation Analysis Read Only

Read Only role for Product Recommendation Analysis Duty

ORA_MKT_MARKETING_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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_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_MKT_MARKETING_OPERATIONS_MANAGER_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_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_RESTRICTED_USER_JOB

ORA_ZSF_SALES_FORECASTING_MANAGEMENT_READ_ONLY_DUTY

Sales Forecasting Management Read Only

Read Only role for Sales Forecasting Management Duty.

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

ORA_MKL_SALES_LEAD_FOLLOW_UP_MANAGEMENT_READ_ONLY_DUTY

Sales Lead Follow Up Management Read Only

Read Only role for Sales Lead Follow Up Management Duty.

ORA_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_READ_ONLY_DUTY

Sales Lead Follow Up Read Only

Read Only role for Sales Lead Follow Up Duty

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

ORA_ZCM_SALES_PARTY_MANAGEMENT_READ_ONLY_DUTY

Sales Party Management Read Only

Read Only role for Sales Party Management Duty.

ORA_ZBS_SALES_REPRESENTATIVE_JOB

ORA_ZCM_SALES_PARTY_REVIEW_DUTY

Sales Party Review

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

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

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

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

ORA_ZBS_SALES_VP_JOB

ORA_SVC_SR_CONTRIBUTOR

Service Request Contributor

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

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

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_JV_JOINT_VENTURE_ACCOUNTING_MANAGER_JOB

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_FOS_SUPPLY_CHAIN_CONTROLLER_JOB

ORA_POZ_SUPPLIER_PROFILE_INQUIRY_DUTY_CRM

Supplier Profile Inquiry

View supplier profile information.

ORA_FOS_SUPPLY_CHAIN_CONTROLLER_JOB

ORA_POZ_PROFILE_INQUIRY_AS_SUPPLIER_DUTY_CRM

Supplier Profile Inquiry as Supplier

Views non-bank account related supplier profile information as a supplier.

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_ZBS_SALES_RESTRICTED_USER_JOB

ORA_MOT_TERRITORY_MANAGEMENT_READ_ONLY_DUTY

Territory Management Read Only

Read Only role for Territory Management Duty.

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

Trading Community Duplicate Resolution Request Management

Grants privileges to manage duplicate resolution requests

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_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_AR_CUSTOMER_MAINTENANCE_SEGREGATED_DUTY_CRM

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_MKT_MARKETING_OPERATIONS_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_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_ZBS_SALES_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_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_AR_CUSTOMER_MAINTENANCE_SEGREGATED_DUTY_CRM

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCH_DATA_STEWARD_MANAGER_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.