Source Information Technology System

A definition of the different information technology systems deployed by a company and a cross reference of trading community information between those systems and Oracle Fusion.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/cdm/foundation/parties/sourceSystemService/applicationModule/}SourceSystemService

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

Logical Business Objects

  • CRM : Trading Community Model : Source Information Technology System Setup

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

Trading Community Source System Translation

Handles

Trading Community Original System Mapping

Handles

Trading Community Source System

Operations

getSourceSystem

The Get operation for trading community source system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

origSystemId

long

The unique identifier of the original system.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/sourceSystemService/}OriginalSystemResult

The trading community source system that matches the inbound key attributes.

createSourceSystem

The Create operation for trading community source system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

originalSystem

Trading Community Source System

The trading community source system to be created.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/sourceSystemService/}OriginalSystemResult

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

updateSourceSystem

The Update operation for trading community source system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

originalSystem

Trading Community Source System

The trading community source system to be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/sourceSystemService/}OriginalSystemResult

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

deleteSourceSystem

The Delete operation for trading community source system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

originalSystem

Trading Community Source System

The trading community source system 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.

mergeSourceSystem

The Merge operation for trading community source system. 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

originalSystem

Trading Community Source System

The trading community source system to be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/sourceSystemService/}OriginalSystemResult

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

findSourceSystem

The Find operation for trading community source system.

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

The result of the operation that includes a list of trading community source system that satisfy the inbound criteria and any warning or information messages.

getOriginalSystemByCode

The Get operation for trading community source system.

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 identifying the original system.

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/sourceSystemService/}OriginalSystemResult

The result of the operation that includes a list of trading community source system that satisfy the inbound criteria and any warning or information messages.

processSourceSystem

The Bulk load operation for trading community source system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

Indicates what action to perform, such as create, update, merge, or delete.

originalSystem

Trading Community Source System

A list of trading community source systems to be processed.

processControl

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

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

Response Payload

Element Name Type Description

result

Trading Community Source System

The result of the operation that includes a list of trading community source system that were successfully processed and any warning or information messages.

processCSSourceSystem

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

Life Cycle Status: Active

Request Payload

Element Name Type Description

processData

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

The object to represent the changes.

processControl

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

Controls the bulk operation behavior, such as whether valid data is committed if there are other invalid data in the same batch, and whether the outbound 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 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

processCSSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

getSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

mergeSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

updateSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

deleteSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

getOriginalSystemByCode

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

findSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

createSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

processSourceSystem

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

Manage Trading Community Original System

Allows the update of original system information.

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_ORIGINAL_SYSTEM_PRIV

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

Customer Relationship Management Application Administrator

Individual responsible for customer relationship management application administration. Collaborates with customer relationship management application users to maintain consistent financial application setup, rules, and access.

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_AR_CUSTOMER_MAINTENANCE_SEGREGATED_DUTY_CRM

Customer Maintenance Segregated

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

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

ORA_DOO_ORCHESTRATION_INFRASTRUCTURE_ADMINISTRATION_DUTY_CRM

Orchestration Infrastructure Administration

Allows access to administrative pages and functions for the orchestration infrastructure elements that can be used by other applications.

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_AR_CUSTOMER_MAINTENANCE_DUTY_CRM

Customer Maintenance

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

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_WSH_SHIPPING_ADMINISTRATION_DUTY_CRM

Shipping Administration

Manages all setup tasks necessary to implement and maintain Oracle Fusion Shipping.

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_EGI_PRODUCT_HUB_ADMINISTRATION_DUTY_CRM

Product Hub Administration

Administers tasks required to setup Oracle Fusion Product Hub. Duty role includes all setup duty roles available for this product and inherits setup duty roles from Oracle Fusion Product and Catalog Management.

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

Supply Chain Application Administrator

Individual responsible for supply chain application administration. Collaborates with supply chain application users to maintain consistent application setup, rules, and access.

HZ_MANAGE_TRADING_COMMUNITY_ORIGINAL_SYSTEM_PRIV

