Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

Supplier: Credit Check Subprocess Activities

Following is a description of each activity in the subprocess, listed by the activity's display name.

Start (Node 1)

This Standard function activity marks the start of the process.

Function WF_STANDARD.NOOP
Result Type None
Prerequisite Activities None

XML Compare Tag Value (Number) (Node 2)

This Standard external Java function activity compares the value of a particular XML tag set in the event message with a test value. At this node, the process compares the total cost from the purchase order event message with the test value 2000.

Function oracle.apps.fnd.wf.XMLCompareTag
Result Type Comparison
Prerequisite Activities Start
Item Attributes Retrieved by Function Event Message

Credit Check (Node 3)

This activity occurs only if the total cost of the purchase order is greater than 2000. This event activity raises a credit check event. Currently this event is not defined. The activity represents a point in the process where you can integrate a credit check.

Event Action Raise
Prerequisite Activities XML Compare Tag Value (Number)
Item Attributes Retrieved by Activity Event Key

End (Node 4)

This Standard function activity marks the end of the process.

Function WF_STANDARD.NOOP
Result Type None
Prerequisite Activities XML Compare Tag Value (Number)
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.