Process Collaboration Customer Demands

The Process Collaboration Customer Demands scheduled process validates customer-demand data in the Supply Chain Collaboration interface tables and inserts the data into the Supply Chain Collaboration transaction tables for the end user.

When the process completes, it executes the "ESS job to create index definition and perform initial ingest to OSCS" process that adds the demand data to Oracle Search Cloud Service (OSCS) to facilitate fast retrieval in the application.

When to Use

The process initiates

  • Automatically when the Publish Planning Data for Collaboration scheduled process.
  • Automatically when customer demand is uploaded using Collaboration Customer Demand Uploads REST with the InitiateProcessingFlag attribute set to True.
  • Through the Customer Demand Uploads UI.

You can schedule the process to run or run it manually. If you're scheduling the process, the best practice is to schedule it based on your business process. For example, if you expect all demands from your customers to be received within a short window on Monday, scheduling this process to run at end day on Monday might be appropriate.

Privileges Required

  • Manage Demand Collaboration (VCS_MANAGE_DEMAND_COLLABORATION_PRIV)

Specifications

Review these specifications before setting up this scheduled process:

Specification Description
Job Type Initiated by system or submitted on a spontaneous or scheduled basis when required.
Frequency Initiates automatically with the Publish Planning Data for Collaboration scheduled process, the Collaboration Customer Demand Uploads REST or through the Customer Demand Uploads UI.
Time of Day Initiates automatically with the Publish Planning Data for Collaboration scheduled process, the Collaboration Customer Demand Uploads REST or through the Customer Demand Uploads UI.
Duration Can vary, based on the number of demand records to process.
Compatibility Only one instance of the job should be running at any time. Currently, there’s no functional need to run multiple instances of this process simultaneously.

Parameters

Parameter Optional or Required Description Parameter Value Special Combinations Required
Collaboration Document Optional The collaboration document whose data you want to process from the interface tables into the core tables. Select a collaboration document whose data you want to process. None
Customer Optional The customer’s data you want to process from the interface tables into the core tables. Select a customer whose data you want to process. None

Troubleshooting Information

  • You can view the status of the process in the Scheduled Processes work area. A status notification indicates that the process has completed successfully.
  • Validation errors and warning messages that prevented this scheduled process from completing display in the error log.
  • If the process fails, you can rerun it manually in the Scheduled Processes work area.
  • The process does not perform interactive warning validations.
  • After you submit the scheduled process, you can perform any of these tasks in the Scheduled Processes work area:
    • Resubmit it
    • Put it on hold
    • Cancel the process
    • Release the process
    • View the log

Related Topics