Innovation Management Relationship Web Service

This represents relationship object in innovation management. Consumers can use the APIs to get the details of referenced objects, add new references or delete existing references.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/scm/productCollaboration/common/references/referenceService/}InnovationManagementRelationshipService

Service WSDL URL: https://servername/fscmService/InnovationManagementRelationshipService?WSDL

Logical Business Objects

  • SCM : Product Development : Innovation Management Relationship

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

Agile Relationship Object

Handles

Item Design Relationship Response

Handles

Innovation Management Relationship Rules Object

Handles

Object Details

Handles

Relationships List

Handles

Item Design Relationship Object

Handles

Innovation Management Relationship Object

Operations

getReferences

Use this method to get all References of an object.

Life Cycle Status: Active

Request Payload

Element Name Type Description

objectType

string

Type of the object whose references need to be returned.

objectId

long

Primary key of the object whose references need to be returned.

Response Payload

Element Name Type Description

result

Innovation Management Relationship Object

Return a list of Reference rows.

deleteAllReferences

Use this method to delete all References of an object.

Life Cycle Status: Active

Request Payload

Element Name Type Description

objType

string

Type of the object whose references need to be deleted.

objId

long

Primary key of the object whose references need to be deleted.

Response Payload

Element Name Type Description

result

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

Return service warning from delete method if any.

addReferences

Use this method to add References to an object.

Life Cycle Status: Active

Request Payload

Element Name Type Description

srcObjType

string

Type of the source object.

srcObjId

long

Primary key of the source object.

destObjType

string

Type of the destination object.

destObjId

long

Primary key of the destination object.

auxUniqueId

string

Unique id of AUX object.

Response Payload

Element Name Type Description

result

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

Return service warning from add method if any.

addItemDesignRelationship

Use this method to add Item and Design relationship

Life Cycle Status: Active

Request Payload

Element Name Type Description

attributeList

Item Design Relationship Object

Attribute List is the input parameter for this API and it contains Item and Design object details

Response Payload

Element Name Type Description

result

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

Return service warning from add method if any.

addChangeDFCORelationship

Use this method to add Change and DFCO relationship

Life Cycle Status: Active

Request Payload

Element Name Type Description

attributeList

Agile Relationship Object

Attribute List is the input parameter for this API and it contains Change and DFCO object details

Response Payload

Element Name Type Description

result

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

Return service warning from add method if any.

updateItemDesignRelationship

Use this method to update Item and Design relationship

Life Cycle Status: Active

Request Payload

Element Name Type Description

attributeList

Item Design Relationship Object

Attribute List is the input parameter for this API and it contains Item and Design object details

Response Payload

Element Name Type Description

result

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

Return service warning from update method if any.

updateChangeDFCORelationship

Use this method to update Change and DFCO relationship

Life Cycle Status: Active

Request Payload

Element Name Type Description

attributeList

Agile Relationship Object

Attribute List is the input parameter for this API and it contains Change and DFCO object details

Response Payload

Element Name Type Description

result

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

Return service warning from update method if any.

getRelationshipsInBulk

Use this method to retrieve the relationships of objects in bulk.

Life Cycle Status: Active

Request Payload

Element Name Type Description

objectDetails

Object Details

The parameter that contains the unique ID of the object and the object type.

Response Payload

Element Name Type Description

result

Relationships List

Return a list of object relationships.

processItemDesignRelationship

Use this method to add, update or delete relationships of the item and design objects in bulk.

Life Cycle Status: Active

Request Payload

Element Name Type Description

itemDesignRelationshipList

Item Design Relationship Object

The input parameter for the API and contains item and design object details.

Response Payload

Element Name Type Description

result

Item Design Relationship Response

Return the response with object details, and success or error status.

getRelationshipRule

Use this method to get a relationship rule for a relationship.

Life Cycle Status: Active

Request Payload

Element Name Type Description

RelationshipId

long

An unique indentifier for a Relationship.

Response Payload

Element Name Type Description

result

Innovation Management Relationship Rules Object

Return a list of relationship rule rows.

deleteRelationshipRule

