[Home] [Help]
[Dependency Information]
| Object Name: | FEM_MP_PROCESS_OPTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROCESS_ENGINE_CD | NUMBER | (4) | Process Engine Code. This identifies the engine used to process this object type. | |
| STEP_NAME | VARCHAR2 | (30) | Yes | Indicates a step within the process engine. References FEM_MP_PARAM_ASSIGNMT.OBJECT_TYPE_CODE. |
| OBJECT_ID | NUMBER | Object ID. Identifies a specific object. References FEM_OBJECT_CATALOG_B.OBJECT_ID. | ||
| NUM_OF_PROCESSES | NUMBER | (4) | Yes | Number of processes |
| PROCESS_DATA_SLICES_CD | NUMBER | Process Data Slices Code. References FEM_MP_DATA_SLICES.PROCESS_DATA_SLICES_CD | ||
| PROCESS_PARTITION_CD | NUMBER | (4) | Yes | This code indicates the partitioning methodology that will be used during multiprocessing. |
| COMMIT_FREQUENCY | NUMBER | (9) | Commit frequency. (used only by C++ engines) | |
| ARRAY_SIZE_ROWS | NUMBER | (9) | Array size specified in number of rows. (used only by C++ engines) |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_ENGINE_CD
, STEP_NAME
, OBJECT_ID
, NUM_OF_PROCESSES
, PROCESS_DATA_SLICES_CD
, PROCESS_PARTITION_CD
, COMMIT_FREQUENCY
, ARRAY_SIZE_ROWS
FROM APPS.FEM_MP_PROCESS_OPTIONS_V;
APPS
FEM_MP_PROCESS_OPTIONS
FEM_OBJECT_TYPES
APPS.FEM_MP_PROCESS_OPTIONS_V is not referenced by any database object
|
|
|
|