Sales Account Service

The service used for multiple sales account. You can use the Sales Party service to create sales account for 1:1 relationships. A service used to create, update, get, or find sales accounts for a party.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/crmCommon/salesParties/salesPartiesService/}SalesAccountsService

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

Logical Business Objects

  • CRM : Customer Center : Sales Party

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 Organization Profile Additional Information

Handles

Trading Community Address Additional Information

Handles

Account

Handles

Electronic Data Interchange

Handles

Trading Community Relationship Additional Information

Handles

Education

Handles

Trading Community Contact Point Additional Information

Handles

Contact Preference

Handles

Contact

Handles

Household

Handles

Usage Assignment

Handles

Electronic File Transfer

Handles

Contact Interest

Handles

Customer Contact Responsibility

Handles

Financial Report

Handles

Financial Number

Handles

Trading Community Person Details

Handles

Contact Address

Handles

Additional Household Name

Handles

Sales Account Contact

Handles

Web

Handles

E-Mail Domain

Handles

Work Class

Handles

Asset

Handles

Trading Community Person Profile Additional Information

Handles

Additional Contact Name

Handles

Address

Handles

Preference

Handles

Sales Account Resource

Handles

Financial Profile

Handles

Trading Community Address Purpose

Handles

Sales Account Territory

Handles

E-Mail

Handles

Phone

Handles

Trading Community Organization Details

Handles

Instant Messaging

Handles

Classification Assignment

Handles

Certification

Handles

Additional Account Name

Handles

Sales Account Contact Point

Handles

Citizenship

Handles

Contact Language

Handles

Credit Rating

Handles

Additional Identifier

Handles

Sales Account

Handles

Employment History

Handles

Customer Contact Profile

Handles

Trading Community Organization Contact Additional Information

Handles

Source System Reference

Handles

Trading Community Original System Mapping Identifier Additional Information

Handles

Telex

Handles

Relationship

Operations

getSalesAccount

The get operation for sales account details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountId

long

Updates a set of records of an Oracle Fusion Customer custom object.

Response Payload

Element Name Type Description

result

Sales Account

The operation to return sales account details that matches the inbound key attributes.

createSalesAccount

The operation to create sales account details for a party.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccount

Sales Account

The operation to create sales account contact.

Response Payload

Element Name Type Description

result

Sales Account

The result of the operation including the successfully created sales account details and any warnings or informational messages.

updateSalesAccount

The operation to update sales account.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccount

Sales Account

The operation to update sales account details.

Response Payload

Element Name Type Description

result

Sales Account

The result of the operation includes the successfully updated sales account details or a list of warnings or informational messages, or both.

deleteSalesAccount

The operation that deletes sales account details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccount

Sales Account

The operation to delete sales account contact.

Response Payload

Element Name Type Description

result

void

A list of warnings or informational messages encountered when deleting the object.

mergeSalesAccount

The merge operation for sales account details. It will perform 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

salesAccount

Sales Account

The operation to merge sales account contact.

Response Payload

Element Name Type Description

result

Sales Account

The result of the operation including the successfully merged sales account details and any warnings or informational messages.

findSalesAccount

The find operation for sales account 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 your query result, such as the filter (or where clause), the fetch size, and so on.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

Sales Account

The result of the operation including the list of sales account details that satisfy the inbound criteria and any warnings or informational messages encountered during the invocation.

findAccountsOfParty

The find operation for sales account details filtered by party identifier.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

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

BindPartyId

long

The find operation for party identifier.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

Sales Account

The result of the operation including the list of sales account details that satisfy the inbound criteria and any warnings or informational messages encountered during the invocation.

getSalesAccountTerritory

The get operation for sales account territory details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sAccountTerritoryId

long

The sales account territory identifier.

Response Payload

Element Name Type Description

result

Sales Account Territory

The operation that returns sales account territory details that matches the inbound key attributes.

createSalesAccountTerritory

The operation to create sales account territory details for a sales account.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountTerritory

Sales Account Territory

A required input parameter of the createEntity web service method. Includes the attribute values that the records will be created with.

Response Payload

Element Name Type Description

result

Sales Account Territory

The result of the operation including the successfully created sales account territory details and any warnings or informational messages.

updateSalesAccountTerritory

The operation to update sales account territory details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountTerritory

Sales Account Territory

Sales Account Territory Details to be updated

Response Payload

Element Name Type Description

result

Sales Account Territory