Use this method to delete a relationship rule from a relationship.

Life Cycle Status: Active

Request Payload

Element Name Type Description

RelationshipRuleId

long

An unique indentifier for a Relationship rule.

Response Payload

Element Name Type Description

result

void

Return service warning from delete method, if any exists.

addRelationshipRule

Use this method to add a relationship rule to a relationship.

Life Cycle Status: Active

Request Payload

Element Name Type Description

RelationshipId

long

An unique indentifier for a Relationship.

SrcObjRuleStatus

string

Source object workflow status defined in the relationship rule.

DestinationRuleStatus

string

Destination object workflow status defined in the relationship rule.

Response Payload

Element Name Type Description

result

Innovation Management Relationship Rules Object

Return a relationship rule row.

updateRelationshipRule

Use this method to update a relationship rule for a relationship.

Life Cycle Status: Active

Request Payload

Element Name Type Description

RelationshipRuleId

long

An unique indentifier for a Relationship rule.

SrcObjRuleStatus

string

Source object workflow status defined in the relationship rule.

DestinationRuleStatus

string

Destination object workflow status defined in the relationship rule.

Response Payload

Element Name Type Description

result

Innovation Management Relationship Rules Object

Return a relationship rule row.

getReferenceById

Use this method to get a relationship object by passing the primary key as a parameter.

Life Cycle Status: Active

Request Payload

Element Name Type Description

relationshipId

long

Primary key of the relationship object.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/scm/productCollaboration/common/references/referenceService/}ReferenceResult

Reference object details.

deleteReference

Use this method to delete a relationship row by passing the relationship object as a parameter.

Life Cycle Status: Active

Request Payload

Element Name Type Description

reference

Innovation Management Relationship Object

The relationship object which needs to be deleted.

Response Payload

Element Name Type Description

result

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

Return service warning from delete method if any.

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

ACN_REVIEW_PRODUCT_IDEAS_PRIV

Review Product Ideas

Allows reviewing of product ideas

All Operations

EGO_MODIFY_CHANGE_STATUS_PRIV

Modify Change Status

Allows users to modify the status of a change order through routing.

All Operations

ACD_MANAGE_PRODUCT_CONCEPT_PRIV

Manage Product Concept

Allows for managing of a Product Concept - creating, updating of Concept attributes, deleting, managing goals and metrics for the Concept

All Operations

ACE_REVIEW_PRODUCT_PORTFOLIO_PRIV

Review Product Portfolio

Allows for reviewing of the Portfolio

All Operations

ACN_REVIEW_PRODUCT_REQUIREMENT_PRIV

Review Product Requirement

Allows viewing of a product Requirement with all its details

All Operations

ACE_MANAGE_PRODUCT_PORTFOLIO_PRIV

Manage Product Portfolio

Allows for managing a Portfolio, including scenarios, metrics and goals

All Operations

EGP_MONITOR_ITEM_WORKAREA_PRIV

Monitor Item Work Area

Allows access to items and notifications page.

All Operations

ACD_REVIEW_PRODUCT_CONCEPT_PRIV

Review Product Concept

Allows for reviewing a Concept with all its details

All Operations

ACD_MANAGE_PRODUCT_PROPOSAL_PRIV

Manage Product Proposal

Allows for managing of a Product Proposal

All Operations

ACN_MANAGE_PRODUCT_IDEA_PRIV

Manage Product Idea

Allows managing of an Idea - creating and updating

All Operations

ENQ_MANAGE_QUALITY_ISSUE_PRIV

Manage Quality Issue

Allows users to create and update a quality issue.

All Operations

ENQ_MANAGE_QUALITY_ACTION_PRIV

Manage Quality Action

Allows users to create and update a quality action.

All Operations

ACN_MANAGE_PRODUCT_REQUIREMENT_PRIV

Manage Product Requirement

Allows managing of Requirement and all its Requirement lines within a requirement structure including managing of dependencies

All Operations

EGO_MANAGE_ITEM_CHANGE_ORDER_PRIV

Manage Item Change Order

Allows access to manage item change orders.

All Operations

