ScheduleSalesOrder
Automates the scheduling of sales orders based on availability and demand.
Input
| Name | Type | Description |
| CallingInstance | String | Unique identifier of the source application initiating the sales order scheduling request. This value helps link the request to the specific system making the call. |
| CallingModule | String | Identifier of the module that initiates the sales order scheduling process, which helps track the origin of the request within the broader system architecture. |
| ReleaseNumber required= | String | Number that indicates the release of Oracle Distributed Order Orchestration Cloud. |
| RequestCreationDateTime | Datetime | Date and time when the sales order scheduling request was created, helping track the timing and processing window of the request. |
| RequestTimeZone | String | Time zone in which the sales order scheduling request was created. This ensures that the timing for order processing is correct and adjusted for time zone differences. |
| ScheduleFulfillmentLineEntryList | String | List of values representing the attributes of each fulfillment line in the sales order schedule request, allowing for the scheduling of specific fulfillment items. |
| UniqueOrderIdentifier | String | A unique value used to identify the order for troubleshooting and tracking purposes. This helps with debugging and resolving issues related to the order fulfillment process. |
Result Set Columns
| Name | Type | Description |
| PromisingInstance | String | Unique identifier of the source application responsible for promising the fulfillment lines. Helps track the application managing fulfillment promises. |
| PromisingSystem | String | Order promising application name or identifier used to fulfill the sales order. This is the system that determines the availability and scheduling of the items. |
| ScheduleDateTime | String | Date and time when the sales order is scheduled to be fulfilled. This helps coordinate the timing of the fulfillment process. |
| ScheduleFulfillmentLineEntryResultList | String | List of values representing the attributes of the fulfillment line response, which include the status and details of the fulfillment process after scheduling. |