ORA_DOO_ORDER_ORCHESTRATION_ADMINISTRATION_DUTY_CRM

Order Orchestration Administration

Allows access to order orchestration or order promising setup tasks.

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_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_WSH_SHIPPING_ADMINISTRATION_DUTY_CRM

ORA_WSH_CARRIER_MANAGEMENT_DUTY_CRM

Carrier Management

Manages setup of carriers including defining carriers, carrier contacts, and shipping methods.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_CHANNEL_MANAGER_DASHBOARD_DUTY

Channel Manager Dashboard

Provides channel roles a dashboard to manage their daily transactions.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SEARCH_VIEW_DUTY_CRM

Contract Search and View Access

Searches and views contracts for the assigned business units.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OKC_CONTRACT_SETUP_DUTY_CRM

Contract Setup

Contract Setup

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_CONV_MESSAGE_ADMINISTRATION

Conversation Message Administration

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

ORA_AR_CUSTOMER_MAINTENANCE_SEGREGATED_DUTY_CRM

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

ORA_AR_CUSTOMER_MAINTENANCE_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_ZCA_CUSTOMER_RELATIONSHIP_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_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_CSS_ADMINISTRATION

Customer Self-Service Administration

Manages the provisioning and approval of self service registration requests

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_DATA_INTEGRATION_MANAGEMENT_DUTY

Data Integration Management

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

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_FUN_ENTERPRISE_STRUCTURES_ADMINISTRATION_DUTY_CRM

Enterprise Structures Administration

Administer all enterprise structure related setup objects including charts of accounts, calendars, currencies, ledgers, legal entities, legal jurisdictions and business units.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_RCL_FIELD_SERVICE_ADMINISTRATOR_JOB

Field Service Administrator

Individual responsible for the administration of field service logistics.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ORA_WSH_SHIPPING_ADMINISTRATION_DUTY_CRM

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_CN_INCENTIVES_ADMINISTRATION_DUTY_CRM

Incentive Compensation Administration

Configure and maintain incentive compensation enterprise and business unit setup.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_INV_INVENTORY_ADMINISTRATION_DUTY_CRM

Inventory Administration

Configures all setup-related activities for inventory management.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY_CRM

Item Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_CSO_KNOWLEDGE_SETUP_AND_MAINTENANCE_DUTY

Knowledge Setup and Maintenance

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_MANAGEMENT_DUTY

Lead Registration Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_LEAD_REGISTRATION_SUBMISSION_DUTY

Lead Registration Submission

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_BUDGET_MAINTENANCE_DUTY

MDF Budget Maintenance

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKT_MARKETING_MAINTENANCE_DUTY

Marketing Maintenance

Creates and maintains setup for marketing campaigns, responses, segments, lists, and treatments across the enterprise. Additional duties include file import management for the import of marketing campaign responses.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOO_OPPORTUNITY_CHANNEL_ADMINISTRATION_DUTY

Opportunity Channel Administration

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

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_DOO_ORCHESTRATION_INFRASTRUCTURE_ADMINISTRATION_DUTY_CRM

Orchestration Infrastructure Administration

Allows access to administrative pages and functions for the orchestration infrastructure elements that can be used by other applications.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_DOO_ORDER_ORCHESTRATION_ADMINISTRATION_DUTY_CRM

Order Orchestration Administration

Allows access to order orchestration or order promising setup tasks.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_ADMINISTRATION_DUTY

Partner Account Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_ACCOUNT_REVIEW_DUTY

Partner Account Review

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZPM_PARTNER_IMPORT_ADMINISTRATION_DUTY

Partner Import Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_PARTNER_SALES_PARTY_MANAGEMENT_DUTY

Partner Sales Party Management

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

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

ORA_MSP_PLANNING_ADMINISTRATION_DUTY_CRM

Planning Administration

Configures and manages planning set up, data collection and order promising server processes.

ORA_DOO_ORDER_ORCHESTRATION_ADMINISTRATION_DUTY_CRM