The result of the operation includes the successfully updated sales account territory details or a list of warnings or informational messages, or both.

deleteSalesAccountTerritory

The operation that deletes sales account territory details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountTerritory

Sales Account Territory

A required input parameter of the deleteEntity web service method. All records matching the input attribute values specified in this input object are deleted.

Response Payload

Element Name Type Description

result

void

A list of warnings or informational messages encountered when deleting the object.

mergeSalesAccountTerritory

The merge operation for sales account territory details. It will perform 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

salesAccountTerritory

Sales Account Territory

The required input parameter of the updateEntity web service method. The object includes only the IDs and the attribute values you want to update. Records with the matching IDs will be updated with the attribute values in the object.

Response Payload

Element Name Type Description

result

Sales Account Territory

The result of the operation including the successfully merged sales account territory details and any warnings or informational messages.

findSalesAccountTerritory

The find operation for sales account territory 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 your query result, such as the filter (or where clause), the fetch size, and so on.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

Sales Account Territory

The result of the operation including the list of sales account territory details that satisfy the inbound criteria and any warnings or informational messages encountered during the invocation.

getSalesAccountContacts

The get operation for sales account contact details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sAccountContactId

long

The sales account contact identifier.

Response Payload

Element Name Type Description

result

Sales Account Contact

The operation returns sales account contact details that matches the inbound key attributes.

createSalesAccountContacts

The operation to create contact details for a sales account.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContacts

Sales Account Contact

Queries by ID a single record of an Oracle Fusion Customer custom object.

Response Payload

Element Name Type Description

result

Sales Account Contact

The result of the operation including the successfully created sales account contact details and any warnings or informational messages.

updateSalesAccountContacts

The operation to update sales account contact details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContacts

Sales Account Contact

Retrieves the list of service data objects defined on this service.

Response Payload

Element Name Type Description

result

Sales Account Contact

The result of the operation includes the successfully updated sales account contact details or a list of warnings or informational messages, or both.

deleteSalesAccountContacts

The operation that deletes sales account contact details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContacts

Sales Account Contact

Retrieves a set of records of an Oracle Fusion Customer custom object.

Response Payload

Element Name Type Description

result

void

A list of warnings or informational messages encountered when deleting the object.

mergeSalesAccountContacts

The merge operation for sales account contact details. It will perform 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

salesAccountContacts

Sales Account Contact

Retrieves the date and time when the schema files referenced in the service definition last changed.

Response Payload

Element Name Type Description

result

Sales Account Contact

The result of the operation including the successfully merged sales account contacts and any warnings or informational messages.

findSalesAccountContacts

The find operation for sales account contact 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 your query result, such as the filter (or where clause), the fetch size, and so on.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

Sales Account Contact

The result of the operation including the list of sales account contacts that satisfy the inbound criteria and any warnings or informational messages encountered during the invocation.

getSalesAccountContactPoints

The get operation for sales account contact point details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sAccountContactPointId

long

The operation to get sales account contact point identifier.

Response Payload

Element Name Type Description

result

Sales Account Contact Point

The operation to return sales account contact point details that matches the inbound key attributes.

createSalesAccountContactPoints

The operation to create contact point details for a sales account.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContactPoints

Sales Account Contact Point

Sales Account Contact Points Details to be created

Response Payload

Element Name Type Description

result

Sales Account Contact Point

The result of the operation including the successfully created sales account contact points details and any warnings or informational messages.

updateSalesAccountContactPoints

The operation to update sales account contact point details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContactPoints

Sales Account Contact Point

Deletes a set of records of an Oracle Fusion Customer custom object.

Response Payload

Element Name Type Description

result

Sales Account Contact Point

The result of the operation includes the successfully updated sales account contact point details or a list of warnings or informational messages, or both.

deleteSalesAccountContactPoints

The operation that deletes sales account contact points details.

Life Cycle Status: Active

Request Payload

Element Name Type Description

salesAccountContactPoints

Sales Account Contact Point

Sales Account Contact Point Details to be deleted

Response Payload

Element Name Type Description

result

void

A list of warnings or informational messages encountered when deleting the object.

mergeSalesAccountContactPoints

The merge operation for sales account contact points details. It will perform 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

salesAccountContactPoints

Sales Account Contact Point

Creates records of an Oracle Fusion Customer custom object.

Response Payload

Element Name Type Description

result

Sales Account Contact Point

The result of the operation including the successfully merged sales account contact points details and any warnings or informational messages.

findSalesAccountContactPoints

