DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.FEM_MP_PROCESS_OPTIONS_V

Object Details
Object Name: FEM_MP_PROCESS_OPTIONS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.FEM_MP_PROCESS_OPTIONS_V references the following:

SchemaAPPS
SynonymFEM_MP_PROCESS_OPTIONS
ViewFEM_OBJECT_TYPES

APPS.FEM_MP_PROCESS_OPTIONS_V is not referenced by any database object