Marketing Source Code Service

Service to operate on marketing source codes. The supported operations are create, update, delete, and search.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/marketing/coreMarketing/sourcecode/sourceService/applicationModule/}SourceCodeService

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

Logical Business Objects

  • CRM : Marketing : Marketing Source Code

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

Marketing Source Code

Operations

computeSourceCode

A web service method that queries a single record of Oracle Fusion Marketing Source Code Object by ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

pSourceCodeId

string

A required input parameter of the computeSourceCode web service method. It is the row ID of the record that would be used to compute the source code.

Response Payload

Element Name Type Description

result

string

The return value of the computeSourceCode web service method. It includes the full set of attributes of the record.

getSourceCode

A web service method that queries a single record of an Oracle Fusion Marketing Source Code Object by ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sourceCodeId

long

A required input parameter of the getSourceCode web service method. It is the row ID of the source code record you want to query for.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the getSourceCode web service method. It includes the full set of attributes and child entities of the record.

createSourceCode

A web service method that creates Oracle Fusion Marketing Source Code Object records.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sourceCode

Marketing Source Code

A required input parameter of the createSourceCode web service method. The input object includes the attribute values that the source code record is created with.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the createSourceCode web service method. It includes the full set of attributes of the record.

updateSourceCode

A web service method that updates an Oracle Fusion Marketing Source Code Object record.

Life Cycle Status: Active

Request Payload

Element Name Type Description

sourceCode

Marketing Source Code

A required parameter of the updateSourceCode web service method. The records matching the ID specified in this input source code is updated with the corresponding input attribute values also.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the updateSourceCode web service method. It includes the full set of attributes of the record.

findSourceCodeByStageId

A web service method that queries a single record or set of records of Oracle Fusion Marketing Source Code Object by ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

A required input parameter of the findSourceCodeByStageId web service method. The filter criteria are a cumulative set of attribute criteria that identifies source code records.

bindStageId

string

An input parameter of the findSourceCodeByStageId web service method. The stage ID forms part of the filter criteria that identifies source code records.

findControl

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

The parameter is not applicable for the method findSourceCodeByStageId.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the findSourceCodeByStageId web service method. It includes the full set of attributes of the record.

findAllSourceCodes

A web service method that queries all Source code rows that has Active_Flag=Y and Campaign Execution Status Code != NEW in Oracle Fusion Marketing Source Code Object.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

A required input parameter of the findAllSourceCodes web service method. The filter criteria are a cumulative set of attribute criteria that identifies source code records.

findControl

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

The parameter is not applicable for the method findAllSourceCodes.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the findSAllourceCodes web service method. It includes the full set of attributes of the record.

findSourceCodeByAll

A web service method that queries a single record or set of records of Oracle Fusion Marketing Source Code Object by criteria.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

A required input parameter of the findSourceCodeByAll web service method. The filter criteria are a cumulative set of attribute criteria that identifies source code records.

bindCampaignId

string

A selectively required input parameter of the findSourceCodeByAll web service method. The campaign ID forms part of the filter criteria that identifies source code records.

bindStageId

string

A selectively required input parameter of the findSourceCodeByAll web service method. The stage ID forms part of the filter criteria that identifies source code records.

bindTreatmentId

string

A selectively required input parameter of the findSourceCodeByAll web service method. The treatment ID forms a part of the filter criteria that identifies source code records.

bindCalllstId

string

A selectively required input parameter of the findSourceCodeByAll web service method. The list ID forms part of the filter criteria that identifies source code records.

findControl

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

The parameter is not applicable for the method findSourceCodeByAll.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the findSourceCodeByAll web service method. It includes the list of records that are queried for.

findBySourceCode

A web service method that queries a single record or set of records of Oracle Fusion Marketing Source Code Object by source codes.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

A required input parameter of the findBySourceCode web service method. The filter criteria are a cumulative set of attribute criteria that identifies records.

bindSourceCode

string

A required input parameter of the findBySourceCode web service method. The source code forms part of the filter criteria that identifies records.

findControl

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

The parameter is not applicable for the method findBySourceCode.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the findBySourceCode web service method. It includes the list of records that are queried for.

findSourceCodeByAllocId

A web service method that queries a single record or set of records of Oracle Fusion Marketing Source Code Object by ID.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

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

