FND Design Data [Home] [Help]

Lookup Type: FEM_MP_METHOD_DSC

Product: FEM - Enterprise Performance Foundation (Obsolete)
Meaning: FEM Multiprocessing Method DSC
Description: FEM Multiprocessing Method DSC
Quick Codes
Code Meaning Description
0 Predicate Push SQL elements are passed to the MP Engine Processor for combining, parsing and execution, once for each data slice. An engine should use this method ONLY if Pull method cannot be used.
1 Pull MP framework combines the SQL elements and parses the SQL statement once, then executes it once for each data slice, without calling the engine processor. This is the preferred method.
2 Bind Values Push The Engine Processor retrieves each data slice from the MP framework, binds the values for that data slice and then executes the SQL statement. This is a more efficient Push method.