Trading Community Organization

A company or organization such as Oracle or Dell that is registered in some jurisdiction and can enter into a business relationship with other legal entities.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/applicationModule/}OrganizationService

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

Logical Business Objects

  • CRM : Trading Community Model : Trading Community Organization

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 Original System Mapping Identifier Additional Information

Handles

Preference

Handles

Financial Profile

Handles

Telex

Handles

Financial Number

Handles

Customer Contact Profile

Handles

Electronic File Transfer

Handles

Trading Community Organization Profile Additional Information

Handles

E-Mail

Handles

Trading Community Address Additional Information

Handles

Trading Community Organization Contact Additional Information

Handles

Credit Rating

Handles

Certification

Handles

Classification Assignment

Handles

Electronic Data Interchange

Handles

Instant Messaging

Handles

E-Mail Domain

Handles

Web

Handles

Trading Community Address Purpose

Handles

Trading Community Relationship Additional Information

Handles

Trading Community Organization Details

Handles

Financial Report

Handles

Relationship

Handles

Customer Contact Responsibility

Handles

Account

Handles

Phone

Handles

Additional Identifier

Handles

Source System Reference

Handles

Additional Account Name

Handles

Usage Assignment

Handles

Contact Preference

Handles

Address

Handles

Trading Community Contact Point Additional Information

Operations

getOrganizationProfile

The Get operation for trading community organization profile. You can query the organization profile with the party ID using this operation.

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

Account

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

getOrganization

The Get operation for the trading community organization 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/organizationService/}OrganizationPartyResult

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

createOrganization

The Create operation for the trading community organization details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

organizationParty

Trading Community Organization Details

The trading community organization details to be created.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/}OrganizationPartyResult

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

updateOrganization

The Update operation for the trading community organization details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

organizationParty

Trading Community Organization Details

The trading community organization details to be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/}OrganizationPartyResult

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

deleteOrganization

The Delete operation for the trading community organization details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

organizationParty

Trading Community Organization Details

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

mergeOrganization

The Merge operation for trading community organization 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

organizationParty

Trading Community Organization Details

The trading community organization details to be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/}OrganizationPartyResult

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

findOrganization

The Find operation for trading community organization 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 Organization Details

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

getOrganizationsFilteredByPartyUsageFilterRuleCode

The Get operation for trading community organization filtered by 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 an organization.

bindEffectiveDate

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

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

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/organizationService/}OrganizationPartyResult

The trading community organization details that are filtered by the party usage filter rule provided.

getOrganizationsFilteredByPartyUsageCode

The Get operation for trading community organization filtered by 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 organizations.

bindEffectiveDate

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

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

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/organizationService/}OrganizationPartyResult

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

getOrganizationByOriginalSystemReference

The Get operation for trading community organization 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

The Find Control. Not currently used.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/parties/organizationService/}OrganizationPartyResult

The trading community organization details that are filtered by The source system reference provided.

processOrganization

The Bulk load operation for trading community organization 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.

organizationParty

Trading Community Organization Details

A list of the trading community organization 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 Organization Details

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

processCSOrganization

An operation to apply the changes back to the data source for trading community organization 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.

updateOrganizationProfile

The Update operation for trading community organization profile. You can update the organization profile with party ID using this operation.

Life Cycle Status: Active

Request Payload

Element Name Type Description

organizationDVO

Account

The trading community organization profile to be updated.

Response Payload

Element Name Type Description

result

Account

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

mergeOrganizationProfile

The Merge operation for trading community organization profile. You can update the organization profile with party ID using this operation.

Life Cycle Status: Active

Request Payload

Element Name Type Description

organizationDVO

Account

The trading community organization profile to be merged.

Response Payload

Element Name Type Description

result

Account

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

findOrganizationProfile

The Find operation for trading community organization 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

The Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Account

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

getDfltObjAttrHints

An operation to retrieve user interface hints, such as the service data object label and object attribute labels, for the specified service data object and locale. As a prerequisite, invoke the getEntityList operation defined on this service to get the list of possible values for the viewName request payload element.

Life Cycle Status: Active

Request Payload

Element Name Type Description

viewName

string

The service view usage name, an internal name for the service data object. Specify the value of the name element from the getEntityList operation response payload.

localeName

string

The locale used 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

getOrganizationsFilteredByPartyUsageFilterRuleCode

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

View Trading Community Organization

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

createOrganization

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

Enter Trading Community Organization Information

Allows the specification of organization information.

All Operations

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

Enter Trading Community Organization Information

Allows the specification of organization information.

getOrganization

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

View Trading Community Organization

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

updateOrganization

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_PRIV

Update Trading Community Organization

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

deleteOrganization

HZ_REMOVE_TRADING_COMMUNITY_ORGANIZATION_PRIV

Remove Trading Community Organization

Allows the removal of organizations. If assigning, also assign the ability to view the trading community organization.

findOrganization

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

View Trading Community Organization

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

