Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

XML Compare Tag Value Activities

Use the XML Compare Tag Value activities to compare data from an event message received through the Business Event System with a test value. These activities compare the data contained within a particular XML tag set in the event message with the test value that you specify.

XML Compare Tag Value (Date) Use this activity to compare date values.
XML Compare Tag Value (Number) Use this activity to compare number values.
XML Compare Tag Value (Text) Use this activity to compare text values.
All the XML Compare Tag Value activities call the external Java function named oracle.apps.fnd.wf.XMLCompareTag.

Note: When the Workflow Engine encounters an external Java function activity, it places an entry on the 'Outbound' queue. To continue executing the activity, you must run the Java Function Activity Agent, which calls the appropriate Java function and places the result on the 'Inbound' queue. You must then run a background engine to process the 'Inbound' queue and complete the function activity. See: Setting Up the Java Function Activity Agent and Setting Up Background Engines.

Activity Attributes

Each XML Compare Tag Value activity has three activity attributes:

		/order/header/ordernumber

		/order/orderlines/line[3]/itemno

		//line[2]/cost[@currency="AUD"]

The XML Compare Tag Value activities use the Comparison lookup type for a result code. Possible values are "Greater Than," "Less Than," "Equal," or "Null," if the test activity attribute value is null. You can guide your workflow process based on how the event message data compares to the test value. See: To Define Activity Attribute Values.


         Previous  Next          Contents  Index  Glossary