Interface Services supporting demand sensing process
These are the interface services that support the Demand Sensing Process:
- DPLS - SCV - Import Demand Sensing Days
- Imports ‘Number of Days Demand Loaded this period’ (DPLS_DS_DAYS)
- The value stored within the App Variable dpls_sales_hist_to_use determines whether the
number of days is based on the period end date or the ship date. For example::
- When dpls_sales_hist_to_use is set to SC_SALES_HIST_AGGR, period_end_date is used.
- When dpls_sales_hist_to_use is set to SC_SALES_HIST_TRX, actual_ship_time is used.
- Sets the number of days difference between cycle period start date and the maximum date (above) after the cycle period start date.
- This interface service is called from the following macros:
- Import Demand Plan from SCV
- Import Demand Plan Light from SCV
- Import Demand Sensing Data from SCV
- DPLS - SCV - Import Demand Customer Orders (SALES HIST AGGR)
- This interface service can only return values when the app variable dpls_sales_hist_to_use is set to SC_SALES_HIST_AGGR.
- This interface service is called from the following macros:
- Import Demand Plan from SCV
- Import Demand Plan Light from SCV
- Import Demand Sensing Data from SCV
- DPLS - SCV - Import Demand Customer Orders (SALES HIST TRX)
- This interface service can only return values when the app variable dpls_sales_hist_to_use is set to SC_SALES_HIST_TRX.
- This interface service is called from the following macros:
- Import Demand Plan from SCV
- Import Demand Plan Light from SCV
- Import Demand Sensing Data from SCV
The interfaces DPLS - SCV - Import Demand Customer Orders (SALES HIST AGGR) and DPLS - SCV - Import Demand Customer Orders (SALES HIST TRX) sum ordered_qty, which is mapped to ‘Sales to Date’ (DPLS_HSALESTODATE) between cycle period start date (inclusive) and the horizon end date (inclusive) for each base item, location, ‘period’.
- DPLS - SCV - Import Demand Customer Orders (SALES HIST AGGR) maps period_end_date in SC_SALES_HIST_AGGR to the Calendar period.
- DPLS - SCV - Import Demand Customer Orders (SALES HIST TRX) maps actual_ship_time in SC_SALES_HIST_TRX to the Calendar period.
- DPLS - SCV - Import Demand Customer Orders as TD (SALES HIST TRX)
- This interface service will only return values when the app variable dpls_sales_hist_to_use is set to SC_SALES_HIST_TRX.
- The values are imported as Transactional Data allowing you to view orders in the Demand Sensing Workbenches.
- This interface service is called from the following macros:
- Import Demand Plan from SCV
- Import Demand Plan Light from SCV
- Import Demand Sensing Data from SCV