processCSOrganization

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_PRIV

Update Trading Community Organization

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

processCSOrganization

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

Enter Trading Community Organization Information

Allows the specification of organization information.

getOrganizationByOriginalSystemReference

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

View Trading Community Organization

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

mergeOrganization

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_PRIV

Update Trading Community Organization

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

mergeOrganization

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

Enter Trading Community Organization Information

Allows the specification of organization information.

getOrganizationsFilteredByPartyUsageCode

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

View Trading Community Organization

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

processOrganization

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_PRIV

Update Trading Community Organization

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

processOrganization

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

Enter Trading Community Organization Information

Allows the specification of organization information.

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_ORGANIZATION_PRIV

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

Cash Positioning and Forecasting Management

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

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

ORA_CE_CASH_MANAGEMENT_ADMINISTRATION_DUTY_CRM

Cash Management Administration

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

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_UPDATE_TRADING_COMMUNITY_ORGANIZATION_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_ORGANIZATION_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_ORGANIZATION_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_REMOVE_TRADING_COMMUNITY_ORGANIZATION_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_ORGANIZATION_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_ORGANIZATION_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_ORGANIZATION_INFORMATION_PRIV

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

Cash Positioning and Forecasting Management

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

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

ORA_CE_CASH_MANAGEMENT_ADMINISTRATION_DUTY_CRM

Cash Management Administration

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

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_PRIV

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_ENTER_TRADING_COMMUNITY_ORGANIZATION_INFORMATION_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_ORGANIZATION_INFORMATION_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_ORGANIZATION_INFORMATION_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_ORGANIZATION_INFORMATION_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_VIEW_TRADING_COMMUNITY_ORGANIZATION_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_ORGANIZATION_PRIV

ORA_MNT_VIEW_SUPPLIER_WARRANTY_DUTY_CRM

View Supplier Warranty

Provides View access to Supplier Warranty feature including the get access to REST resources

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_WSH_CREATE_OUTBOUND_SHIPMENT_REQUEST_PWA_DUTY_CRM

Create Outbound Shipment Request Using Responsive Shipping

Create outbound shipment request using the responsive shipping application.

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

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_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_ORGANIZATION_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_ORGANIZATION_PRIV

ORA_RCL_FIELD_SERVICE_TECHNICIAN_DUTY_CRM

Field Service Technician

Individual responsible for the duty of field service logistics.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_SCH_PURCHASE_PRICING_MANAGER_JOB

Purchase Pricing Manager

A purchase pricing manager is responsible for understanding all pricing options available to an organization and being able to associate the correct landed cost for procurement of a given product. They will review all types of pricing agreements including pricing negotiated by a third party on their behalf or locally negotiated pricing.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

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

ORA_IEX_COLLECTIONS_AGENT_DUTY_CRM

Collections Management Basic

Allows user to perform activities in Collections.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_RCL_FIELD_SERVICE_ADMINISTRATOR_JOB

Field Service Administrator

Individual responsible for the administration of field service logistics.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_WSH_CREATE_PICK_WAVE_PWA_DUTY_CRM

Create Pick Wave Using Responsive Shipping

Create pick waves using the responsive shipping application.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_MNT_MANAGE_SUPPLIER_WARRANTY_DUTY_CRM

Manage Supplier Warranty

Provides manage access to Supplier Warranty feature including the access to REST resources

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_RCL_DEPOT_REPAIR_MANAGER_JOB

Depot Repair Manager

Individual responsible for managing the planning, logistics, repair execution, shipping, and billing for the repair of parts and products.

HZ_VIEW_TRADING_COMMUNITY_ORGANIZATION_PRIV

ORA_CJM_CHANNEL_CLAIMS_MANAGEMENT_DUTY_CRM

Channel Claims Management

Manages customer claims.

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

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

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

ORA_FUN_CUSTOMER_ACCOUNT_INQUIRY_DUTY_CRM

Customer Account Inquiry

View customer account details.

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

ORA_IBY_DISBURSEMENT_PROCESS_MANAGEMENT_DUTY_CRM

Disbursement Process Management

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

ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB

ORA_GEO_ADMIN_DUTY

Geography Administration

Grants privileges to set up geographies

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

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

ORA_XLA_SUBLEDGER_ACCOUNTING_MANAGER_DUTY_CRM

Subledger Accounting Manager

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

ORA_CE_CASH_POSITION_AND_FORECAST_MANAGEMENT_DUTY_CRM

ORA_XLA_SUBLEDGER_ACCOUNTING_REPORTING_DUTY_CRM

Subledger Accounting Reporting

Runs all subledger accounting reports, and reviews journal entries.

ORA_FOS_SUPPLY_CHAIN_CONTROLLER_JOB

ORA_POZ_SUPPLIER_PROFILE_INQUIRY_DUTY_CRM

Supplier Profile Inquiry

View supplier profile information.

ORA_SCH_PURCHASE_PRICING_MANAGER_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_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_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_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.