A required input parameter of the findSourceCodeByAllocId web service method. The filter criteria are a cumulative set of attribute criteria that identifies records.

bindAllocId

long

An input parameter of the findSourceCodeByStageId web service method. The alloc ID forms part of the filter criteria that identifies source code records.

findControl

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

The parameter is not applicable for the method findSourceCodeByAllocId.

Response Payload

Element Name Type Description

result

Marketing Source Code

The return value of the findSourceCodeByAllocId web service method. It includes the list of records that are queried for.

getDfltObjAttrHints

A web service method 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 localeName 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

A web service method 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 was last updated. The parameter is present in ISO 8601 format.

getEntityList

A web service method 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

All Operations

MKT_MANAGE_MARKETING_SOURCE_CODE_PRIV

Manage Marketing Source Code

For internal use only. Allows web services management of marketing source codes.

All Operations

MKT_MANAGE_SALES_CAMPAIGN_PRIV

Manage Sales Campaign

For internal use only. Allows web services management of sales campaigns.

All Operations

MKT_VIEW_MARKETING_SOURCE_CODE_PRIV

View Marketing Source Code

Allows viewing marketing source codes that represent a combination of treatment, segment or list, and marketing campaign.

Privileges to Duty Roles Mapping

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

MKT_MANAGE_SALES_CAMPAIGN_PRIV

ORA_MKT_PERSONAL_CAMPAIGN_MANAGEMENT_DUTY

Personal Campaign Management

Manages secured personal campaigns used to promote products or events to specific customers.

MKT_VIEW_MARKETING_SOURCE_CODE_PRIV

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

Sales Lead Qualifier

Identifies, generates and qualifies sales leads and ensures that they are successfully closed within established time objectives. Includes the ability to deliver reports, ensure a healthy sales pipeline volume, help shorten sales cycles, shape lead generation strategies, and provide effective guidance to the rest of the lead qualification team. Other supporting roles include territory development, event and webinar strategies.

MKT_VIEW_MARKETING_SOURCE_CODE_PRIV

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

MKT_VIEW_MARKETING_SOURCE_CODE_PRIV

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.

MKT_VIEW_MARKETING_SOURCE_CODE_PRIV

ORA_MKT_MARKETING_FUND_REQUEST_AND_CLAIM_PROCESSING_DUTY

Marketing Fund Request and Claim Processing

Reviews and approves budget fund requests and claims to use budgeted funds for marketing activities. Includes reviewing and exporting budget information.

MKT_MANAGE_MARKETING_SOURCE_CODE_PRIV

ORA_MKT_MARKETING_CAMPAIGN_MANAGEMENT_DUTY

Marketing Campaign Management

Manages secured marketing campaigns from planning to design and execution. Defines and maintains secured marketing treatments, lists, segments, and content.

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_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_ZCA_ACCESS_GROUPS_ENABLEMENT_DUTY

Access Groups Enablement

Enables the Access Groups functionality.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_MKL_LEAD_REGISTRATION_PROCESSING_DUTY

Lead Registration Processing

Reviews, accepts, and rejects sales lead registrations. Includes the ability to view sales lead details and update internal attributes.

ORA_MKT_MARKETING_BUDGET_MAINTENANCE_DUTY

ORA_MKT_MARKETING_BUDGET_UTILIZATION_DUTY

MDF Utilization

Creates and manages MDF requests and claims for marketing activities.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_ZCM_MKTG_SALES_PARTY_MANAGEMENT_DUTY

Marketing Sales Party Management

Manages creation and maintenance of the sales organizations and consumers for internal marketing users. Additional duties include viewing of appointments, interactions, and customer contacts.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_HZ_RESOURCE_ABSTRACT

Resource

Identifies the person as front office personnel.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_MKL_SALES_LEAD_QUALIFICATION_DUTY

Sales Lead Qualification

Qualifies sales leads to determine the sales readiness of the lead.

ORA_MKL_SALES_LEAD_QUALIFIER_JOB

ORA_ZCM_SALES_PARTY_ADMINISTRATION_DUTY

Sales Party Administration

Manages named sales accounts, sales account import scheduler and the flagging of existing accounts. Additional duties include managing sales parties, functional setups, customer center objects, and relationship information inquiries.