EGP_MANAGE_ITEM_PRIV

Manage Item

Allows access to browse items.

Privileges to Duty Roles Mapping

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

ACE_REVIEW_PRODUCT_PORTFOLIO_PRIV

ORA_ACE_PORTFOLIO_MANAGEMENT_DUTY

Portfolio Management

This duty allows for managing of a product portfolio.

ACN_MANAGE_PRODUCT_REQUIREMENT_PRIV

ORA_ACN_REQUIREMENT_MANAGEMENT_DUTY

Requirement Management

This duty allows for performing all actions on a Requirement.

ENQ_MANAGE_QUALITY_ACTION_PRIV

ORA_ENQ_QUALITY_ANALYST_JOB

Quality Analyst

Individual responsible for ensuring the quality of products throughout a project. Supports the Process Manager in defining processes and procedures and is responsible for conducting process reviews and audits throughout the project lifecycle to ensure standard processes and procedures are being followed.

EGP_MANAGE_ITEM_PRIV

ORA_ATC_OFFER_CATALOG_ITEM_MANAGEMENT_FSCM

Offer Catalog Item Management

Creates and manages items and item related information for offer catalog in Product Hub

EGP_MANAGE_ITEM_PRIV

ORA_EGP_ITEM_MANAGEMENT_DUTY

Item Management

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

EGP_MANAGE_ITEM_PRIV

ORA_PO_PROCUREMENT_INTEGRATION_SPECIALIST_JOB

Procurement Integration Specialist

Individual responsible for planning, coordinating, and supervising all activities related to the integration of procurement information systems.

ACD_MANAGE_PRODUCT_CONCEPT_PRIV

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

Product Design Manager

Individual responsible for the business side of design, encompassing the ongoing processes, business decisions, and strategies that enable innovation and create effectively designed products.

ACD_MANAGE_PRODUCT_CONCEPT_PRIV

ORA_ACE_PRODUCT_PORTFOLIO_MANAGER_JOB

Product Portfolio Manager

Ensures good alignment of the product portfolio with the organizational strategy. Responsible for proposing investment or de-investment in products and concept projects based on the defined strategy, market data, cost and schedule.

ACD_MANAGE_PRODUCT_CONCEPT_PRIV

ORA_ACD_PRODUCT_PROPOSAL_MANAGEMENT_DUTY

Product Proposal Management

This duty allows for managing of a product proposal. A person with this duty can perform all activities on a product proposal.

EGO_MANAGE_ITEM_CHANGE_ORDER_PRIV

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

Product Design Manager

Individual responsible for the business side of design, encompassing the ongoing processes, business decisions, and strategies that enable innovation and create effectively designed products.

EGO_MANAGE_ITEM_CHANGE_ORDER_PRIV

ORA_ENQ_QUALITY_ANALYST_JOB

Quality Analyst

Individual responsible for ensuring the quality of products throughout a project. Supports the Process Manager in defining processes and procedures and is responsible for conducting process reviews and audits throughout the project lifecycle to ensure standard processes and procedures are being followed.

EGO_MANAGE_ITEM_CHANGE_ORDER_PRIV

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

EGO_MANAGE_ITEM_CHANGE_ORDER_PRIV

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

Product Design Engineer

Individual responsible for creating the definition of mechanical and electronic products including their shape, physical characteristics, electronic characteristics, and manufacturing parameters such as tolerance.

ACD_REVIEW_PRODUCT_CONCEPT_PRIV

ORA_ACE_PRODUCT_PORTFOLIO_MANAGER_JOB

Product Portfolio Manager

Ensures good alignment of the product portfolio with the organizational strategy. Responsible for proposing investment or de-investment in products and concept projects based on the defined strategy, market data, cost and schedule.

ACD_REVIEW_PRODUCT_CONCEPT_PRIV

ORA_ACD_CONCEPT_DEVELOPMENT_DUTY

Concept Development

A person with this duty can perform concept development related duties such as managing of components within the concept. This duty does not allow for creating or deleting of a concept which is controlled by the Concept Management Duty

