Oracle Apps Adapter 6.0 | webMethods Oracle Applications Adapter Documentation | webMethods Oracle Applications Adapter 12.2.7 Predefined Transaction Services Documentation | Manufacturing Predefined Transaction Services | Query Item Service
 
Query Item Service
This service is in the WmOAMFG1227 package and has the following fully-qualified service name: inventory1227.queryOA.item:queryItem.
This service queries item information, based on the following parameters:
*ORGANIZATION_NAME: Name of the organization.
*ITEM_NUMBER: Item number.
*INACTIVE_DATE_FROM: Beginning inactive date.
*INACTIVE_DATE_TO: Ending inactive date.
*REVISION: Number of an item.
Database Scripts
This service uses the same database scripts as the Send Item service.
Note:
If you use this service but you do not use the Send Item service, you should run the wm_disable_from_invitem.sql script to disable the triggers installed by the Send Item service.
For a detailed description of these database scripts, see Send Item Service. For more information about using database scripts, see Database Scripts.
Supporting Transaction Definitions
This service uses the following transaction definition:
*queryItemTxn1227.txp
For information about using the transaction definition files to customize this service, see Transaction Definitions.
Flow Control
The main flow queryItem executes as follows:
*specifyDefaultSettings specifies the default parameter settings required for service execution. You should change these settings accordingly.
*queryItemTxn queries the Oracle Applications database for any Item information matching the parameter values. The parameters are defined as the input to this service.
For more details on query transactions, see Using Query Services.
Business Document Structure
This service uses the same business document structure as the Send Item service. For a detailed description of the business document’s structure, see Send Item Service.