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


VIEW: APPS.GMD_OPRN_PROCESS_PARAMETERS_V1

Object Details
Object Name: GMD_OPRN_PROCESS_PARAMETERS_V1
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMD.GMD_OPRN_PROCESS_PARAMETERS_V1
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View of joining the overrides from operation resource and generic resource


[View Source]

Columns
Name Datatype Length Mandatory Comments
OPERATION_OVERRIDE NUMBER

Operation Override
OPRN_LINE_ID NUMBER (15)
Column which identifies the Operation line, Foreign key to GMD_OPERATION_RESOURCES.OPRN_LINE_ID
RESOURCES VARCHAR2 (16)
Column which identifies the Resources, Foreign key to cr_rsrc_mst.resources
SEQUENCE_NO NUMBER

This column uniquely identifies the orders in which the Process Parameter is stored
PARAMETER_ID NUMBER (15)
Column which identifies the Process Parameter Set name. Foreign Key to gmp_process_parameter_set_b. process_parameter_set
TARGET_VALUE VARCHAR2 (16)
Ideal Value for this process parameter. Not required if a Min and max Values are specified
MINIMUM_VALUE NUMBER

Minimum value for this Process Parameter. Not required if a Target or a Maximum value is provided
MAXIMUM_VALUE NUMBER

Maximum value for this Process Parameter. Not required if a Target or a Maximum value is provided
CREATION_DATE DATE

Standard "Row Who" Column
LAST_UPDATE_LOGIN NUMBER

Standard "Row Who" Column
CREATED_BY NUMBER

Standard "Row Who" Column
LAST_UPDATE_DATE DATE

Standard "Row Who" Column
LAST_UPDATED_BY NUMBER

Standard "Row Who" Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPERATION_OVERRIDE
,      OPRN_LINE_ID
,      RESOURCES
,      SEQUENCE_NO
,      PARAMETER_ID
,      TARGET_VALUE
,      MINIMUM_VALUE
,      MAXIMUM_VALUE
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.GMD_OPRN_PROCESS_PARAMETERS_V1;

Dependencies

[top of page]

APPS.GMD_OPRN_PROCESS_PARAMETERS_V1 references the following:

SchemaAPPS
SynonymGMD_OPERATION_RESOURCES
SynonymGMD_OPRN_PROCESS_PARAMETERS
SynonymGMP_RESOURCE_PARAMETERS
APPS.GMD_OPRN_PROCESS_PARAMETERS_V1 is referenced by following:

SchemaAPPS
Package BodyGMD_FETCH_OPRN - show dependent code
Package BodyGMD_VERSION_CONTROL - show dependent code