ACN_REVIEW_PRODUCT_REQUIREMENT_PRIV

ORA_ACN_REQUIREMENT_MANAGEMENT_DUTY

Requirement Management

This duty allows for performing all actions on a Requirement.

ACN_REVIEW_PRODUCT_REQUIREMENT_PRIV

ORA_ACE_PORTFOLIO_MANAGEMENT_DUTY

Portfolio Management

This duty allows for managing of a product portfolio.

ACN_REVIEW_PRODUCT_REQUIREMENT_PRIV

ORA_ACD_CONCEPT_DEVELOPMENT_DUTY

Concept Development

A person with this duty can perform concept development related duties such as managing of components within the concept. This duty does not allow for creating or deleting of a concept which is controlled by the Concept Management Duty

ACD_MANAGE_PRODUCT_PROPOSAL_PRIV

ORA_ACE_PORTFOLIO_MANAGEMENT_DUTY

Portfolio Management

This duty allows for managing of a product portfolio.

ACD_MANAGE_PRODUCT_PROPOSAL_PRIV

ORA_ACD_PRODUCT_PROPOSAL_MANAGEMENT_DUTY

Product Proposal Management

This duty allows for managing of a product proposal. A person with this duty can perform all activities on a product proposal.

ACN_REVIEW_PRODUCT_IDEAS_PRIV

ORA_EGP_PRODUCT_MANAGER_JOB

Product Manager

Ensures that a product gets created, tested, and shipped on schedule and meets specifications. A member of either the marketing organization or the development organization.

ACN_REVIEW_PRODUCT_IDEAS_PRIV

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

Product Design Manager

Individual responsible for the business side of design, encompassing the ongoing processes, business decisions, and strategies that enable innovation and create effectively designed products.

ACN_REVIEW_PRODUCT_IDEAS_PRIV

ORA_ACE_PRODUCT_PORTFOLIO_MANAGER_JOB

Product Portfolio Manager

Ensures good alignment of the product portfolio with the organizational strategy. Responsible for proposing investment or de-investment in products and concept projects based on the defined strategy, market data, cost and schedule.

ACN_REVIEW_PRODUCT_IDEAS_PRIV

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

Product Design Engineer

Individual responsible for creating the definition of mechanical and electronic products including their shape, physical characteristics, electronic characteristics, and manufacturing parameters such as tolerance.

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_ATC_OFFER_CATALOG_ITEM_MANAGEMENT_FSCM

Offer Catalog Item Management

Creates and manages items and item related information for offer catalog in Product Hub

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_EGP_ITEM_MANAGEMENT_DUTY

Item Management

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

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

Product Design Manager

Individual responsible for the business side of design, encompassing the ongoing processes, business decisions, and strategies that enable innovation and create effectively designed products.

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_ATC_OFFER_CATALOG_ITEM_INQUIRY_FSCM

Offer Catalog Item Inquiry

Views items and item related information for offer catalog in Product Hub

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

EGP_MONITOR_ITEM_WORKAREA_PRIV

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

Product Design Engineer

Individual responsible for creating the definition of mechanical and electronic products including their shape, physical characteristics, electronic characteristics, and manufacturing parameters such as tolerance.

ACN_MANAGE_PRODUCT_IDEA_PRIV

ORA_EGP_PRODUCT_MANAGER_JOB

Product Manager

Ensures that a product gets created, tested, and shipped on schedule and meets specifications. A member of either the marketing organization or the development organization.

ACN_MANAGE_PRODUCT_IDEA_PRIV

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

Product Design Manager

Individual responsible for the business side of design, encompassing the ongoing processes, business decisions, and strategies that enable innovation and create effectively designed products.

ACN_MANAGE_PRODUCT_IDEA_PRIV

ORA_ACE_PRODUCT_PORTFOLIO_MANAGER_JOB

Product Portfolio Manager

Ensures good alignment of the product portfolio with the organizational strategy. Responsible for proposing investment or de-investment in products and concept projects based on the defined strategy, market data, cost and schedule.

ACN_MANAGE_PRODUCT_IDEA_PRIV

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

