Trading Community Resource Organization

An organizational unit whose membership is composed of resources. Resource organizations are usually hierarchically structured to form an organizational hierarchy and they are used to model sales organizations, service organizations, et cetera. This object is not available for Oracle Fusion upgrade nor is it available for use by Oracle Fusion application teams.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceService/}ResourceOrganizationService

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

Logical Business Objects

  • CRM : Trading Community Model : Trading Community Resource

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 Resource Organization Member Role Assignment

Handles

Resource Organization Member

Operations

getResourceOrganizationMemberVO

The Get operation for the trading community resource organization member.

Life Cycle Status: Active

Request Payload

Element Name Type Description

groupMemberId

long

The unique identifier of the resource group member.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceService/}ResourceOrganizationMemberResult

The trading community resource organization member that matches the inbound key attributes.

createResourceOrganizationMemberVO

The Create operation for the trading community resource organization member.

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceOrganizationMemberVO

Resource Organization Member

The trading community resource organization member to be created.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceService/}ResourceOrganizationMemberResult

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

updateResourceOrganizationMemberVO

The Update operation for the trading community resource organization member.

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceOrganizationMemberVO

Resource Organization Member

The trading community resource organization member to be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceService/}ResourceOrganizationMemberResult

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

deleteResourceOrganizationMemberVO

The Delete operation for the trading community resource organization member.

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceOrganizationMemberVO

Resource Organization Member

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

mergeResourceOrganizationMemberVO

The Merge operation for the trading community resource organization member. 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

resourceOrganizationMemberVO

Resource Organization Member

The trading community resource organization member to be merged.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceService/}ResourceOrganizationMemberResult

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

findResourceOrganizationMemberVO

The Find operation for the trading community resource organization member.

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

Resource Organization Member

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

processResourceOrganizationMemberVO

The Bulk load operation for the trading community resource organization member.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

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

resourceOrganizationMemberVO

Resource Organization Member

A list of the trading community resource organization numbers 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

Resource Organization Member

The result of the operation that includes a list of trading community resource organization member that are successfully processed and any warning or information messages.

processCSResourceOrganizationMemberVO

An operation to apply the changes back to the data source for the trading community resource organization member.

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/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 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

mergeResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

deleteResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

getResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

createResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

processResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

findResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

processCSResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

updateResourceOrganizationMemberVO

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

Manage Trading Community Resource Organization Memberships

Allows the specification of resource organization members. If assigning, also assign the ability to view the trading community resource organization memberships.

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_RESOURCE_ORGANIZATION_MEMBERSHIPS_PRIV

ORA_HZRESOURCE_ADMINISTRATOR_DUTY

Resource Administration

Administers resource information.

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_HZRESOURCE_ADMINISTRATOR_DUTY

ORA_PER_MANAGE_USER_AND_ROLES_DUTY_CRM

Manage Users

Creates and updates users and assigns roles to users.