The find operation for sales account contact points 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 your query result, such as the filter (or where clause), the fetch size, and so on.

findControl

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

This operation is currently not in use.

Response Payload

Element Name Type Description

result

Sales Account Contact Point

The result of the operation including the list of sales account contact points details that satisfy the inbound criteria and any warnings or informational 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 to use when evaluating locale-based user interface hints. The locale name is in ISO 639-1 format.

Response Payload

Element Name Type Description

result

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

The label and user interface hints for the specified service data object and its attributes in a name-value pair format.

getServiceLastUpdateTime

An operation that returns the date and time when the schema files referenced in the service definition last changed.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date and time when the service definition last changed in ISO 8601 format.

getEntityList

An operation to get the list of service data objects defined on this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

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

A list of service data objects defined on this service. For each service data object, the result includes the QName, internal name, and Boolean values indicating whether create, update, merge, and delete operations can be performed on the object.

Security

The following tables list the privileges required to perform the service operations, and the duty roles that each privilege is granted to.

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

updateSalesAccountContactPoints

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

Update Sales Account Contact

Allows updating a sales account contact

findAccountsOfParty

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

mergeSalesAccountContacts

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

Update Sales Account Contact

Allows updating a sales account contact

deleteSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

createSalesAccountContacts

ZCM_CREATE_SALES_ACCOUNT_CONTACT_PRIV

Create Sales Account Contact

Allows creating a sales account contact

mergeSalesAccountContactPoints

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

Update Sales Account Contact

Allows updating a sales account contact

updateSalesAccountContacts

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

Update Sales Account Contact

Allows updating a sales account contact

findSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

getSalesAccountContactPoints

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

View Sales Account Contact

Allows viewing a sales account contact

updateSalesAccount

ZCM_UPDATE_SALES_ACCOUNT_PRIV

Update Sales Account

Allows update of the sales account

updateSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

createSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

deleteSalesAccountContacts

ZCM_DELETE_SALES_ACCOUNT_CONTACT_PRIV

Delete Sales Account Contact

Allows deleting a sales account contact

getSalesAccountContacts

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

View Sales Account Contact

Allows viewing a sales account contact

mergeSalesAccount

ZCM_UPDATE_SALES_ACCOUNT_PRIV

Update Sales Account

Allows update of the sales account

mergeSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

deleteSalesAccountContactPoints

ZCM_DELETE_SALES_ACCOUNT_CONTACT_PRIV

Delete Sales Account Contact

Allows deleting a sales account contact

findSalesAccountContacts

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

View Sales Account Contact

Allows viewing a sales account contact

findSalesAccountContactPoints

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

View Sales Account Contact

Allows viewing a sales account contact

createSalesAccountContactPoints

ZCM_CREATE_SALES_ACCOUNT_CONTACT_PRIV

Create Sales Account Contact

Allows creating a sales account contact

getSalesAccount

ZCM_CREATE_SALES_ACCOUNT_PRIV

Create Sales Account

Allows creating a sales account

Privileges to Duty Roles Mapping

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

ZCM_DELETE_SALES_ACCOUNT_CONTACT_PRIV

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.

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

ZCM_DELETE_SALES_ACCOUNT_CONTACT_PRIV

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.

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

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.

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

ZCM_UPDATE_SALES_ACCOUNT_CONTACT_PRIV

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.

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

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.

ZCM_VIEW_SALES_ACCOUNT_CONTACT_PRIV

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.

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

ZCM_CREATE_SALES_ACCOUNT_PRIV

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.

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

ZCM_CREATE_SALES_ACCOUNT_PRIV

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.

ZCM_CREATE_SALES_ACCOUNT_CONTACT_PRIV

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.

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

ZCM_CREATE_SALES_ACCOUNT_CONTACT_PRIV

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.

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_ZCM_SALES_PARTY_REVIEW_DUTY

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_CRM

Contract View Access Across All Contracts

Views all contracts across an enterprise.

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

ORA_OKC_ALL_BUSINESS_UNITS_CONTRACT_INQUIRY_DUTY_CRM

Contract View Access Across All Contracts

Views all contracts across an enterprise.

ORA_ZCM_SALES_PARTY_MANAGEMENT_DUTY

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_ZCM_SALES_PARTY_MANAGEMENT_DUTY

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

ORA_MANAGE_TRADING_COMMUNITY_IMPORT_BATCH_DUTY

Trading Community Import Batch Management

Manages trading community data import batches.