Product Design Engineer

Individual responsible for creating the definition of mechanical and electronic products including their shape, physical characteristics, electronic characteristics, and manufacturing parameters such as tolerance.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_ENQ_QUALITY_ENGINEER_JOB

Quality Engineer

Individual responsible for investigating and correcting product quality issues.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_WIE_MANUFACTURING_PRODUCTION_SERVICE_DUTY

Production REST Services

Provides service access using REST Services to manufacturing work set up and work execution.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_ENQ_QUALITY_ANALYST_JOB

Quality Analyst

Individual responsible for ensuring the quality of products throughout a project. Supports the Process Manager in defining processes and procedures and is responsible for conducting process reviews and audits throughout the project lifecycle to ensure standard processes and procedures are being followed.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_WIE_PRODUCTION_OPERATOR_JOB

Production Operator

Individual responsible for material handling, fabrication, assembly and finishing of products, and preparing finished products for warehousing and shipping.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_INV_WAREHOUSE_MANAGER_JOB

Warehouse Manager

Manages and analyzes all warehouse activities including analyzing materials management and logistics performance, managing inventory transactions, managing cycle and physical counts, configuring warehouse setup, and reviewing inventory balances.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

Maintenance Technician

Individual responsible for the execution and completion of any maintenance tasks, and reporting materials and resources used during the maintenance activity.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_MNT_MAINTENANCE_MANAGER_JOB

Maintenance Manager

Individual responsible for ensuring effective maintenance programs are in place and overseeing completion of maintenance tasks.

ENQ_MANAGE_QUALITY_ISSUE_PRIV

ORA_RCV_RECEIVING_AGENT_JOB

Receiving Agent

Performs receiving activities such as receiving expected shipment lines, inspecting received lines, correcting received lines, and managing returns.

ACE_MANAGE_PRODUCT_PORTFOLIO_PRIV

ORA_ACE_PORTFOLIO_MANAGEMENT_DUTY

Portfolio Management

This duty allows for managing of a product portfolio.

EGO_MODIFY_CHANGE_STATUS_PRIV

ORA_ENQ_SUPPLIER_QUALITY_ENGINEER_JOB

Supplier Quality Engineer

External quality user responsible for creating, searching, and viewing problem reports or corrective actions that they have been designated to drive to resolution. This user is also responsible for reviewing and acknowledging, providing additional information requested, adding attachments, and approving problem reports or corrective actions that have been initiated against their company. The user will also initiate problem reports or corrective actions for items within their area of responsibility.

EGO_MODIFY_CHANGE_STATUS_PRIV

ORA_ACA_SUPPLIER_PRODUCT_DESIGN_ENGINEER_JOB

Supplier Product Design Engineer

Individual within a supplier's organization responsible for creating the definition of mechanical and electronic products including their shape, physical characteristics, electronic characteristics, and manufacturing parameters such as tolerance.

EGO_MODIFY_CHANGE_STATUS_PRIV

ORA_ENQ_QUALITY_ANALYST_JOB

Quality Analyst

Individual responsible for ensuring the quality of products throughout a project. Supports the Process Manager in defining processes and procedures and is responsible for conducting process reviews and audits throughout the project lifecycle to ensure standard processes and procedures are being followed.

EGO_MODIFY_CHANGE_STATUS_PRIV

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

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_ACD_PRODUCT_DESIGN_ENGINEER_JOB

ORA_ACD_CONCEPT_DEVELOPMENT_DUTY

Concept Development

A person with this duty can perform concept development related duties such as managing of components within the concept. This duty does not allow for creating or deleting of a concept which is controlled by the Concept Management Duty

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

ORA_ACD_CONCEPT_DEVELOPMENT_DUTY

Concept Development

A person with this duty can perform concept development related duties such as managing of components within the concept. This duty does not allow for creating or deleting of a concept which is controlled by the Concept Management Duty

ORA_ACD_PRODUCT_PROPOSAL_MANAGEMENT_DUTY

ORA_ACD_CONCEPT_DEVELOPMENT_DUTY

Concept Development

