There are three ways in which we can specify how to treat source row in informatica :
Just want to know what order informatica follows.
This works from most general to most detailed. So first, the session property is used for all targets. If some target has it's own setting, it's applied on top. So it's the one that is effective.
If you want to use more detailed control by using Update Transformation in a mapping that sets the property for each row separately, the session property needs to be set to Data driven
- this tells the Integration Service to use row-level settings. At the same time this is least effective, i.e. most time consuming. So it should not be used by default.