Siebel Order Management Infrastructure Guide > Other Component Business Services for C/OM > ISS ATP Service >

CSSISSFulfillmentService::ATPRunCheck Method


This method provides a business service wrapper function for ATP ASIs.

Arguments
  • Id: [in] The header ID for the quote or order.
  • Line Item Id: [in] If inquire at line level is called, this contains the line ID. If inquire all is called, then this is empty.
  • Inbound Integration Object: [in] The inbound internal integration object should be quote-specific or order-specific. This is used for database write.
  • Outbound Integration Object: [in] The outbound internal integration object should be quote-specific or order-specific. This is used for database query.
  • ATPAction: [in] The action to be specified at the line level: such as Inquire, Reserve, and so on.
Example Arguments

["ATP Action"] = "Inquire";
["Outbound Integration Object"] = "ATP Check Interface Request - Orders";
["Inbound Integration Object"] = "ATP Check Interface Response - Orders";
["Id"] = "99-2AICU";
["Line Item Id"] = "42-4ZBY1";
["Outbound Integration Object1"] = "ATP Check Interface Request - Orders";
["Inbound Integration Object1"] = "ATP Check Interface Response - Orders";

Siebel Order Management Infrastructure Guide Copyright © 2008, Oracle and/or its affiliates. All rights reserved. Legal Notices.