A person with this duty can perform concept development related duties such as managing of components within the concept. This duty does not allow for creating or deleting of a concept which is controlled by the Concept Management Duty

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_CONSIGNED_INVENTORY_MANAGEMENT_DUTY

Consigned Inventory Management

Manages consigned inventory related activities including ownership transfer, consigned inventory aging, and consumption advice creation.

ORA_PO_PROCUREMENT_INTEGRATION_SPECIALIST_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_ADMINISTRATION_DUTY

Inventory Administration

Configures all setup-related activities for inventory management.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_APPROVAL_MANAGEMENT_DUTY

Inventory Approval Management

Performs tasks within the warehouse requiring approvals such as approve cycle count sequences, approve physical inventory adjustments, and approve inventory balances.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_BALANCES_MANAGEMENT_DUTY

Inventory Balances Management

Manages and reviews inventory balances.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_COUNT_MANAGEMENT_DUTY

Inventory Count Management

Manages cycle count and physical count-related activities including the creation, approval, and rejection of cycle and physical counts.

ORA_RCV_RECEIVING_AGENT_JOB

ORA_INV_INVENTORY_MANAGEMENT_COMMON_WEB_SERVICE_DUTY

Inventory Management Common Web Service

Provides web service access to inventory management common to perform activities such as viewing subinventory, locator, transfer order, lot, and serial number list or values.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_MANAGEMENT_COMMON_WEB_SERVICE_DUTY

Inventory Management Common Web Service

Provides web service access to inventory management common to perform activities such as viewing subinventory, locator, transfer order, lot, and serial number list or values.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_MANAGEMENT_WEB_SERVICE_DUTY

Inventory Management Web Service

Provides web service access to inventory management to perform activities such as creating inventory transactions, recording cycle counts, and performing pick transactions.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_REPLENISHMENT_DUTY

Inventory Replenishment Management

Manage inventory replenishment activities within the warehouse.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_INVENTORY_TRANSACTION_MANAGEMENT_DUTY

Inventory Transaction Management

Manages inventory transactions. Tasks include managing reservations and picks, editing pending transactions, and submitting transaction-related processes.

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_WIE_PRODUCTION_OPERATOR_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_ENQ_QUALITY_ANALYST_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_ENQ_QUALITY_ENGINEER_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_EGP_ITEM_INQUIRY_DUTY

Item Inquiry

Queries and views items in the enterprise.

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY

Item Management

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

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY

Item Management

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

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

ORA_EGP_ITEM_MANAGEMENT_DUTY

Item Management

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

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_MNT_MAINTENANCE_SERVICE_DUTY

Maintenance Management Web Service

Provides service access to maintenance asset management and work execution by using the REST services.

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_MNT_MAINTENANCE_SERVICE_DUTY

Maintenance Management Web Service

Provides service access to maintenance asset management and work execution by using the REST services.

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

Maintenance Technician

Individual responsible for the execution and completion of any maintenance tasks, and reporting materials and resources used during the maintenance activity.

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_MNT_MANAGE_ENTERPRISE_ASSETS_DUTY

Manage Enterprise Assets

Provides access to Edit Asset UI including the view UIs in the history tab in the Edit Asset UI

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_MNT_MANAGE_SUPPLIER_WARRANTY_DUTY

Manage Supplier Warranty

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

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_WSH_PICK_WAVES_MANAGEMENT_DUTY

Pick Waves Management

Manages pick waves including creating and scheduling pick waves. Monitors outbound, replenishment, and requisition pick waves.

ORA_ACE_PRODUCT_PORTFOLIO_MANAGER_JOB

ORA_ACE_PORTFOLIO_MANAGEMENT_DUTY

Portfolio Management

This duty allows for managing of a product portfolio.

ORA_ACD_PRODUCT_DESIGN_ENGINEER_JOB

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

ORA_ACD_PRODUCT_DESIGN_MANAGER_JOB

ORA_EGP_PRODUCT_COMMON_MGT_DUTY

Product Common Management