ORA_MSP_PLANNING_ADMINISTRATION_DUTY_CRM

Planning Administration

Configures and manages planning set up, data collection and order promising server processes.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_CZ_PRODUCT_CONFIGURATOR_MANAGER_JOB

Product Configurator Manager

Individual responsible for the creation and maintenance of configuration models.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_EGI_PRODUCT_HUB_ADMINISTRATION_DUTY_CRM

Product Hub Administration

Administers tasks required to setup Oracle Fusion Product Hub. Duty role includes all setup duty roles available for this product and inherits setup duty roles from Oracle Fusion Product and Catalog Management.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_RCV_RECEIVING_ADMINISTRATION_DUTY_CRM

Receiving Administration

Configures receiving parameters to specify default receiving options for an inventory organization.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_ORGANIZATION_ADMINISTRATOR_DUTY

Resource Organization Administration

Administers resource organizations.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCA_REVIEW_CRM_APPROVAL_TRANSACTIONS_ADMINISTRATOR

Review CRM Approval Transactions Administrator

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZBS_SALES_CHANGE_HISTORY_INQUIRY_DUTY

Sales Change History Inquiry

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MKL_SALES_LEAD_FOLLOW_UP_DUTY

Sales Lead Follow Up

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

Sales Party Management

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_AVAILABILITY_MANAGEMENT

Service Availability Management

Manage the service availability data including reading and writing the availability of a service.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_PROFILE_ADMINISTRATION

Service Profile Administration

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

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SR_ADMINISTRATOR

Service Request Administrator

Administers all aspects of the Service application, including Setup.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_SVC_SERVICE_STATUS_COMPUTATION

Service Status Computation

Perform actions required to determine the availability of a service.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_ZCM_SETUP_CUSTOMER_CENTER_DUTY

Setup Customer Center

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

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_WSH_SHIPPING_ADMINISTRATION_DUTY_CRM

Shipping Administration

Manages all setup tasks necessary to implement and maintain Oracle Fusion Shipping.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HRS_SOCIAL_CONNECTION_PARTNER_DUTY_CRM

Social Connection Partner

Performs all Oracle Fusion Social Connection partner duties.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_OSS_SUBSCRIPTION_SPECIALIST_JOB

Subscription Specialist

Individual responsible for managing subscriptions, establishing recurring and usage billing processes, initiating manual discounts and invoice adjustments, and handling billing discrepancies and disputes.

ORA_RCS_SUPPLY_CHAIN_APPLICATION_ADMINISTRATOR_JOB

ORA_RCS_SCM_COMMON_VIEW_WEB_SERVICE_DUTY_CRM

Supply Chain Common View Web Service

Provides view only web service access to supply chain common to perform activities such as viewing inventory organizations, plant parameters, carriers and units of measure list of values.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_DUTY

Territory Management

Manages sales territories, territory proposals, and quotas.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MOT_TERRITORY_MANAGEMENT_SETUP_DUTY

Territory Management Setup

Manages sales territory setup, including lookups, profile options, flexfields, and dimension data. Runs dimension synchronization, and visibility jobs. Additional duties include quota management setup.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_CUSTOMER_ACCOUNT_ADMINISTRATION_DUTY

Trading Community Customer Account Administration

Grants privileges to setup customer account information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

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

ORA_DATA_QUALITY_ADMIN_DUTY

Trading Community Data Quality Administration

Configures, reviews, and edits predefined data quality server configurations and the predefined matching, synchronization, and cleansing configurations.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

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

Trading Community Duplicate Resolution Request Management

Grants privileges to manage duplicate resolution requests

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

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

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

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_PROCESS_DUTY

Trading Community Import Process Management

Manages trading community data import batch processes.

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.

ORA_ZCA_CUSTOMER_RELATIONSHIP_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_HZ_TRADING_COMMUNITY_PERSON_ADMINISTRATION_DUTY

Trading Community Person Administration

Grants privileges to setup person information.