Receive Order Request Service (Deprecated)

All of the operations for this service are deprecated. For details about the replacement services, see https://docs.oracle.com/pls/topic/lookup?ctx=fa-latest&id=s20069162.

Life Cycle Status: Deprecated

Operations

ProcessOrderRequest

Operation used to submit a orchestration order for Oracle Fusion Distributed Order Orchestration to initiate transformation (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Create Sales Orders action or the Update One Sales Order action in the Sales Order for Order Hub REST API for small sales orders. Use File Based Data Import (FBDI) for large orders.

Callback Operation Name: ProcessOrderResponse

Service Type: One Way

Input Payload

  • Description: The input payload has the orchestration order SDO. Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReceiveOrderServiceRequestMessage

SubmitDraftOrder

Operation used to create an order in a draft status or create and submit the order governed by the submitFlag in the SDO (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Update One Sales Order action in the Sales Order for Order Hub REST API for small sales orders. Use File Based Data Import (FBDI) for large orders.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has the order request SDO. Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}SubmitDraftOrderRequestMessage

RequestHold

This operation is used to request that the order or fulfillment process be put on hold (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Replace Hold action in the Sales Order For Order Hub REST API.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has Source System, Source Order ID, Source Line ID, Source Hold Code and Comments.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}RequestHoldRequestMessage

ReleaseHold

This operation is used to release a hold that was previously put on the order or fulfillment process (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Release Hold action in the Sales Order For Order Hub REST API.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload has Source System, Source Order ID, Source Line ID, Source Hold Code, Hold Release Code and Hold Release Comments.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReleaseHoldRequestMessage

GetAvailabilityCheck

Provides the ability to get the available supply of an item at an organization or a supplier (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Quick Availability Check action in the Global Order Promising REST API.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload includes the inventory item ID, request date, quantity, and additional additional attributes that can be specified while doing the availability check.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetAvailabilityCheckRequestMessage

Output Payload

  • Description: The output payload contains the attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), data promised, available Qty,and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetAvailabilityCheckSyncResponseMessage

ReleasePausedTasks

This service allows the user to release paused tasks based on a combination of search parameters.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input contains attributes that are used to search paused tasks that need to be released.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReleasePausedTasksRequestMessage

CheckAvailability

Provides the ability for order capture applications to retrieve, view and analyze sales order item availability and promising options (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Check Availability action in the Global Order Promising REST API.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input payload contains the attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}CheckAvailabilityServiceRequestMessage

GetOrderDetails

Provides the ability for order capture applications to retrieve and view fulfillment order and orchestration plan details (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Get All Sales Orders action or the Get One Sales Order action in the Sales Order for Order Hub REST API.

Callback Operation Name:

Service Type: One Way

Input Payload

  • Description: The input is the order identifiers for the order to be retrieved.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetOrderDetailsRequestMessage

Output Payload

  • Description: The Output Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetOrderDetailsResponseMessage

ProcessOrderRequestSync

Operation used to submit a orchestration order for Oracle Fusion Distributed Order Orchestration to initiate transformation (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Create Sales Orders action or the Update One Sales Order action in the Sales Order for Order Hub REST API for small sales orders. Use File Based Data Import (FBDI) for large orders.

Callback Operation Name:

Service Type: Synchronous

Input Payload

  • Description: The input payload has the orchestration order SDO. Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReceiveOrderServiceRequestMessage

Output Payload

  • Description: The output payload contains both Source and DOO keys along with Order Status information.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReceiveOrderServiceResponseMessage

SubmitDraftOrderSync

Operation used to create an order in a draft status or create and submit the order governed by the submitFlag in the SDO (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Update One Sales Order action in the Sales Order for Order Hub REST API for small sales orders. Use File Based Data Import (FBDI) for large orders.

Callback Operation Name:

Service Type: Synchronous

Input Payload

  • Description: The input payload has the order request SDO. Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}SubmitDraftOrderRequestMessage

Output Payload

  • Description: The output payload contains both Source and DOO keys along with Order Status information.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}ReceiveOrderServiceResponseMessage

GetAvailabilityCheckSync

Provides the ability to get the available supply of an item at an organization or a supplier (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Quick Availability Check action in the Global Order Promising REST API.

Callback Operation Name:

Service Type: Synchronous

Input Payload

  • Description: The input payload includes the inventory item ID, request date, quantity, and additional additional attributes that can be specified while doing the availability check.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetAvailabilityCheckSyncRequestMessage

Output Payload

  • Description: The output payload contains the attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), data promised, available Qty,and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetAvailabilityCheckSyncResponseMessage

GetOrderDetailsSync

Provides the ability for order capture applications to retrieve and view fulfillment order and orchestration plan details (Deprecated). WARNING: Oracle has deprecated this operation. Instead, you can use the Get All Sales Orders action or the Get One Sales Order action in the Sales Order for Order Hub REST API.

Callback Operation Name:

Service Type: Synchronous

Input Payload

  • Description: The input is the order identifiers for the order to be retrieved.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetOrderDetailsRequestMessage

Output Payload

  • Description: The Output Data payload contains all the Order attributes including but not limited to inventoryItemId (ID of the item to be fulfilled), unitOfMeasure, orderedQuantity (the quantity of the ordered), dateRequested (arrival date or ship date) and so forth.

  • Type: {http://xmlns.oracle.com/apps/scm/doo/decomposition/receiveTransform/receiveSalesOrder/DooDecompReceiveOrderExternalComposite}GetOrderDetailsResponseMessage