Creates and manages items including item attributes, catalogs, item structures, packs, associations, relationships, and catalog assignments common to the Product Manager and Product Data Steward.

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_ACD_PRODUCT_PROPOSAL_MANAGEMENT_DUTY

Product Proposal Management

This duty allows for managing of a product proposal. A person with this duty can perform all activities on a product proposal.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_RCV_PUT_AWAY_MANAGEMENT_DUTY

Put Away Management

Performs put away of received lines into inventory or receiving.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_RCV_RECEIVING_ADMINISTRATION_DUTY

Receiving Administration

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

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_RCV_RECEIVING_MANAGEMENT_DUTY

Receiving Management

Manages outstanding work in the warehouse and resolves exceptions.

ORA_RCV_RECEIVING_AGENT_JOB

ORA_RCV_RECEIVING_MANAGEMENT_COMMON_WEB_SERVICE_DUTY

Receiving Management Common Web Service

Provides web service access to receiving common to perform activities such as viewing receiving parameters, inbound shipment, and advance shipment notice list of values.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_RCV_RECEIVING_MANAGEMENT_COMMON_WEB_SERVICE_DUTY

Receiving Management Common Web Service

Provides web service access to receiving common to perform activities such as viewing receiving parameters, inbound shipment, and advance shipment notice list of values.

ORA_RCV_RECEIVING_AGENT_JOB

ORA_RCV_RECEIVING_TRANSACTION_MAINTENANCE_DUTY

Receiving Transaction Maintenance

Maintains receiving transactions such as inspecting received lines, creating and matching unordered receipts.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_RELEASE_RECALL_ITEM_HOLD_DUTY

Release Holds For Recalled Items Using Responsive Inventory

Releases holds for recalled items.

ORA_EGP_PRODUCT_MANAGER_JOB

ORA_ACN_REQUIREMENT_MANAGEMENT_DUTY

Requirement Management

This duty allows for performing all actions on a Requirement.

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_POR_REQUISITION_SELF_SERVICE_USER_DUTY

Requisition Self Service User

Manages requisitions including creating, searching, and viewing requisitions, creating noncatalog requests, creating requisitions with one-time locations, and changing deliver-to locations on requisition lines.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_REVIEW_RECALL_ITEM_HOLD_DUTY

Review Holds For Recalled Items Using Responsive Inventory

Reviews holds for recalled items.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_WSH_DELIVERY_MANAGEMENT_DUTY

Shipment Management

Monitors shipments work area including reviewing summary shipment information and outstanding work within the warehouse. Reviews and resolves shipping exceptions.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_WSH_SHIPPING_ADMINISTRATION_DUTY

Shipping Administration

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

ORA_MNT_MAINTENANCE_MANAGER_JOB

ORA_RCS_SCM_COMMON_WEB_SERVICE_DUTY

Supply Chain Common Web Service

Provides 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_WIE_PRODUCTION_OPERATOR_JOB

ORA_RCS_SCM_COMMON_WEB_SERVICE_DUTY

Supply Chain Common Web Service

Provides 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_INV_WAREHOUSE_MANAGER_JOB

ORA_RCS_SCM_COMMON_WEB_SERVICE_DUTY

Supply Chain Common Web Service

Provides 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_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_RCS_SCM_COMMON_WEB_SERVICE_DUTY

Supply Chain Common Web Service

Provides 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_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_MNT_VIEW_ENTERPRISE_ASSETS_DUTY

View Enterprise Assets

Provides access to the View Asset UI including the view UIs in the history tab within the View Asset UI

ORA_MNT_MAINTENANCE_TECHNICIAN_JOB

ORA_MNT_VIEW_SUPPLIER_WARRANTY_DUTY

View Supplier Warranty

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

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_WAREHOUSE_OPERATOR_JOB

Warehouse Operator

Performs warehouse activities such as creating inventory transactions, processing movement requests, recording cycle and physical inventory counts, performing material put away, and confirming pick slips.

ORA_INV_WAREHOUSE_MANAGER_JOB

ORA_INV_WAREHOUSE_TRANSACTION_OPERATION_DUTY

Warehouse Transaction Operation

Performs inventory transactions within the warehouse.